Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dfeatures.h127 #undef _POSIX_SOURCE
128 #define _POSIX_SOURCE 1 macro
155 !defined(_ISOC99_SOURCE) && !defined(_POSIX_SOURCE) && \
163 #undef _POSIX_SOURCE
164 #define _POSIX_SOURCE 1 macro
169 #if !defined(_POSIX_SOURCE) && !defined(_POSIX_C_SOURCE) && \
172 #define _POSIX_SOURCE 1 macro
364 #elif defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE)
/picolibc-latest/newlib/libc/machine/cris/sys/
Dfcntl.h74 #ifndef _POSIX_SOURCE
155 #ifndef _POSIX_SOURCE
/picolibc-latest/
DREADME.md451 * Support _ZEPHYR_SOURCE macro which, like _POSIX_SOURCE et al,
/picolibc-latest/newlib/
DChangeLog-2015622 with __BSD_VISIBLE rather than !_POSIX_SOURCE.
4692 out of `#ifndef _POSIX_SOURCE' guard.
4736 * libc/include/signal.h (sighandler_t): Only define if _POSIX_SOURCE