v1.1.16 update
[musl-tables] / data / musl.aarch64.decls
index 5b80525..6b807a7 100644 (file)
@@ -35,7 +35,9 @@ BS1   bits/termios.h  d       #define BS1 0020000
 BSDLY  bits/termios.h  d       #define BSDLY 0020000
 CBAUD  bits/termios.h  d       #define CBAUD 0010017
 CBAUDEX        bits/termios.h  d       #define CBAUDEX 0010000
+CIBAUD bits/termios.h  d       #define CIBAUD 002003600000
 CLOCAL bits/termios.h  d       #define CLOCAL 0004000
+CMSPAR bits/termios.h  d       #define CMSPAR 010000000000
 CR0    bits/termios.h  d       #define CR0 0000000
 CR1    bits/termios.h  d       #define CR1 0001000
 CR2    bits/termios.h  d       #define CR2 0002000
@@ -193,7 +195,10 @@ EUSERS     bits/errno.h    d       #define EUSERS 87
 EWOULDBLOCK    bits/errno.h    d       #define EWOULDBLOCK EAGAIN
 EXDEV  bits/errno.h    d       #define EXDEV 18
 EXFULL bits/errno.h    d       #define EXFULL 54
+EXTA   bits/termios.h  d       #define EXTA 0000016
+EXTB   bits/termios.h  d       #define EXTB 0000017
 EXTPROC        bits/termios.h  d       #define EXTPROC 0200000
+Elf_Symndx     bits/link.h     t       typedef uint32_t Elf_Symndx;
 FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 31
 FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
 FE_DIVBYZERO   bits/fenv.h     d       #define FE_DIVBYZERO 2
@@ -236,6 +241,17 @@ F_SETOWN   bits/fcntl.h    d       #define F_SETOWN 8
 F_SETOWN_EX    bits/fcntl.h    d       #define F_SETOWN_EX 15
 F_SETSIG       bits/fcntl.h    d       #define F_SETSIG 10
 HUPCL  bits/termios.h  d       #define HUPCL 0002000
+HWCAP_AES      bits/hwcap.h    d       #define HWCAP_AES (1 << 3)
+HWCAP_ASIMD    bits/hwcap.h    d       #define HWCAP_ASIMD (1 << 1)
+HWCAP_ASIMDHP  bits/hwcap.h    d       #define HWCAP_ASIMDHP (1 << 10)
+HWCAP_ATOMICS  bits/hwcap.h    d       #define HWCAP_ATOMICS (1 << 8)
+HWCAP_CRC32    bits/hwcap.h    d       #define HWCAP_CRC32 (1 << 7)
+HWCAP_EVTSTRM  bits/hwcap.h    d       #define HWCAP_EVTSTRM (1 << 2)
+HWCAP_FP       bits/hwcap.h    d       #define HWCAP_FP (1 << 0)
+HWCAP_FPHP     bits/hwcap.h    d       #define HWCAP_FPHP (1 << 9)
+HWCAP_PMULL    bits/hwcap.h    d       #define HWCAP_PMULL (1 << 4)
+HWCAP_SHA1     bits/hwcap.h    d       #define HWCAP_SHA1 (1 << 5)
+HWCAP_SHA2     bits/hwcap.h    d       #define HWCAP_SHA2 (1 << 6)
 ICANON bits/termios.h  d       #define ICANON 0000002
 ICRNL  bits/termios.h  d       #define ICRNL 0000400
 IEXTEN bits/termios.h  d       #define IEXTEN 0100000
@@ -272,74 +288,26 @@ LDBL_TRUE_MIN     bits/float.h    d       #define LDBL_TRUE_MIN 6.475175119438025110924438958
 LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
 LONG_BIT       bits/limits.h   d       #define LONG_BIT 64
 LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffffffffffL
