|
@@ -303,16 +303,17 @@
|
|
#define __NR_add_key (__NR_Linux + 280)
|
|
#define __NR_add_key (__NR_Linux + 280)
|
|
#define __NR_request_key (__NR_Linux + 281)
|
|
#define __NR_request_key (__NR_Linux + 281)
|
|
#define __NR_keyctl (__NR_Linux + 282)
|
|
#define __NR_keyctl (__NR_Linux + 282)
|
|
|
|
+#define __NR_set_thread_area (__NR_Linux + 283)
|
|
|
|
|
|
/*
|
|
/*
|
|
* Offset of the last Linux o32 flavoured syscall
|
|
* Offset of the last Linux o32 flavoured syscall
|
|
*/
|
|
*/
|
|
-#define __NR_Linux_syscalls 282
|
|
|
|
|
|
+#define __NR_Linux_syscalls 283
|
|
|
|
|
|
#endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */
|
|
#endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */
|
|
|
|
|
|
#define __NR_O32_Linux 4000
|
|
#define __NR_O32_Linux 4000
|
|
-#define __NR_O32_Linux_syscalls 282
|
|
|
|
|
|
+#define __NR_O32_Linux_syscalls 283
|
|
|
|
|
|
#if _MIPS_SIM == _MIPS_SIM_ABI64
|
|
#if _MIPS_SIM == _MIPS_SIM_ABI64
|
|
|
|
|
|
@@ -562,16 +563,17 @@
|
|
#define __NR_add_key (__NR_Linux + 239)
|
|
#define __NR_add_key (__NR_Linux + 239)
|
|
#define __NR_request_key (__NR_Linux + 240)
|
|
#define __NR_request_key (__NR_Linux + 240)
|
|
#define __NR_keyctl (__NR_Linux + 241)
|
|
#define __NR_keyctl (__NR_Linux + 241)
|
|
|
|
+#define __NR_set_thread_area (__NR_Linux + 242)
|
|
|
|
|
|
/*
|
|
/*
|
|
* Offset of the last Linux 64-bit flavoured syscall
|
|
* Offset of the last Linux 64-bit flavoured syscall
|
|
*/
|
|
*/
|
|
-#define __NR_Linux_syscalls 241
|
|
|
|
|
|
+#define __NR_Linux_syscalls 242
|
|
|
|
|
|
#endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */
|
|
#endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */
|
|
|
|
|
|
#define __NR_64_Linux 5000
|
|
#define __NR_64_Linux 5000
|
|
-#define __NR_64_Linux_syscalls 241
|
|
|
|
|
|
+#define __NR_64_Linux_syscalls 242
|
|
|
|
|
|
#if _MIPS_SIM == _MIPS_SIM_NABI32
|
|
#if _MIPS_SIM == _MIPS_SIM_NABI32
|
|
|
|
|
|
@@ -825,16 +827,17 @@
|
|
#define __NR_add_key (__NR_Linux + 243)
|
|
#define __NR_add_key (__NR_Linux + 243)
|
|
#define __NR_request_key (__NR_Linux + 244)
|
|
#define __NR_request_key (__NR_Linux + 244)
|
|
#define __NR_keyctl (__NR_Linux + 245)
|
|
#define __NR_keyctl (__NR_Linux + 245)
|
|
|
|
+#define __NR_set_thread_area (__NR_Linux + 246)
|
|
|
|
|
|
/*
|
|
/*
|
|
* Offset of the last N32 flavoured syscall
|
|
* Offset of the last N32 flavoured syscall
|
|
*/
|
|
*/
|
|
-#define __NR_Linux_syscalls 245
|
|
|
|
|
|
+#define __NR_Linux_syscalls 246
|
|
|
|
|
|
#endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */
|
|
#endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */
|
|
|
|
|
|
#define __NR_N32_Linux 6000
|
|
#define __NR_N32_Linux 6000
|
|
-#define __NR_N32_Linux_syscalls 245
|
|
|
|
|
|
+#define __NR_N32_Linux_syscalls 246
|
|
|
|
|
|
#ifndef __ASSEMBLY__
|
|
#ifndef __ASSEMBLY__
|
|
|
|
|