mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-01 09:41:45 +03:00
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.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user