From: Andreas Jaeger Date: Tue, 3 Jan 2006 19:00:59 +0000 (+0000) Subject: * scripts/check-local-headers.sh: Allow $includedir/c++. X-Git-Tag: upstream/2.30~15995 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e1f32525aff13aea730bde8954209b243605787;p=external%2Fglibc.git * scripts/check-local-headers.sh: Allow $includedir/c++. 2006-01-03 Andreas Jaeger * scripts/check-local-headers.sh: Allow $includedir/c++. --- diff --git a/ChangeLog b/ChangeLog index b8079b7..4a038c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-03 Andreas Jaeger + + * scripts/check-local-headers.sh: Allow $includedir/c++. + 2006-01-03 Jakub Jelinek * posix/unistd.h (ctermid): Remove __nonnull attribute. diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh index 88c85f7..5896a93 100755 --- a/scripts/check-local-headers.sh +++ b/scripts/check-local-headers.sh @@ -30,7 +30,8 @@ if fgrep "$includedir" */*.d | fgrep -v "$includedir/asm" | fgrep -v "$includedir/linux" | 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. exit 1 fi