| Kernel v2.4.13 /include/asm-i386/unistd.h |
|---|
 2.4.13
 include
 asm-i386
 unistd.h
diff -u --recursive --new-file v2.4.12/linux/include/asm-i386/unistd.h linux/include/asm-i386/unistd.h
--- v2.4.12/linux/include/asm-i386/unistd.h Tue Oct 9 17:06:53 2001
+++ linux/include/asm-i386/unistd.h Wed Oct 17 10:03:03 2001
@@ -229,6 +229,7 @@
#define __NR_fcntl64 221
#define __NR_security 223 /* syscall for security modules */
#define __NR_gettid 224
+#define __NR_readahead 225
/* user-visible error numbers are in the range -1 - -124: see <asm-i386/errno.h> */
|