-MADV_DODUMP    bits/mman.h     d       #define MADV_DODUMP 17
-MADV_DOFORK    bits/mman.h     d       #define MADV_DOFORK 11
-MADV_DONTDUMP  bits/mman.h     d       #define MADV_DONTDUMP 16
-MADV_DONTFORK  bits/mman.h     d       #define MADV_DONTFORK 10
-MADV_DONTNEED  bits/mman.h     d       #define MADV_DONTNEED 4
-MADV_HUGEPAGE  bits/mman.h     d       #define MADV_HUGEPAGE 14
-MADV_HWPOISON  bits/mman.h     d       #define MADV_HWPOISON 100
-MADV_MERGEABLE bits/mman.h     d       #define MADV_MERGEABLE 12
-MADV_NOHUGEPAGE        bits/mman.h     d       #define MADV_NOHUGEPAGE 15
-MADV_NORMAL    bits/mman.h     d       #define MADV_NORMAL 0
-MADV_RANDOM    bits/mman.h     d       #define MADV_RANDOM 1
-MADV_REMOVE    bits/mman.h     d       #define MADV_REMOVE 9
-MADV_SEQUENTIAL        bits/mman.h     d       #define MADV_SEQUENTIAL 2
-MADV_SOFT_OFFLINE      bits/mman.h     d       #define MADV_SOFT_OFFLINE 101
-MADV_UNMERGEABLE       bits/mman.h     d       #define MADV_UNMERGEABLE 13
-MADV_WILLNEED  bits/mman.h     d       #define MADV_WILLNEED 3
-MAP_ANON       bits/mman.h     d       #define MAP_ANON 0x20
-MAP_ANONYMOUS  bits/mman.h     d       #define MAP_ANONYMOUS MAP_ANON
-MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x0800
-MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x1000
-MAP_FAILED     bits/mman.h     d       #define MAP_FAILED ((void *) -1)
-MAP_FILE       bits/mman.h     d       #define MAP_FILE 0x00
-MAP_FIXED      bits/mman.h     d       #define MAP_FIXED 0x10
-MAP_GROWSDOWN  bits/mman.h     d       #define MAP_GROWSDOWN 0x0100
-MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x40000
-MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x2000
-MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x10000
-MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x4000
-MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x8000
-MAP_PRIVATE    bits/mman.h     d       #define MAP_PRIVATE 0x02
-MAP_SHARED     bits/mman.h     d       #define MAP_SHARED 0x01
-MAP_STACK      bits/mman.h     d       #define MAP_STACK 0x20000
-MAP_TYPE       bits/mman.h     d       #define MAP_TYPE 0x0f
-MCL_CURRENT    bits/mman.h     d       #define MCL_CURRENT 1
-MCL_FUTURE     bits/mman.h     d       #define MCL_FUTURE 2
-MCL_ONFAULT    bits/mman.h     d       #define MCL_ONFAULT 4
 MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 6144
-MS_ASYNC       bits/mman.h     d       #define MS_ASYNC 1
-MS_INVALIDATE  bits/mman.h     d       #define MS_INVALIDATE 2
-MS_SYNC        bits/mman.h     d       #define MS_SYNC 4
 NL0    bits/termios.h  d       #define NL0 0000000
 NL1    bits/termios.h  d       #define NL1 0000400
 NLDLY  bits/termios.h  d       #define NLDLY 0000400
 NOFLSH bits/termios.h  d       #define NOFLSH 0000200
 N_6PACK        bits/ioctl.h    d       #define N_6PACK 7
 N_AX25 bits/ioctl.h    d       #define N_AX25 5
-N_CAIF bits/ioctl.h    d       #define N_CAIF 20
-N_GIGASET_M101 bits/ioctl.h    d       #define N_GIGASET_M101 16
-N_GSM0710      bits/ioctl.h    d       #define N_GSM0710 21
 N_HCI  bits/ioctl.h    d       #define N_HCI 15
 N_HDLC bits/ioctl.h    d       #define N_HDLC 13
 N_IRDA bits/ioctl.h    d       #define N_IRDA 11
 N_MASC bits/ioctl.h    d       #define N_MASC 8
 N_MOUSE        bits/ioctl.h    d       #define N_MOUSE 2
 N_PPP  bits/ioctl.h    d       #define N_PPP 3
-N_PPS  bits/ioctl.h    d       #define N_PPS 18
 N_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
 N_R3964        bits/ioctl.h    d       #define N_R3964 9
-N_SLCAN        bits/ioctl.h    d       #define N_SLCAN 17
 N_SLIP bits/ioctl.h    d       #define N_SLIP 1
 N_SMSBLOCK     bits/ioctl.h    d       #define N_SMSBLOCK 12
 N_STRIP        bits/ioctl.h    d       #define N_STRIP 4
 N_SYNC_PPP     bits/ioctl.h    d       #define N_SYNC_PPP 14
-N_TI_WL        bits/ioctl.h    d       #define N_TI_WL 22
-N_TRACEROUTER  bits/ioctl.h    d       #define N_TRACEROUTER 24
-N_TRACESINK    bits/ioctl.h    d       #define N_TRACESINK 23
 N_TTY  bits/ioctl.h    d       #define N_TTY 0
-N_V253 bits/ioctl.h    d       #define N_V253 19
 N_X25  bits/ioctl.h    d       #define N_X25 6
 OCRNL  bits/termios.h  d       #define OCRNL 0000010
 OFDEL  bits/termios.h  d       #define OFDEL 0000200
@@ -372,17 +340,6 @@ PARENB     bits/termios.h  d       #define PARENB 0000400
 PARMRK bits/termios.h  d       #define PARMRK 0000010
 PARODD bits/termios.h  d       #define PARODD 0001000
 PENDIN bits/termios.h  d       #define PENDIN 0040000
