[svn-r12755] The line "#define _XOPEN_SOURCE 600" is recommended for posix_memalign function but causes compiling

error on copper.  Comment it out.  It only gives a warning on SGI Altix.
This commit is contained in:
Raymond Lu 2006-10-12 13:35:44 -05:00
parent 17a40b2b72
commit 7da414109c

View File

@ -24,8 +24,9 @@
/* Interface initialization */
#define H5_INTERFACE_INIT_FUNC H5FD_direct_init_interface
/* For system function posix_memalign */
#define _XOPEN_SOURCE 600
/* For system function posix_memalign - Commented it out because copper isn't able to compile
* this file. */
/* #define _XOPEN_SOURCE 600 */
#include "H5private.h" /* Generic Functions */
#include "H5Eprivate.h" /* Error handling */