Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dcdefs.h373 # undef _POSIX_C_SOURCE
374 # define _POSIX_C_SOURCE 200809L macro
414 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 1
415 #undef _POSIX_C_SOURCE /* Probably illegal, but beyond caring now. */
416 #define _POSIX_C_SOURCE 199009 macro
420 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 2
421 #undef _POSIX_C_SOURCE
422 #define _POSIX_C_SOURCE 199209 macro
429 #undef _POSIX_C_SOURCE
430 #define _POSIX_C_SOURCE 200809 macro
[all …]
/bionic/libc/bionic/
Dgetentropy_linux.c23 #define _POSIX_C_SOURCE 199309L macro