-POSIX_MADV_DONTNEED    bits/mman.h     d       #define POSIX_MADV_DONTNEED 0
-POSIX_MADV_NORMAL      bits/mman.h     d       #define POSIX_MADV_NORMAL 0
-POSIX_MADV_RANDOM      bits/mman.h     d       #define POSIX_MADV_RANDOM 1
-POSIX_MADV_SEQUENTIAL  bits/mman.h     d       #define POSIX_MADV_SEQUENTIAL 2
-POSIX_MADV_WILLNEED    bits/mman.h     d       #define POSIX_MADV_WILLNEED 3
-PROT_EXEC      bits/mman.h     d       #define PROT_EXEC 4
-PROT_GROWSDOWN bits/mman.h     d       #define PROT_GROWSDOWN 0x01000000
-PROT_GROWSUP   bits/mman.h     d       #define PROT_GROWSUP 0x02000000
-PROT_NONE      bits/mman.h     d       #define PROT_NONE 0
-PROT_READ      bits/mman.h     d       #define PROT_READ 1
-PROT_WRITE     bits/mman.h     d       #define PROT_WRITE 2
 PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT64_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT64_MIN
 SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
@@ -463,7 +420,6 @@ SIOCGIFTXQLEN       bits/ioctl.h    d       #define SIOCGIFTXQLEN 0x8942
 SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP 0x8904
 SIOCGRARP      bits/ioctl.h    d       #define SIOCGRARP 0x8961
 SIOCGSTAMP     bits/ioctl.h    d       #define SIOCGSTAMP 0x8906
-SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
 SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
 SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
 SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
@@ -480,6 +436,7 @@ SIOCSIFMAP  bits/ioctl.h    d       #define SIOCSIFMAP 0x8971
 SIOCSIFMEM     bits/ioctl.h    d       #define SIOCSIFMEM 0x8920
 SIOCSIFMETRIC  bits/ioctl.h    d       #define SIOCSIFMETRIC 0x891e
 SIOCSIFMTU     bits/ioctl.h    d       #define SIOCSIFMTU 0x8922
+SIOCSIFNAME    bits/ioctl.h    d       #define SIOCSIFNAME 0x8923
 SIOCSIFNETMASK bits/ioctl.h    d       #define SIOCSIFNETMASK 0x891c
 SIOCSIFPFLAGS  bits/ioctl.h    d       #define SIOCSIFPFLAGS 0x8934
 SIOCSIFSLAVE   bits/ioctl.h    d       #define SIOCSIFSLAVE 0x8930
@@ -488,276 +445,282 @@ SIOCSPGRP       bits/ioctl.h    d       #define SIOCSPGRP 0x8902
 SIOCSRARP      bits/ioctl.h    d       #define SIOCSRARP 0x8962
 SIOGIFINDEX    bits/ioctl.h    d       #define SIOGIFINDEX SIOCGIFINDEX
 SIZE_MAX       bits/stdint.h   d       #define SIZE_MAX UINT64_MAX
