Define _POSIX_FSYNC unconditionally. (The standard has enough weasel-words

to allow us to claim compliance.)  Define a few other nearby feature tests
in the way required by 1003.1-2001.
This commit is contained in:
wollman 2002-07-15 20:37:10 +00:00
parent b89239acdb
commit 0caa79f7e4

View File

@ -160,9 +160,9 @@
#define _POSIX_MEMLOCK_RANGE
#endif
/* ??? #define _POSIX_FSYNC 1 */
#define _POSIX_MAPPED_FILES 1
#define _POSIX_SHARED_MEMORY_OBJECTS 1
#define _POSIX_FSYNC 200112L
#define _POSIX_MAPPED_FILES 200112L
#define _POSIX_SHARED_MEMORY_OBJECTS 200112L
/* POSIX.1B sysconf options */
#define _SC_ASYNCHRONOUS_IO 28