diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-05-03 22:55:46 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-05-03 22:55:46 +0200 |
commit | 8c45112b823972e9ff7bbca77dc592ca2224951b (patch) | |
tree | 135a766a6cf1a6a7da5030315e9b88a02d49be48 /include/asm-sparc | |
parent | [NETFILTER] SCTP conntrack: fix infinite loop (diff) | |
download | linux-8c45112b823972e9ff7bbca77dc592ca2224951b.tar.xz linux-8c45112b823972e9ff7bbca77dc592ca2224951b.zip |
[SPARC]: Hook up vmsplice into syscall tables.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc')
-rw-r--r-- | include/asm-sparc/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc/unistd.h b/include/asm-sparc/unistd.h index 32a48f623e2b..f5611a721fbd 100644 --- a/include/asm-sparc/unistd.h +++ b/include/asm-sparc/unistd.h @@ -41,7 +41,7 @@ #define __NR_capset 22 /* Linux Specific */ #define __NR_setuid 23 /* Implemented via setreuid in SunOS */ #define __NR_getuid 24 /* Common */ -/* #define __NR_time alias 25 ENOSYS under SunOS */ +#define __NR_vmsplice 25 /* ENOSYS under SunOS */ #define __NR_ptrace 26 /* Common */ #define __NR_alarm 27 /* Implemented via setitimer in SunOS */ #define __NR_sigaltstack 28 /* Common */ |