diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-04 02:49:44 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-04 02:53:09 +0100 |
commit | a726c87a149869b51f1c050014d320ff15df81bb (patch) | |
tree | 73c3817d99f5cb786cb9eb7e9d1e7c9208c4eebf /scripts | |
parent | hurd: Avoid using ino64_t and loff_t in headers (diff) | |
download | glibc-a726c87a149869b51f1c050014d320ff15df81bb.tar.gz glibc-a726c87a149869b51f1c050014d320ff15df81bb.tar.bz2 glibc-a726c87a149869b51f1c050014d320ff15df81bb.zip |
hurd: Fix inclusion of mach headers in all standards
mig_support does not actually inline the stpncpy any more.
* mach/mach/mig_support.h [defined __USE_GNU]: Do not #error out.
* scripts/check-installed-headers.sh: Do not ignore Hurd and Mach
headers.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/check-installed-headers.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/scripts/check-installed-headers.sh b/scripts/check-installed-headers.sh index f7f55917f7..4a062e9cda 100644 --- a/scripts/check-installed-headers.sh +++ b/scripts/check-installed-headers.sh @@ -126,13 +126,7 @@ EOF fi ;; esac - ;; - - # Hurd and Mach headers are not standard anyway - (hurd.h | hurd/*.h | faultexc_server.h | \ - mach.h | mach_init.h | mach_error.h | mach-shortcuts.h | mach/* | \ - device/* | lock-intern.h | spin-lock.h | machine-sp.h) - continue;; + ;; esac echo :: "$header" |