Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/lib/libc/sys/
Dcdefs.h666 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 1
667 #undef _POSIX_C_SOURCE /* Probably illegal, but beyond caring now. */
668 #define _POSIX_C_SOURCE 199009 macro
672 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 2
673 #undef _POSIX_C_SOURCE
674 #define _POSIX_C_SOURCE 199209 macro
681 #undef _POSIX_C_SOURCE
682 #define _POSIX_C_SOURCE 200809 macro
685 #undef _POSIX_C_SOURCE
686 #define _POSIX_C_SOURCE 200112 macro
[all …]