aboutsummaryrefslogtreecommitdiff
path: root/include/math.h
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-11-19 18:34:19 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-02-27 16:16:17 -0300
commit6437fecca30deb88e5901ab03168cb7b40c7e0a7 (patch)
tree3cdf566c8cabde2cc299a85c7d0fbd6746f25418 /include/math.h
parentb3b6a40ab9ad374a85f347adf1725760f1238eb5 (diff)
downloadglibc-6437fecca30deb88e5901ab03168cb7b40c7e0a7.zip
glibc-6437fecca30deb88e5901ab03168cb7b40c7e0a7.tar.gz
glibc-6437fecca30deb88e5901ab03168cb7b40c7e0a7.tar.bz2
posix: Remove posix waitid
The POSIX waitid implementation is problematic in some ways: - It emulates using waitpid, which default implementation calls wait4 and wait4 returns ENOSYS as default. - Also by using waitpid it does not allod support the WNOWAIT, WEXITED, WSTOPPED, or WCONTINUED flag. With current POSIX specification the flags are no longer marked as optional. Also due BZ#23091 Hurd still uses the implementation, so it is moved to as a Hurd arch-specific folder (with some minor cleanups). Checked against a i686-gnu (run-built-tests=no)
Diffstat (limited to 'include/math.h')
0 files changed, 0 insertions, 0 deletions