aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/asm-generic/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/asm-generic/unistd.h')
-rw-r--r--include/uapi/asm-generic/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/asm-generic/unistd.h b/include/uapi/asm-generic/unistd.h
index 1be0e798e362..1fc8faa6e973 100644
--- a/include/uapi/asm-generic/unistd.h
+++ b/include/uapi/asm-generic/unistd.h
@@ -569,7 +569,7 @@ __SYSCALL(__NR_semget, sys_semget)
569__SC_COMP(__NR_semctl, sys_semctl, compat_sys_semctl) 569__SC_COMP(__NR_semctl, sys_semctl, compat_sys_semctl)
570#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32 570#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
571#define __NR_semtimedop 192 571#define __NR_semtimedop 192
572__SC_COMP(__NR_semtimedop, sys_semtimedop, sys_semtimedop_time32) 572__SC_3264(__NR_semtimedop, sys_semtimedop_time32, sys_semtimedop)
573#endif 573#endif
574#define __NR_semop 193 574#define __NR_semop 193
575__SYSCALL(__NR_semop, sys_semop) 575__SYSCALL(__NR_semop, sys_semop)