aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc/unistd.h5
-rw-r--r--include/asm-sparc64/unistd.h5
2 files changed, 8 insertions, 2 deletions
diff --git a/include/asm-sparc/unistd.h b/include/asm-sparc/unistd.h
index da9bdc5e5526..64471bcd96f9 100644
--- a/include/asm-sparc/unistd.h
+++ b/include/asm-sparc/unistd.h
@@ -327,8 +327,11 @@
327#define __NR_getcpu 308 327#define __NR_getcpu 308
328#define __NR_epoll_pwait 309 328#define __NR_epoll_pwait 309
329#define __NR_utimensat 310 329#define __NR_utimensat 310
330#define __NR_signalfd 311
331#define __NR_timerfd 312
332#define __NR_eventfd 313
330 333
331#define NR_SYSCALLS 311 334#define NR_SYSCALLS 314
332 335
333#ifdef __KERNEL__ 336#ifdef __KERNEL__
334#define __ARCH_WANT_IPC_PARSE_VERSION 337#define __ARCH_WANT_IPC_PARSE_VERSION
diff --git a/include/asm-sparc64/unistd.h b/include/asm-sparc64/unistd.h
index fcd627594f4c..53e96ed9c024 100644
--- a/include/asm-sparc64/unistd.h
+++ b/include/asm-sparc64/unistd.h
@@ -329,8 +329,11 @@
329#define __NR_getcpu 308 329#define __NR_getcpu 308
330#define __NR_epoll_pwait 309 330#define __NR_epoll_pwait 309
331#define __NR_utimensat 310 331#define __NR_utimensat 310
332#define __NR_signalfd 311
333#define __NR_timerfd 312
334#define __NR_eventfd 313
332 335
333#define NR_SYSCALLS 311 336#define NR_SYSCALLS 314
334 337
335#ifdef __KERNEL__ 338#ifdef __KERNEL__
336/* sysconf options, for SunOS compatibility */ 339/* sysconf options, for SunOS compatibility */