diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-03-12 15:55:19 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-03-12 15:55:19 +0900 |
commit | 72a121ba6d1a264b1d42892ec5d3ccd2b2af6b74 (patch) | |
tree | d9e1d41ee2375ce4b3f85cde83d5b13cc397e1ca /include/asm-sh | |
parent | bb68660943fc0dc2a5fa634243f3c6b7fb715626 (diff) |
sh: Define missing __NR_readahead.
For some reason sh was missing __NR_readahead, even though the
syscall was wired up, and the slot was reserved. Caught with
dwmw2's missing syscall checker.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r-- | include/asm-sh/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/unistd.h b/include/asm-sh/unistd.h index 17f527bfd455..49be50a36b77 100644 --- a/include/asm-sh/unistd.h +++ b/include/asm-sh/unistd.h @@ -233,6 +233,7 @@ #define __NR_fcntl64 221 /* 223 is unused */ #define __NR_gettid 224 +#define __NR_readahead 225 #define __NR_setxattr 226 #define __NR_lsetxattr 227 #define __NR_fsetxattr 228 |