diff options
-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 17f527b..49be50a 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 |