1
1

Use a proper prefix for MPI_Status_set_bytes

This commit was SVN r2815.
Этот коммит содержится в:
Jeff Squyres 2004-09-23 09:07:23 +00:00
родитель cd899c9bc8
Коммит 2fa64b8c24

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

@ -107,4 +107,7 @@
here and allow it to be re-assigned to whatever ROMIO wants */
#undef MPI_FILE_NULL
/* Let's not use MPIR_Status_set_bytes */
#define MPIR_Status_set_bytes ROMIO_PREFIX(MPIR_Status_set_bytes)
#endif /* MCA_IO_ROMIO_CONV_H */