-SYS_accept     bits/syscall.h  d       #define SYS_accept __NR_accept
-SYS_accept4    bits/syscall.h  d       #define SYS_accept4 __NR_accept4
-SYS_acct       bits/syscall.h  d       #define SYS_acct __NR_acct
-SYS_add_key    bits/syscall.h  d       #define SYS_add_key __NR_add_key
-SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex __NR_adjtimex
-SYS_bind       bits/syscall.h  d       #define SYS_bind __NR_bind
-SYS_bpf        bits/syscall.h  d       #define SYS_bpf __NR_bpf
-SYS_brk        bits/syscall.h  d       #define SYS_brk __NR_brk
-SYS_capget     bits/syscall.h  d       #define SYS_capget __NR_capget
-SYS_capset     bits/syscall.h  d       #define SYS_capset __NR_capset
-SYS_chdir      bits/syscall.h  d       #define SYS_chdir __NR_chdir
-SYS_chroot     bits/syscall.h  d       #define SYS_chroot __NR_chroot
-SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime __NR_clock_adjtime
-SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres __NR_clock_getres
-SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime __NR_clock_gettime
-SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep __NR_clock_nanosleep
-SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime __NR_clock_settime
-SYS_clone      bits/syscall.h  d       #define SYS_clone __NR_clone
-SYS_close      bits/syscall.h  d       #define SYS_close __NR_close
-SYS_connect    bits/syscall.h  d       #define SYS_connect __NR_connect
-SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module __NR_delete_module
-SYS_dup        bits/syscall.h  d       #define SYS_dup __NR_dup
-SYS_dup3       bits/syscall.h  d       #define SYS_dup3 __NR_dup3
-SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 __NR_epoll_create1
-SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl __NR_epoll_ctl
-SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait __NR_epoll_pwait
-SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 __NR_eventfd2
-SYS_execve     bits/syscall.h  d       #define SYS_execve __NR_execve
-SYS_execveat   bits/syscall.h  d       #define SYS_execveat __NR_execveat
-SYS_exit       bits/syscall.h  d       #define SYS_exit __NR_exit
-SYS_exit_group bits/syscall.h  d       #define SYS_exit_group __NR_exit_group
-SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat __NR_faccessat
-SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 __NR_fadvise64
-SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate __NR_fallocate
-SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init __NR_fanotify_init
-SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark __NR_fanotify_mark
-SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir __NR_fchdir
-SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod __NR_fchmod
-SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat __NR_fchmodat
-SYS_fchown     bits/syscall.h  d       #define SYS_fchown __NR_fchown
-SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat __NR_fchownat
-SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl __NR_fcntl
-SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync __NR_fdatasync
-SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr __NR_fgetxattr
-SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module __NR_finit_module
-SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr __NR_flistxattr
-SYS_flock      bits/syscall.h  d       #define SYS_flock __NR_flock
-SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr __NR_fremovexattr
-SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr __NR_fsetxattr
-SYS_fstat      bits/syscall.h  d       #define SYS_fstat __NR_fstat
-SYS_fstatat    bits/syscall.h  d       #define SYS_fstatat __NR_fstatat
-SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs __NR_fstatfs
-SYS_fsync      bits/syscall.h  d       #define SYS_fsync __NR_fsync
-SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate __NR_ftruncate
-SYS_futex      bits/syscall.h  d       #define SYS_futex __NR_futex
-SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy __NR_get_mempolicy
-SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list __NR_get_robust_list
-SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu __NR_getcpu
-SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd __NR_getcwd
-SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 __NR_getdents64
-SYS_getegid    bits/syscall.h  d       #define SYS_getegid __NR_getegid
-SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid __NR_geteuid
-SYS_getgid     bits/syscall.h  d       #define SYS_getgid __NR_getgid
-SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups __NR_getgroups
-SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer __NR_getitimer
-SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername __NR_getpeername
-SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid __NR_getpgid
-SYS_getpid     bits/syscall.h  d       #define SYS_getpid __NR_getpid
-SYS_getppid    bits/syscall.h  d       #define SYS_getppid __NR_getppid
-SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority __NR_getpriority
-SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom __NR_getrandom
-SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid __NR_getresgid
-SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid __NR_getresuid
-SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit __NR_getrlimit
-SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage __NR_getrusage
-SYS_getsid     bits/syscall.h  d       #define SYS_getsid __NR_getsid
-SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname __NR_getsockname
-SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt __NR_getsockopt
-SYS_gettid     bits/syscall.h  d       #define SYS_gettid __NR_gettid
-SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday __NR_gettimeofday
-SYS_getuid     bits/syscall.h  d       #define SYS_getuid __NR_getuid
-SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr __NR_getxattr
-SYS_init_module        bits/syscall.h  d       #define SYS_init_module __NR_init_module
-SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch __NR_inotify_add_watch
-SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 __NR_inotify_init1
-SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch __NR_inotify_rm_watch
-SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel __NR_io_cancel
-SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy __NR_io_destroy
-SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents __NR_io_getevents
-SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup __NR_io_setup
-SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit __NR_io_submit
-SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl __NR_ioctl
-SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get __NR_ioprio_get
-SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set __NR_ioprio_set
-SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp __NR_kcmp
-SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load __NR_kexec_load
-SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl __NR_keyctl
-SYS_kill       bits/syscall.h  d       #define SYS_kill __NR_kill
-SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr __NR_lgetxattr
-SYS_linkat     bits/syscall.h  d       #define SYS_linkat __NR_linkat
-SYS_listen     bits/syscall.h  d       #define SYS_listen __NR_listen
-SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr __NR_listxattr
-SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr __NR_llistxattr
-SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie __NR_lookup_dcookie
-SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr __NR_lremovexattr
-SYS_lseek      bits/syscall.h  d       #define SYS_lseek __NR_lseek
-SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr __NR_lsetxattr
-SYS_madvise    bits/syscall.h  d       #define SYS_madvise __NR_madvise
-SYS_mbind      bits/syscall.h  d       #define SYS_mbind __NR_mbind
-SYS_membarrier bits/syscall.h  d       #define SYS_membarrier __NR_membarrier
-SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create __NR_memfd_create
-SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages __NR_migrate_pages
-SYS_mincore    bits/syscall.h  d       #define SYS_mincore __NR_mincore
-SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat __NR_mkdirat
-SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat __NR_mknodat
-SYS_mlock      bits/syscall.h  d       #define SYS_mlock __NR_mlock
-SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 __NR_mlock2
-SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall __NR_mlockall
-SYS_mmap       bits/syscall.h  d       #define SYS_mmap __NR_mmap
-SYS_mount      bits/syscall.h  d       #define SYS_mount __NR_mount
-SYS_move_pages bits/syscall.h  d       #define SYS_move_pages __NR_move_pages
-SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect __NR_mprotect
-SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr __NR_mq_getsetattr
-SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify __NR_mq_notify
-SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open __NR_mq_open
-SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive __NR_mq_timedreceive
-SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend __NR_mq_timedsend
-SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink __NR_mq_unlink
-SYS_mremap     bits/syscall.h  d       #define SYS_mremap __NR_mremap
-SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl __NR_msgctl
-SYS_msgget     bits/syscall.h  d       #define SYS_msgget __NR_msgget
-SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv __NR_msgrcv
-SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd __NR_msgsnd
-SYS_msync      bits/syscall.h  d       #define SYS_msync __NR_msync
-SYS_munlock    bits/syscall.h  d       #define SYS_munlock __NR_munlock
-SYS_munlockall bits/syscall.h  d       #define SYS_munlockall __NR_munlockall
-SYS_munmap     bits/syscall.h  d       #define SYS_munmap __NR_munmap
-SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at __NR_name_to_handle_at
-SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep __NR_nanosleep
-SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl __NR_nfsservctl
-SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at __NR_open_by_handle_at
-SYS_openat     bits/syscall.h  d       #define SYS_openat __NR_openat
-SYS_or1k_atomic        bits/syscall.h  d       #define SYS_or1k_atomic __NR_or1k_atomic
-SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open __NR_perf_event_open
-SYS_personality        bits/syscall.h  d       #define SYS_personality __NR_personality
-SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 __NR_pipe2
-SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root __NR_pivot_root
-SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll __NR_ppoll
-SYS_prctl      bits/syscall.h  d       #define SYS_prctl __NR_prctl
-SYS_pread64    bits/syscall.h  d       #define SYS_pread64 __NR_pread64
-SYS_preadv     bits/syscall.h  d       #define SYS_preadv __NR_preadv
-SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 __NR_prlimit64
-SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv __NR_process_vm_readv
-SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev __NR_process_vm_writev
-SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 __NR_pselect6
-SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace __NR_ptrace
-SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 __NR_pwrite64
-SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev __NR_pwritev
-SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl __NR_quotactl
-SYS_read       bits/syscall.h  d       #define SYS_read __NR_read
-SYS_readahead  bits/syscall.h  d       #define SYS_readahead __NR_readahead
-SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat __NR_readlinkat
-SYS_readv      bits/syscall.h  d       #define SYS_readv __NR_readv
-SYS_reboot     bits/syscall.h  d       #define SYS_reboot __NR_reboot
-SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom __NR_recvfrom
-SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg __NR_recvmmsg
-SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg __NR_recvmsg
-SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages __NR_remap_file_pages
-SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr __NR_removexattr
-SYS_renameat   bits/syscall.h  d       #define SYS_renameat __NR_renameat
-SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 __NR_renameat2
-SYS_request_key        bits/syscall.h  d       #define SYS_request_key __NR_request_key
-SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall __NR_restart_syscall
-SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction __NR_rt_sigaction
-SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending __NR_rt_sigpending
-SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask __NR_rt_sigprocmask
-SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo __NR_rt_sigqueueinfo
-SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn __NR_rt_sigreturn
-SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend __NR_rt_sigsuspend
-SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait __NR_rt_sigtimedwait
-SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo __NR_rt_tgsigqueueinfo
-SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max __NR_sched_get_priority_max
-SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min __NR_sched_get_priority_min
-SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity __NR_sched_getaffinity
-SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr __NR_sched_getattr
-SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam __NR_sched_getparam
-SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler __NR_sched_getscheduler
-SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval __NR_sched_rr_get_interval
-SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity __NR_sched_setaffinity
-SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr __NR_sched_setattr
-SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam __NR_sched_setparam
-SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler __NR_sched_setscheduler
-SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield __NR_sched_yield
-SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp __NR_seccomp
-SYS_semctl     bits/syscall.h  d       #define SYS_semctl __NR_semctl
-SYS_semget     bits/syscall.h  d       #define SYS_semget __NR_semget
-SYS_semop      bits/syscall.h  d       #define SYS_semop __NR_semop
-SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop __NR_semtimedop
-SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile __NR_sendfile
-SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg __NR_sendmmsg
-SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg __NR_sendmsg
-SYS_sendto     bits/syscall.h  d       #define SYS_sendto __NR_sendto
-SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy __NR_set_mempolicy
-SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list __NR_set_robust_list
-SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address __NR_set_tid_address
-SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname __NR_setdomainname
-SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid __NR_setfsgid
-SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid __NR_setfsuid
-SYS_setgid     bits/syscall.h  d       #define SYS_setgid __NR_setgid
-SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups __NR_setgroups
-SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname __NR_sethostname
-SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer __NR_setitimer
-SYS_setns      bits/syscall.h  d       #define SYS_setns __NR_setns
-SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid __NR_setpgid
-SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority __NR_setpriority
-SYS_setregid   bits/syscall.h  d       #define SYS_setregid __NR_setregid
-SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid __NR_setresgid
-SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid __NR_setresuid
-SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid __NR_setreuid
-SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit __NR_setrlimit
-SYS_setsid     bits/syscall.h  d       #define SYS_setsid __NR_setsid
-SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt __NR_setsockopt
-SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday __NR_settimeofday
-SYS_setuid     bits/syscall.h  d       #define SYS_setuid __NR_setuid
-SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr __NR_setxattr
-SYS_shmat      bits/syscall.h  d       #define SYS_shmat __NR_shmat
-SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl __NR_shmctl
-SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt __NR_shmdt
-SYS_shmget     bits/syscall.h  d       #define SYS_shmget __NR_shmget
-SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown __NR_shutdown
-SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack __NR_sigaltstack
-SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 __NR_signalfd4
-SYS_socket     bits/syscall.h  d       #define SYS_socket __NR_socket
-SYS_socketpair bits/syscall.h  d       #define SYS_socketpair __NR_socketpair
-SYS_splice     bits/syscall.h  d       #define SYS_splice __NR_splice
-SYS_statfs     bits/syscall.h  d       #define SYS_statfs __NR_statfs
-SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff __NR_swapoff
-SYS_swapon     bits/syscall.h  d       #define SYS_swapon __NR_swapon
-SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat __NR_symlinkat
-SYS_sync       bits/syscall.h  d       #define SYS_sync __NR_sync
-SYS_sync_file_range    bits/syscall.h  d       #define SYS_sync_file_range __NR_sync_file_range
-SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs __NR_syncfs
-SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo __NR_sysinfo
-SYS_syslog     bits/syscall.h  d       #define SYS_syslog __NR_syslog
-SYS_tee        bits/syscall.h  d       #define SYS_tee __NR_tee
-SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill __NR_tgkill
-SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create __NR_timer_create
-SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete __NR_timer_delete
-SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun __NR_timer_getoverrun
-SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime __NR_timer_gettime
-SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime __NR_timer_settime
-SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create __NR_timerfd_create
-SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime __NR_timerfd_gettime
-SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime __NR_timerfd_settime
-SYS_times      bits/syscall.h  d       #define SYS_times __NR_times
-SYS_tkill      bits/syscall.h  d       #define SYS_tkill __NR_tkill
-SYS_truncate   bits/syscall.h  d       #define SYS_truncate __NR_truncate
-SYS_umask      bits/syscall.h  d       #define SYS_umask __NR_umask
-SYS_umount2    bits/syscall.h  d       #define SYS_umount2 __NR_umount2
-SYS_uname      bits/syscall.h  d       #define SYS_uname __NR_uname
-SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat __NR_unlinkat
-SYS_unshare    bits/syscall.h  d       #define SYS_unshare __NR_unshare
-SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd __NR_userfaultfd
-SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat __NR_utimensat
-SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup __NR_vhangup
-SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice __NR_vmsplice
-SYS_wait4      bits/syscall.h  d       #define SYS_wait4 __NR_wait4
-SYS_waitid     bits/syscall.h  d       #define SYS_waitid __NR_waitid
-SYS_write      bits/syscall.h  d       #define SYS_write __NR_write
-SYS_writev     bits/syscall.h  d       #define SYS_writev __NR_writev
+SYS_accept     bits/syscall.h  d       #define SYS_accept 202
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 242
+SYS_acct       bits/syscall.h  d       #define SYS_acct 89
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key 217
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex 171
+SYS_bind       bits/syscall.h  d       #define SYS_bind 200
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf 280
+SYS_brk        bits/syscall.h  d       #define SYS_brk 214
+SYS_capget     bits/syscall.h  d       #define SYS_capget 90
+SYS_capset     bits/syscall.h  d       #define SYS_capset 91
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir 49
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot 51
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime 266
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 114
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 113
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 115
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 112
+SYS_clone      bits/syscall.h  d       #define SYS_clone 220
+SYS_close      bits/syscall.h  d       #define SYS_close 57
+SYS_connect    bits/syscall.h  d       #define SYS_connect 203
+SYS_copy_file_range    bits/syscall.h  d       #define SYS_copy_file_range 285
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 106
+SYS_dup        bits/syscall.h  d       #define SYS_dup 23
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 24
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 20
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl 21
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait 22
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 19
+SYS_execve     bits/syscall.h  d       #define SYS_execve 221
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat 281
+SYS_exit       bits/syscall.h  d       #define SYS_exit 93
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group 94
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat 48
+SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 223
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate 47
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init 262
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark 263
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir 50
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod 52
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat 53
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown 55
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat 54
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl 25
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync 83
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr 10
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module 273
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr 13
+SYS_flock      bits/syscall.h  d       #define SYS_flock 32
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr 16
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr 7
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat 80
+SYS_fstatat    bits/syscall.h  d       #define SYS_fstatat 79
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs 44
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync 82
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 46
+SYS_futex      bits/syscall.h  d       #define SYS_futex 98
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 236
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list 100
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu 168
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd 17
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 61
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid 177
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid 175
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid 176
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups 158
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer 102
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername 205
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid 155
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid 172
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid 173
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority 141
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom 278
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid 150
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid 148
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit 163
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage 165
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid 156
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname 204
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt 209
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid 178
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday 169
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid 174
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr 8
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module 105
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch 27
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 26
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch 28
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 3
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 1
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 4
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 0
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 2
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 29
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get 31
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set 30
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp 272
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load 104
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl 219
+SYS_kill       bits/syscall.h  d       #define SYS_kill 129
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr 9
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat 37
+SYS_listen     bits/syscall.h  d       #define SYS_listen 201
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr 11
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr 12
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie 18
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr 15
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek 62
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr 6
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise 233
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind 235
+SYS_membarrier bits/syscall.h  d       #define SYS_membarrier 283
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create 279
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages 238
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore 232
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat 34
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat 33
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock 228
+SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 284
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall 230
+SYS_mmap       bits/syscall.h  d       #define SYS_mmap 222
+SYS_mount      bits/syscall.h  d       #define SYS_mount 40
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages 239
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect 226
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr 185
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 184
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 180
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 183
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 182
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 181
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap 216
+SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl 187
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget 186
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv 188
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd 189
+SYS_msync      bits/syscall.h  d       #define SYS_msync 227
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock 229
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 231
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap 215
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at 264
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep 101
+SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl 42
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at 265
+SYS_openat     bits/syscall.h  d       #define SYS_openat 56
+SYS_or1k_atomic        bits/syscall.h  d       #define SYS_or1k_atomic 244
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 241
+SYS_personality        bits/syscall.h  d       #define SYS_personality 92
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 59
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 41
+SYS_pkey_alloc bits/syscall.h  d       #define SYS_pkey_alloc 289
+SYS_pkey_free  bits/syscall.h  d       #define SYS_pkey_free 290
+SYS_pkey_mprotect      bits/syscall.h  d       #define SYS_pkey_mprotect 288
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 73
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl 167
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 67
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv 69
+SYS_preadv2    bits/syscall.h  d       #define SYS_preadv2 286
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 261
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 270
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 271
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 72
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace 117
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 68
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 70
+SYS_pwritev2   bits/syscall.h  d       #define SYS_pwritev2 287
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 60
+SYS_read       bits/syscall.h  d       #define SYS_read 63
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead 213
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat 78
+SYS_readv      bits/syscall.h  d       #define SYS_readv 65
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot 142
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 207
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 243
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 212
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 234
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 14
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat 38
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 276
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key 218
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 128
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 134
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 136
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 135
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo 138
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 139
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 133
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 137
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 240
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max 125
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min 126
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity 123
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr 275
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam 121
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler 120
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval 127
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 122
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 274
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 118
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler 119
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield 124
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp 277
+SYS_semctl     bits/syscall.h  d       #define SYS_semctl 191
+SYS_semget     bits/syscall.h  d       #define SYS_semget 190
+SYS_semop      bits/syscall.h  d       #define SYS_semop 193
+SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop 192
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 71
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg 269
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg 211
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto 206
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy 237
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list 99
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address 96
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname 162
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid 152
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid 151
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid 144
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups 159
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname 161
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer 103
+SYS_setns      bits/syscall.h  d       #define SYS_setns 268
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid 154
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority 140
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid 143
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid 149
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid 147
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid 145
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit 164
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid 157
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt 208
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday 170
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid 146
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 5
+SYS_shmat      bits/syscall.h  d       #define SYS_shmat 196
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl 195
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt 197
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget 194
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 210
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 132
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 74
+SYS_socket     bits/syscall.h  d       #define SYS_socket 198
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair 199
+SYS_splice     bits/syscall.h  d       #define SYS_splice 76
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs 43
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 225
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon 224
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat 36
+SYS_sync       bits/syscall.h  d       #define SYS_sync 81
+SYS_sync_file_range    bits/syscall.h  d       #define SYS_sync_file_range 84
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs 267
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo 179
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog 116
+SYS_tee        bits/syscall.h  d       #define SYS_tee 77
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill 131
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create 107
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 111
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 109
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 108
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 110
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 85
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 87
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 86
+SYS_times      bits/syscall.h  d       #define SYS_times 153
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill 130
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate 45
+SYS_umask      bits/syscall.h  d       #define SYS_umask 166
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 39
+SYS_uname      bits/syscall.h  d       #define SYS_uname 160
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat 35
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare 97
+SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd 282
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat 88
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 58
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice 75
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 260
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid 95
+SYS_write      bits/syscall.h  d       #define SYS_write 64
+SYS_writev     bits/syscall.h  d       #define SYS_writev 66
 TAB0   bits/termios.h  d       #define TAB0 0000000
 TAB1   bits/termios.h  d       #define TAB1 0004000
 TAB2   bits/termios.h  d       #define TAB2 0010000
