1
1

man: Add const that is removed accidentally in 2226cdb.

Этот коммит содержится в:
KAWASHIMA Takahiro 2015-10-20 08:49:10 +09:00
родитель 7fef70c9b8
Коммит d9c93c9f5d

Просмотреть файл

@ -15,7 +15,7 @@
.nf
C Syntax
#include <mpi.h>
int MPI_File_iwrite_shared(MPI_File \fIfh\fP, void \fI*buf\fP, int \fIcount\fP,
int MPI_File_iwrite_shared(MPI_File \fIfh\fP, const void \fI*buf\fP, int \fIcount\fP,
MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
.fi