diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-04 01:28:55 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-04 01:28:55 +0100 |
| commit | 3403cb7dd4ce1e36802f448ecba2bccc6706e73e (patch) | |
| tree | 7da7f1946352dd2d74f07aa2a20cabd29e184785 /ChangeLog | |
| parent | 430fd94599e20a71a38a01135bcafe2719a0bd8f (diff) | |
| download | glibc-3403cb7dd4ce1e36802f448ecba2bccc6706e73e.tar.xz glibc-3403cb7dd4ce1e36802f448ecba2bccc6706e73e.zip | |
hurd: avoid including hurd/signal.h when not needed
thus making <hurd/port.h> and <hurd/userlink.h> includable without
_GNU_SOURCE.
* hurd/hurd/port.h: Do not include <hurd/signal.h>.
* hurd/hurd/userlink.h [!defined __USE_EXTERN_INLINES ||
!defined _LIBC || !IS_IN (libc)]: Do not include <hurd/signal.h>.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ * sysdeps/mach/i386/bits/mach/param.h: ... here. Update path in #error. * sysdeps/mach/hurd/bits/param.h: Include <bits/mach/param.h> instead of <mach/param.h>. + * hurd/hurd/port.h: Do not include <hurd/signal.h>. + * hurd/hurd/userlink.h [!defined __USE_EXTERN_INLINES || + !defined _LIBC || !IS_IN (libc)]: Do not include <hurd/signal.h>. 2018-03-03 Andreas Schwab <schwab@linux-m68k.org> |
