Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227649
b: refs/heads/master
c: 6e5f685
h: refs/heads/master
i:
  227647: 0ad2732
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Michal Marek committed Dec 20, 2010
1 parent 72a1ba5 commit 294237e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1121584f5db8a99a7ad94c6c5d62431b3187ad98
refs/heads/master: 6e5f6856427abe5418f535cb46c454ae8ea7f8e7
4 changes: 2 additions & 2 deletions trunk/scripts/checksyscalls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# and listed below so they are ignored.
#
# Usage:
# syscallchk gcc gcc-options
# checksyscalls.sh gcc gcc-options
#

ignore_list() {
Expand Down Expand Up @@ -204,5 +204,5 @@ sed -n -e '/^\#define/ s/[^_]*__NR_\([^[:space:]]*\).*/\
\#endif/p' $1
}

(ignore_list && syscall_list ${srctree}/arch/x86/include/asm/unistd_32.h) | \
(ignore_list && syscall_list $(dirname $0)/../arch/x86/include/asm/unistd_32.h) | \
$* -E -x c - > /dev/null

0 comments on commit 294237e

Please sign in to comment.