Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dcdefs.h394 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 1
395 #undef _POSIX_C_SOURCE /* Probably illegal, but beyond caring now. */
396 #define _POSIX_C_SOURCE 199009 macro
400 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 2
401 #undef _POSIX_C_SOURCE
402 #define _POSIX_C_SOURCE 199209 macro
409 #undef _POSIX_C_SOURCE
410 #define _POSIX_C_SOURCE 200809 macro
413 #undef _POSIX_C_SOURCE
414 #define _POSIX_C_SOURCE 200112 macro
[all …]
/bionic/libc/docs/
DCHANGES.TXT65 - Feature test macros like _POSIX_C_SOURCE / _XOPEN_SOURCE / _C99_SOURCE