aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/unistd.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-03-31 02:04:15 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-03-31 23:03:38 -0800
commit1339713a327d4538ca9173ab70afef9a1d57fd07 (patch)
treedfa28366c6e2b5bcf044519947d530b7d97f8986 /include/asm-sparc/unistd.h
parent[SPARC64]: Update defconfig. (diff)
downloadlinux-dev-1339713a327d4538ca9173ab70afef9a1d57fd07.tar.xz
linux-dev-1339713a327d4538ca9173ab70afef9a1d57fd07.zip
[SPARC]: Wire up sys_splice() into the syscall tables.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc/unistd.h')
-rw-r--r--include/asm-sparc/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc/unistd.h b/include/asm-sparc/unistd.h
index 64ec640a40ee..e059cfb815c7 100644
--- a/include/asm-sparc/unistd.h
+++ b/include/asm-sparc/unistd.h
@@ -248,7 +248,7 @@
#define __NR_setfsgid 229 /* Linux Specific */
#define __NR__newselect 230 /* Linux Specific */
#define __NR_time 231 /* Linux Specific */
-/* #define __NR_oldstat 232 Linux Specific */
+#define __NR_sys_splice 232 /* Linux Specific */
#define __NR_stime 233 /* Linux Specific */
#define __NR_statfs64 234 /* Linux Specific */
#define __NR_fstatfs64 235 /* Linux Specific */