patch-2.4.0-test7 linux/arch/sh/kernel/entry.S
Next file: linux/arch/sh/kernel/io.c
Previous file: linux/arch/sh/kernel/cf-enabler.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Aug 11 14:29:05 2000
- Orig file:
v2.4.0-test6/linux/arch/sh/kernel/entry.S
- Orig date:
Wed Aug 9 19:19:49 2000
diff -u --recursive --new-file v2.4.0-test6/linux/arch/sh/kernel/entry.S linux/arch/sh/kernel/entry.S
@@ -1106,6 +1106,7 @@
.long SYMBOL_NAME(sys_pivot_root)
.long SYMBOL_NAME(sys_mincore)
.long SYMBOL_NAME(sys_madvise)
+ .long SYMBOL_NAME(sys_getdents64) /* 220 */
/*
* NOTE!! This doesn't have to be exact - we just have
@@ -1113,7 +1114,7 @@
* entries. Don't panic if you notice that this hasn't
* been shrunk every time we add a new system call.
*/
- .rept NR_syscalls-219
+ .rept NR_syscalls-220
.long SYMBOL_NAME(sys_ni_syscall)
.endr
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)