diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2002-03-11 07:46:59 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-03-11 07:46:59 -0800 |
| commit | 8e310f61c67c1636e77df802d3c491ae15528aaa (patch) | |
| tree | a3b4953e149db32150a31c24823d964f5ea02475 /include/asm-sparc | |
| parent | b9192c7f2bdd0fdb4d979749ad835f3123084dcc (diff) | |
Add sys_sendfile64 to sparc syscall tables.
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 5fc0f36c21be..fbe9c00588b8 100644 --- a/include/asm-sparc/unistd.h +++ b/include/asm-sparc/unistd.h @@ -155,7 +155,7 @@ #define __NR_rmdir 137 /* Common */ #define __NR_utimes 138 /* SunOS Specific */ #define __NR_stat64 139 /* Linux sparc32 Specific */ -/* #define __NR_adjtime 140 SunOS Specific */ +#define __NR_sendfile64 140 /* adjtime under SunOS */ #define __NR_getpeername 141 /* Common */ /* #define __NR_gethostid 142 SunOS Specific */ #define __NR_gettid 143 /* ENOSYS under SunOS */ |
