diff options
| -rwxr-xr-x | scripts/checksyscalls.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh index 41564b142c04..60d00d1c4eee 100755 --- a/scripts/checksyscalls.sh +++ b/scripts/checksyscalls.sh | |||
| @@ -113,10 +113,10 @@ EOF | |||
| 113 | } | 113 | } |
| 114 | 114 | ||
| 115 | syscall_list() { | 115 | syscall_list() { |
| 116 | sed -n -e '/^\#define/ { s/[^_]*__NR_\([^[:space:]]*\).*/\ | 116 | sed -n -e '/^\#define/ s/[^_]*__NR_\([^[:space:]]*\).*/\ |
| 117 | \#if !defined \(__NR_\1\) \&\& !defined \(__IGNORE_\1\)\ | 117 | \#if !defined \(__NR_\1\) \&\& !defined \(__IGNORE_\1\)\ |
| 118 | \#warning syscall \1 not implemented\ | 118 | \#warning syscall \1 not implemented\ |
| 119 | \#endif/p }' $1 | 119 | \#endif/p' $1 |
| 120 | } | 120 | } |
| 121 | 121 | ||
| 122 | (ignore_list && syscall_list ${srctree}/arch/x86/include/asm/unistd_32.h) | \ | 122 | (ignore_list && syscall_list ${srctree}/arch/x86/include/asm/unistd_32.h) | \ |
