add statx syscall numbers from linux v4.11
authorSzabolcs Nagy <nsz@port70.net>
Sun, 9 Jul 2017 19:22:31 +0000 (19:22 +0000)
committerRich Felker <dalias@aerifal.cx>
Sun, 5 Nov 2017 23:41:11 +0000 (18:41 -0500)
statx was added in linux commit a528d35e8bfcc521d7cb70aaf03e1bd296c8493f
(there is no libc wrapper yet and microblaze and sh misses the number).

12 files changed:
arch/aarch64/bits/syscall.h.in
arch/arm/bits/syscall.h.in
arch/i386/bits/syscall.h.in
arch/mips/bits/syscall.h.in
arch/mips64/bits/syscall.h.in
arch/mipsn32/bits/syscall.h.in
arch/or1k/bits/syscall.h.in
arch/powerpc/bits/syscall.h.in
arch/powerpc64/bits/syscall.h.in
arch/s390x/bits/syscall.h.in
arch/x32/bits/syscall.h.in
arch/x86_64/bits/syscall.h.in

index 8b56afff1c552cc2ef897dcafb288665fb5f477a..0d4a9bca94e6b032b0ea89a5778314b570ef783b 100644 (file)
 #define __NR_pkey_mprotect 288
 #define __NR_pkey_alloc 289
 #define __NR_pkey_free 290
+#define __NR_statx 291
 
index 0096fe7c73f6d2c0cc03f889f35b357935003f18..c594152e344a8af71dee5813141be4a39e2d3d32 100644 (file)
 #define __NR_pkey_mprotect     394
 #define __NR_pkey_alloc        395
 #define __NR_pkey_free 396
+#define __NR_statx     397
 
 #define __ARM_NR_breakpoint    0x0f0001
 #define __ARM_NR_cacheflush    0x0f0002
index 1217f89a4dc9e9ebdcf1d947d54863eff76a6d98..b556d83b52e988301f913778ad86c78f71a32050 100644 (file)
 #define __NR_pkey_mprotect     380
 #define __NR_pkey_alloc                381
 #define __NR_pkey_free         382
+#define __NR_statx             383
 
index 1a2147a7baca345ada6c59aa0b788e638f1091af..c1e236359e0e0edc52dafe734b335b7578baa0e5 100644 (file)
 #define __NR_pkey_mprotect           4363
 #define __NR_pkey_alloc              4364
 #define __NR_pkey_free               4365
+#define __NR_statx                   4366
 
index a207133c981505d9f993c8c8619af0b0f1bcb30d..b0fe49b5248952d8cc67af96fa1657cfdc678cbe 100644 (file)
 #define __NR_pkey_mprotect             5323
 #define __NR_pkey_alloc                        5324
 #define __NR_pkey_free                 5325
+#define __NR_statx                     5326
 
index cd843a76f66d5a9c5d761a15f867d00e4fedf756..70c5d0b8be875d5eb19fa36de2215d9c6b4e20d0 100644 (file)
 #define __NR_pkey_mprotect             6327
 #define __NR_pkey_alloc                        6328
 #define __NR_pkey_free                 6329
+#define __NR_statx                     6330
 
index 54581fb457b24002f2c79fbad6912f3d07504a2a..03735e88278a0067b52c5ca05740f6090df9868d 100644 (file)
 #define __NR_pkey_mprotect 288
 #define __NR_pkey_alloc 289
 #define __NR_pkey_free 290
+#define __NR_statx 291
 
index d537a1dccb2390ebcb060f74a100ec5ddd1f525f..20833915ebc637c750d81583824348af27eeccca 100644 (file)
 #define __NR_preadv2               380
 #define __NR_pwritev2              381
 #define __NR_kexec_file_load       382
+#define __NR_statx                 383
 
index 9907ae9b1405c51d17afc0a267034440d4c7bad6..936f43c07f8f6950da3f9da9e57f1eb67e4db3e7 100644 (file)
 #define __NR_preadv2                380
 #define __NR_pwritev2               381
 #define __NR_kexec_file_load        382
+#define __NR_statx                  383
 
index 1b8fdf0cce2cb8f961af91a9542d11b8e7e1e9c6..bb1c0f4d4340652cd8597b83a1d227001ad7917c 100644 (file)
 #define __NR_copy_file_range            375
 #define __NR_preadv2                    376
 #define __NR_pwritev2                   377
+#define __NR_statx                      379
 
index de6cffe09948400a8a0bb9cbb1f82675aeed9363..23ef447262ef81ac0c4e60c4cf896ee53af6c6fc 100644 (file)
 #define __NR_pkey_mprotect (0x40000000 + 329)
 #define __NR_pkey_alloc (0x40000000 + 330)
 #define __NR_pkey_free (0x40000000 + 331)
+#define __NR_statx (0x40000000 + 332)
 
 #define __NR_rt_sigaction (0x40000000 + 512)
 #define __NR_rt_sigreturn (0x40000000 + 513)
index 6e743dfbdf83a19c58d3e1718fd923715dbe2839..bffcc4ee916002bb54c9e6ed52196aac8d4669f3 100644 (file)
 #define __NR_pkey_mprotect                     329
 #define __NR_pkey_alloc                                330
 #define __NR_pkey_free                         331
+#define __NR_statx                             332