@@ -792,7 +755,7 @@ TCXONC      bits/ioctl.h    d       #define TCXONC 0x540A
 TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
 TIOCCONS       bits/ioctl.h    d       #define TIOCCONS 0x541D
 TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL 0x540C
-TIOCGDEV       bits/ioctl.h    d       #define TIOCGDEV _IOR('T', 0x32, unsigned int)
+TIOCGDEV       bits/ioctl.h    d       #define TIOCGDEV 0x80045432
 TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
 TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL 0x80045440
 TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
@@ -800,7 +763,7 @@ TIOCGLCKTRMIOS      bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x5456
 TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP 0x540F
 TIOCGPKT       bits/ioctl.h    d       #define TIOCGPKT 0x80045438
 TIOCGPTLCK     bits/ioctl.h    d       #define TIOCGPTLCK 0x80045439
-TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN _IOR('T', 0x30, unsigned int)
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN 0x80045430
 TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542E
 TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
 TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
@@ -820,7 +783,6 @@ TIOCM_DSR   bits/ioctl.h    d       #define TIOCM_DSR 0x100
 TIOCM_DTR      bits/ioctl.h    d       #define TIOCM_DTR 0x002
 TIOCM_LE       bits/ioctl.h    d       #define TIOCM_LE 0x001
 TIOCM_LOOP     bits/ioctl.h    d       #define TIOCM_LOOP 0x8000
