Home
last modified time | relevance | path

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

/bionic/libc/include/machine/
Dposix_limits.h75 #define _POSIX_SAVED_IDS 1 /* saved user ids is a Linux feature */ macro
/bionic/libc/bionic/
Dsysconf.cpp85 case _SC_SAVED_IDS: return _POSIX_SAVED_IDS; in sysconf()
/bionic/tests/
Dunistd_test.cpp569 EXPECT_GT(_POSIX_SAVED_IDS, 0); in TEST()