]> sourceware.org Git - glibc.git/commit
hurd: Make almost all hurd headers includable in all standards
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 4 Mar 2018 02:44:14 +0000 (03:44 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 4 Mar 2018 03:03:13 +0000 (04:03 +0100)
commitba89615dabf44e9e447a3076cf56321ed4505a54
tree4980f144585852f805dd19b9f23d0df42847726e
parenta726c87a149869b51f1c050014d320ff15df81bb
hurd: Make almost all hurd headers includable in all standards

* hurd/hurd.h: Include <bits/types/sigset_t.h>
* hurd/hurd/fd.h: Include <sys/select.h> and <bits/types/sigset_t.h>
(_hurd_fd_read, _hurd_fd_write): Use __loff_t instead of loff_t.
* hurd/hurd/signal.h: Include <bits/types/stack_t.h> and
<bits/types/sigset_t.h>.
[!defined __USE_GNU]: Do not #error out.
(struct hurd_sigstate): Use _NSIG instead of NSIG.
* hurd/hurd/sigpreempt.h (__need_size_t): Define.
Include <stddef.h> and <bits/types/sigset_t.h>
(struct hurd_signal_preemptor, hurd_catch_signal): Use __sighandler_t
instead of sighandler_t.
ChangeLog
hurd/hurd.h
hurd/hurd/fd.h
hurd/hurd/signal.h
hurd/hurd/sigpreempt.h
This page took 0.043444 seconds and 5 git commands to generate.