-TIOCM_MODEM_BITS       bits/ioctl.h    d       #define TIOCM_MODEM_BITS TIOCM_OUT2
 TIOCM_OUT1     bits/ioctl.h    d       #define TIOCM_OUT1 0x2000
 TIOCM_OUT2     bits/ioctl.h    d       #define TIOCM_OUT2 0x4000
 TIOCM_RI       bits/ioctl.h    d       #define TIOCM_RI TIOCM_RNG
@@ -854,13 +816,12 @@ TIOCSETD  bits/ioctl.h    d       #define TIOCSETD 0x5423
 TIOCSIG        bits/ioctl.h    d       #define TIOCSIG 0x40045436
 TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
 TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
-TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK _IOW('T', 0x31, int)
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
 TIOCSRS485     bits/ioctl.h    d       #define TIOCSRS485 0x542F
 TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x541F
 TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x541A
 TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5412
 TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ 0x5414
-TIOCTTYGSTRUCT bits/ioctl.h    d       #define TIOCTTYGSTRUCT 0x5426
 TIOCVHANGUP    bits/ioctl.h    d       #define TIOCVHANGUP 0x5437
 TOSTOP bits/termios.h  d       #define TOSTOP 0000400
 UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT64_MAX
@@ -886,6 +847,7 @@ VT1 bits/termios.h  d       #define VT1 0040000
 VTDLY  bits/termios.h  d       #define VTDLY 0040000
 VTIME  bits/termios.h  d       #define VTIME 5
 VWERASE        bits/termios.h  d       #define VWERASE 14
