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

/bionic/libc/include/sys/
H A Dcdefs.h425 * _POSIX_C_SOURCE == 1 1003.1-1990
426 * _POSIX_C_SOURCE == 2 1003.2-1992 C Language Binding Option
427 * _POSIX_C_SOURCE == 199309 1003.1b-1993
428 * _POSIX_C_SOURCE == 199506 1003.1c-1995, 1003.1i-1995,
430 * _POSIX_C_SOURCE == 200112 1003.1-2001
431 * _POSIX_C_SOURCE == 200809 1003.1-2008
435 * that specification, and which subsumes _POSIX_C_SOURCE.
440 /* Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1. */
441 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE
442 #undef _POSIX_C_SOURCE macro
443 #define _POSIX_C_SOURCE macro
448 #undef _POSIX_C_SOURCE macro
449 #define _POSIX_C_SOURCE macro
456 #undef _POSIX_C_SOURCE macro
457 #define _POSIX_C_SOURCE macro
460 #undef _POSIX_C_SOURCE macro
461 #define _POSIX_C_SOURCE macro
464 #undef _POSIX_C_SOURCE macro
465 #define _POSIX_C_SOURCE macro
474 #define _POSIX_C_SOURCE macro
[all...]
/bionic/libc/bionic/
H A Dgetentropy_linux.c23 #define _POSIX_C_SOURCE 199309L macro

Completed in 3630 milliseconds