Searched defs:_POSIX_C_SOURCE (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/sys/
H A Dcdefs.h394 * _POSIX_C_SOURCE == 1 1003.1-1990
395 * _POSIX_C_SOURCE == 2 1003.2-1992 C Language Binding Option
396 * _POSIX_C_SOURCE == 199309 1003.1b-1993
397 * _POSIX_C_SOURCE == 199506 1003.1c-1995, 1003.1i-1995,
399 * _POSIX_C_SOURCE == 200112 1003.1-2001
400 * _POSIX_C_SOURCE == 200809 1003.1-2008
404 * that specification, and which subsumes _POSIX_C_SOURCE.
409 /* Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1. */
410 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE
411 #undef _POSIX_C_SOURCE macro
412 #define _POSIX_C_SOURCE macro
417 #undef _POSIX_C_SOURCE macro
418 #define _POSIX_C_SOURCE macro
425 #undef _POSIX_C_SOURCE macro
426 #define _POSIX_C_SOURCE macro
429 #undef _POSIX_C_SOURCE macro
430 #define _POSIX_C_SOURCE macro
433 #undef _POSIX_C_SOURCE macro
434 #define _POSIX_C_SOURCE macro
443 #define _POSIX_C_SOURCE macro
[all...]

Completed in 46 milliseconds