Home
last modified time | relevance | path

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

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