Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dlimits.h119 #define _POSIX2_VERSION -1 /* we don't support Posix command-line tools */ macro
/bionic/libc/bionic/
Dsysconf.cpp83 case _SC_2_VERSION: return _POSIX2_VERSION; in sysconf()
/bionic/tests/
Dunistd_test.cpp634 EXPECT_EQ(-1, _POSIX2_VERSION); in TEST()