1
0
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:
Samuel Thibault
2018-03-04 02:49:44 +01:00
parent 95dfdbd28c
commit a726c87a14
3 changed files with 4 additions and 20 deletions

View File

@ -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"