aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/unistd.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-04-01 02:49:34 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-04-01 02:49:34 -0500
commit289eee6fa78e999208120c856ef3ae5a817fd59c (patch)
treeeadce5571447bf91d3e274464c57605f73c3b3ee /include/asm-sparc64/unistd.h
parent1339713a327d4538ca9173ab70afef9a1d57fd07 (diff)
[SPARC]: Wire up sys_sync_file_range() into syscall tables.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/unistd.h')
-rw-r--r--include/asm-sparc64/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc64/unistd.h b/include/asm-sparc64/unistd.h
index 02e1aacd3dab..d0544b4f47b7 100644
--- a/include/asm-sparc64/unistd.h
+++ b/include/asm-sparc64/unistd.h
@@ -273,7 +273,7 @@
273#define __NR_getsid 252 273#define __NR_getsid 252
274#define __NR_fdatasync 253 274#define __NR_fdatasync 253
275#define __NR_nfsservctl 254 275#define __NR_nfsservctl 254
276#define __NR_aplib 255 276#define __NR_sys_sync_file_range 255
277#define __NR_clock_settime 256 277#define __NR_clock_settime 256
278#define __NR_clock_gettime 257 278#define __NR_clock_gettime 257
279#define __NR_clock_getres 258 279#define __NR_clock_getres 258