Searched refs:_SC_SAVED_IDS (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/sys/ | ||
D | sysconf.h | 62 #define _SC_SAVED_IDS 0x0018 macro |
/bionic/libc/bionic/ | ||
D | sysconf.cpp | 198 case _SC_SAVED_IDS: return _POSIX_SAVED_IDS; in sysconf() |