mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* scripts/check-local-headers.sh: Allow $includedir/c++.
2006-01-03 Andreas Jaeger <aj@suse.de> * scripts/check-local-headers.sh: Allow $includedir/c++.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2006-01-03 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* scripts/check-local-headers.sh: Allow $includedir/c++.
|
||||||
|
|
||||||
2006-01-03 Jakub Jelinek <jakub@redhat.com>
|
2006-01-03 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* posix/unistd.h (ctermid): Remove __nonnull attribute.
|
* posix/unistd.h (ctermid): Remove __nonnull attribute.
|
||||||
|
@ -30,7 +30,8 @@ if fgrep "$includedir" */*.d |
|
|||||||
fgrep -v "$includedir/asm" |
|
fgrep -v "$includedir/asm" |
|
||||||
fgrep -v "$includedir/linux" |
|
fgrep -v "$includedir/linux" |
|
||||||
fgrep -v "$includedir/selinux" |
|
fgrep -v "$includedir/selinux" |
|
||||||
fgrep -v "$includedir/gd"; then
|
fgrep -v "$includedir/gd" |
|
||||||
|
fgrep -v "$includedir/c++"; then
|
||||||
# If we found a match something is wrong.
|
# If we found a match something is wrong.
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user