Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118164
b: refs/heads/master
c: bd8f89f
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Volpini authored and Sam Ravnborg committed Oct 29, 2008
1 parent cd3102b commit b1a75ef
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: 13797b77d419fc1b16eebf2993bf7b5cea65f0bf
refs/heads/master: bd8f89ff47f11941a109220dbd51d81fd7ed2058
4 changes: 2 additions & 2 deletions trunk/scripts/checksyscalls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ EOF
}

syscall_list() {
sed -n -e '/^\#define/ { s/[^_]*__NR_\([^[:space:]]*\).*/\
sed -n -e '/^\#define/ s/[^_]*__NR_\([^[:space:]]*\).*/\
\#if !defined \(__NR_\1\) \&\& !defined \(__IGNORE_\1\)\
\#warning syscall \1 not implemented\
\#endif/p }' $1
\#endif/p' $1
}

(ignore_list && syscall_list ${srctree}/arch/x86/include/asm/unistd_32.h) | \
Expand Down

0 comments on commit b1a75ef

Please sign in to comment.