aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/asm-generic/unistd.h
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2014-06-11 15:11:53 -0700
committerJohn Stultz <john.stultz@linaro.org>2014-06-11 15:11:53 -0700
commit3bc0578e2680de1970e8ea491db6cfeb473e96c3 (patch)
tree7a80317196a5876a57f4a26c55eff908697a522e /include/uapi/asm-generic/unistd.h
parentcd9f5bed776f2ed378b13df34c17c8c227c30fcd (diff)
parent1860e379875dfe7271c649058aeddffe5afd9d0d (diff)
Merge tag 'v3.15' into linaro-android-3.15-experimentaltracking-linaro-android-3.15-llct-20140612.0
Linux 3.15
Diffstat (limited to 'include/uapi/asm-generic/unistd.h')
-rw-r--r--include/uapi/asm-generic/unistd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/asm-generic/unistd.h b/include/uapi/asm-generic/unistd.h
index 6db66783d268..333640608087 100644
--- a/include/uapi/asm-generic/unistd.h
+++ b/include/uapi/asm-generic/unistd.h
@@ -697,9 +697,11 @@ __SYSCALL(__NR_finit_module, sys_finit_module)
__SYSCALL(__NR_sched_setattr, sys_sched_setattr)
#define __NR_sched_getattr 275
__SYSCALL(__NR_sched_getattr, sys_sched_getattr)
+#define __NR_renameat2 276
+__SYSCALL(__NR_renameat2, sys_renameat2)
#undef __NR_syscalls
-#define __NR_syscalls 276
+#define __NR_syscalls 277
/*
* All syscalls below here should go away really,