haiku/headers
Simon South 7aebec8db1 libroot: Undefine constants for unsupported POSIX features
Haiku does not yet support certain features related to POSIX threads.
Constants used to test for the presence of these features should
therefore be left undefined, according to the POSIX spec, but are
currently set to -1. This can cause software built on Haiku to
incorrectly detect the presence of these features.

* unistd.h: Undefine _POSIX_THREAD_ATTR_STACKADDR,
  _POSIX_THREAD_PRIORITY_SCHEDULING feature constants.
* conf.cpp: __sysconf: Return -1 for unsupported features.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-12-21 11:09:34 -05:00
..
build
clang Import lib/Headers from Clang 2015-11-09 18:01:18 +01:00
compatibility
config
cpp build fix. 2015-11-12 22:24:16 +01:00
glibc
libs More libunwind compilation fixes 2015-11-09 20:00:06 +01:00
os Move old launch_media_server to deprecated file 2015-12-06 15:09:12 +01:00
posix libroot: Undefine constants for unsupported POSIX features 2015-12-21 11:09:34 -05:00
private RWLocker: Move to kits/shared. 2015-12-15 21:15:06 -05:00
tools