+XCASE  bits/termios.h  d       #define XCASE 0000004
 XTABS  bits/termios.h  d       #define XTABS 0014000
 _Addr  bits/alltypes.h d       #define _Addr long
 _IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
@@ -997,6 +959,7 @@ __NR_clock_settime  bits/syscall.h  d       #define __NR_clock_settime 112
 __NR_clone     bits/syscall.h  d       #define __NR_clone 220
 __NR_close     bits/syscall.h  d       #define __NR_close 57
 __NR_connect   bits/syscall.h  d       #define __NR_connect 203
+__NR_copy_file_range   bits/syscall.h  d       #define __NR_copy_file_range 285
 __NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 106
 __NR_dup       bits/syscall.h  d       #define __NR_dup 23
 __NR_dup3      bits/syscall.h  d       #define __NR_dup3 24
@@ -1124,10 +1087,14 @@ __NR_perf_event_open    bits/syscall.h  d       #define __NR_perf_event_open 241
 __NR_personality       bits/syscall.h  d       #define __NR_personality 92
 __NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 59
 __NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 41
+__NR_pkey_alloc        bits/syscall.h  d       #define __NR_pkey_alloc 289
+__NR_pkey_free bits/syscall.h  d       #define __NR_pkey_free 290
+__NR_pkey_mprotect     bits/syscall.h  d       #define __NR_pkey_mprotect 288
 __NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 73
 __NR_prctl     bits/syscall.h  d       #define __NR_prctl 167
 __NR_pread64   bits/syscall.h  d       #define __NR_pread64 67
 __NR_preadv    bits/syscall.h  d       #define __NR_preadv 69
