File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -656,7 +656,7 @@ errors=$(
656
656
signals=$(
657
657
echo ' #include <signal.h>' | $CC -x c - -E -dM $ccflags |
658
658
awk ' $1=="#define" && $2 ~ /^SIG[A-Z0-9]+$/ { print $2 }' |
659
- grep -v ' SIGSTKSIZE\ |SIGSTKSZ\ |SIGRT\ |SIGMAX64' |
659
+ grep -E - v ' ( SIGSTKSIZE|SIGSTKSZ|SIGRT|SIGMAX64) ' |
660
660
sort
661
661
)
662
662
@@ -666,7 +666,7 @@ echo '#include <errno.h>' | $CC -x c - -E -dM $ccflags |
666
666
sort > _error.grep
667
667
echo ' #include <signal.h>' | $CC -x c - -E -dM $ccflags |
668
668
awk ' $1=="#define" && $2 ~ /^SIG[A-Z0-9]+$/ { print "^\t" $2 "[ \t]*=" }' |
669
- grep -v ' SIGSTKSIZE\ |SIGSTKSZ\ |SIGRT\ |SIGMAX64' |
669
+ grep -E - v ' ( SIGSTKSIZE|SIGSTKSZ|SIGRT|SIGMAX64) ' |
670
670
sort > _signal.grep
671
671
672
672
echo ' // mkerrors.sh' " $@ "
You can’t perform that action at this time.
0 commit comments