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:
parent
b89239acdb
commit
0caa79f7e4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user