+__NR_preadv2   bits/syscall.h  d       #define __NR_preadv2 286
 __NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 261
 __NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 270
 __NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 271
@@ -1135,6 +1102,7 @@ __NR_pselect6     bits/syscall.h  d       #define __NR_pselect6 72
 __NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 117
 __NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 68
 __NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 70
+__NR_pwritev2  bits/syscall.h  d       #define __NR_pwritev2 287
 __NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 60
 __NR_read      bits/syscall.h  d       #define __NR_read 63
 __NR_readahead bits/syscall.h  d       #define __NR_readahead 213
@@ -1354,11 +1322,7 @@ uint_fast32_t    bits/stdint.h   t       typedef uint32_t uint_fast32_t;
 uintmax_t      bits/alltypes.h t       typedef unsigned _Int64 uintmax_t;
 uintptr_t      bits/alltypes.h t       typedef unsigned _Addr uintptr_t;
 useconds_t     bits/alltypes.h t       typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        bits/stdarg.h   d       #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end bits/stdarg.h   d       #define va_end(v) __builtin_va_end(v)
 va_list        bits/alltypes.h t       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       #define va_start(v,l) __builtin_va_start(v,l)
 wchar_t        bits/alltypes.h t       typedef unsigned wchar_t;
 wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
 wint_t bits/alltypes.h t       typedef unsigned wint_t;