v1.1.15 update
authornsz <nsz@port70.net>
Sat, 15 Oct 2016 11:44:58 +0000 (11:44 +0000)
committernsz <nsz@port70.net>
Sat, 15 Oct 2016 11:44:58 +0000 (11:44 +0000)
35 files changed:
abi_func.cc
abi_type.aarch64.cc
abi_type.arm.cc
abi_type.i386.cc
abi_type.microblaze.cc
abi_type.mips.cc
abi_type.mips64.cc
abi_type.mipsn32.cc [new file with mode: 0644]
abi_type.or1k.cc
abi_type.powerpc.cc
abi_type.powerpc64.cc
abi_type.sh
abi_type.sh.cc
abi_type.x32.cc
abi_type.x86_64.cc
data/abi_func.x86_64.musl
data/abi_type.x86_64.musl
data/musl.aarch64.decls
data/musl.arm.decls
data/musl.generic.decls
data/musl.i386.decls
data/musl.microblaze.decls
data/musl.mips.decls
data/musl.mips64.decls
data/musl.mipsn32.decls [new file with mode: 0644]
data/musl.or1k.decls
data/musl.powerpc.decls
data/musl.powerpc64.decls
data/musl.sh.decls
data/musl.x32.decls
data/musl.x86_64.decls
makedecls.sh
tab_c11.html
tab_c99.html
tab_posix.html

index 309d36c..2c786b6 100644 (file)
@@ -1114,6 +1114,8 @@ T(pthread_spin_lock)
 T(pthread_spin_trylock)
 T(pthread_spin_unlock)
 T(pthread_testcancel)
+T(pthread_timedjoin_np)
+T(pthread_tryjoin_np)
 T(ptrace)
 T(ptsname)
 T(ptsname_r)
@@ -1200,6 +1202,7 @@ T(scanf)
 T(sched_get_priority_max)
 T(sched_get_priority_min)
 T(sched_getaffinity)
+T(sched_getcpu)
 T(sched_getparam)
 T(sched_getscheduler)
 T(sched_rr_get_interval)
index ba4b598..472a581 100644 (file)
@@ -90,6 +90,7 @@
 #endif
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stdc-predef.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
@@ -197,6 +198,7 @@ P(,DIR)
 T(,Dl_info)
 T(,ENTRY)
 T(,Elf32_Addr)
+T(,Elf32_Chdr)
 T(,Elf32_Conflict)
 T(,Elf32_Dyn)
 T(,Elf32_Ehdr)
@@ -225,6 +227,7 @@ T(,Elf32_Xword)
 T(,Elf32_auxv_t)
 T(,Elf32_gptab)
 T(,Elf64_Addr)
+T(,Elf64_Chdr)
 T(,Elf64_Dyn)
 T(,Elf64_Ehdr)
 T(,Elf64_Half)
@@ -249,6 +252,7 @@ T(,Elf64_Versym)
 T(,Elf64_Word)
 T(,Elf64_Xword)
 T(,Elf64_auxv_t)
+T(,Elf_MIPS_ABIFlags_v0)
 T(,Elf_Options)
 T(,Elf_Options_Hw)
 T(,Elf_Symndx)
index fe31f4f..fa92d13 100644 (file)
@@ -90,6 +90,7 @@
 #endif
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stdc-predef.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
@@ -197,6 +198,7 @@ P(,DIR)
 T(,Dl_info)
 T(,ENTRY)
 T(,Elf32_Addr)
+T(,Elf32_Chdr)
 T(,Elf32_Conflict)
 T(,Elf32_Dyn)
 T(,Elf32_Ehdr)
@@ -225,6 +227,7 @@ T(,Elf32_Xword)
 T(,Elf32_auxv_t)
 T(,Elf32_gptab)
 T(,Elf64_Addr)
+T(,Elf64_Chdr)
 T(,Elf64_Dyn)
 T(,Elf64_Ehdr)
 T(,Elf64_Half)
@@ -249,6 +252,7 @@ T(,Elf64_Versym)
 T(,Elf64_Word)
 T(,Elf64_Xword)
 T(,Elf64_auxv_t)
+T(,Elf_MIPS_ABIFlags_v0)
 T(,Elf_Options)
 T(,Elf_Options_Hw)
 T(,Elf_Symndx)
index c288dd4..39c3781 100644 (file)
@@ -90,6 +90,7 @@
 #endif
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stdc-predef.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
@@ -197,6 +198,7 @@ P(,DIR)
 T(,Dl_info)
 T(,ENTRY)
 T(,Elf32_Addr)
+T(,Elf32_Chdr)
 T(,Elf32_Conflict)
 T(,Elf32_Dyn)
 T(,Elf32_Ehdr)
@@ -225,6 +227,7 @@ T(,Elf32_Xword)
 T(,Elf32_auxv_t)
 T(,Elf32_gptab)
 T(,Elf64_Addr)
+T(,Elf64_Chdr)
 T(,Elf64_Dyn)
 T(,Elf64_Ehdr)
 T(,Elf64_Half)
@@ -249,6 +252,7 @@ T(,Elf64_Versym)
 T(,Elf64_Word)
 T(,Elf64_Xword)
 T(,Elf64_auxv_t)
+T(,Elf_MIPS_ABIFlags_v0)
 T(,Elf_Options)
 T(,Elf_Options_Hw)
 T(,Elf_Symndx)
index b0857c2..d7413d4 100644 (file)
@@ -90,6 +90,7 @@
 #endif
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stdc-predef.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
@@ -197,6 +198,7 @@ P(,DIR)
 T(,Dl_info)
 T(,ENTRY)
 T(,Elf32_Addr)
+T(,Elf32_Chdr)
 T(,Elf32_Conflict)
 T(,Elf32_Dyn)
 T(,Elf32_Ehdr)
@@ -225,6 +227,7 @@ T(,Elf32_Xword)
 T(,Elf32_auxv_t)
 T(,Elf32_gptab)
 T(,Elf64_Addr)
+T(,Elf64_Chdr)
 T(,Elf64_Dyn)
 T(,Elf64_Ehdr)
 T(,Elf64_Half)
@@ -249,6 +252,7 @@ T(,Elf64_Versym)
 T(,Elf64_Word)
 T(,Elf64_Xword)
 T(,Elf64_auxv_t)
+T(,Elf_MIPS_ABIFlags_v0)
 T(,Elf_Options)
 T(,Elf_Options_Hw)
 T(,Elf_Symndx)
index 1e730df..0b0b1c4 100644 (file)
@@ -90,6 +90,7 @@
 #endif
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stdc-predef.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
@@ -197,6 +198,7 @@ P(,DIR)
 T(,Dl_info)
 T(,ENTRY)
 T(,Elf32_Addr)
+T(,Elf32_Chdr)
 T(,Elf32_Conflict)
 T(,Elf32_Dyn)
 T(,Elf32_Ehdr)
@@ -225,6 +227,7 @@ T(,Elf32_Xword)
 T(,Elf32_auxv_t)
 T(,Elf32_gptab)
 T(,Elf64_Addr)
+T(,Elf64_Chdr)
 T(,Elf64_Dyn)
 T(,Elf64_Ehdr)
 T(,Elf64_Half)
@@ -249,6 +252,7 @@ T(,Elf64_Versym)
 T(,Elf64_Word)
 T(,Elf64_Xword)
 T(,Elf64_auxv_t)
+T(,Elf_MIPS_ABIFlags_v0)
 T(,Elf_Options)
 T(,Elf_Options_Hw)
 T(,Elf_Symndx)
index 42c51a4..0b0b1c4 100644 (file)
 #include <shadow.h>
 #include <signal.h>
 #include <spawn.h>
-//#include <stdalign.h>
+#ifndef __GLIBC__
+#include <stdalign.h>
+#endif
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stdc-predef.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>
-//#include <stdnoreturn.h>
+#ifndef __GLIBC__
+#include <stdnoreturn.h>
+#endif
 #include <string.h>
 #include <strings.h>
 #include <stropts.h>
 #include <sys/acct.h>
-//#include <sys/auxv.h>
+#include <sys/auxv.h>
 //#include <sys/cachectl.h>
 #include <sys/dir.h>
 #include <sys/epoll.h>
 #include <tar.h>
 #include <termios.h>
 #include <tgmath.h>
-//#include <threads.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
 #include <time.h>
 #include <uchar.h>
 #include <ucontext.h>
 
 typedef long long long_long;
 typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
 struct size {char c;};
 struct align {char c;};
+struct incomplete {char c;};
 #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
 #ifdef __GLIBC__
 #define M(x)
 #else
@@ -188,6 +198,7 @@ P(,DIR)
 T(,Dl_info)
 T(,ENTRY)
 T(,Elf32_Addr)
+T(,Elf32_Chdr)
 T(,Elf32_Conflict)
 T(,Elf32_Dyn)
 T(,Elf32_Ehdr)
@@ -216,6 +227,7 @@ T(,Elf32_Xword)
 T(,Elf32_auxv_t)
 T(,Elf32_gptab)
 T(,Elf64_Addr)
+T(,Elf64_Chdr)
 T(,Elf64_Dyn)
 T(,Elf64_Ehdr)
 T(,Elf64_Half)
@@ -240,6 +252,7 @@ T(,Elf64_Versym)
 T(,Elf64_Word)
 T(,Elf64_Xword)
 T(,Elf64_auxv_t)
+T(,Elf_MIPS_ABIFlags_v0)
 T(,Elf_Options)
 T(,Elf_Options_Hw)
 T(,Elf_Symndx)
@@ -262,7 +275,7 @@ T(,char16_t)
 T(,char32_t)
 T(,clock_t)
 T(,clockid_t)
-//T(,cnd_t)
+M(T(,cnd_t))
 T(,comp_t)
 T(,cpu_set_t)
 T(,dev_t)
@@ -286,6 +299,7 @@ T(,fpregset_t)
 T(,fsblkcnt_t)
 T(,fsfilcnt_t)
 T(,fsid_t)
+T(,function_pointer)
 T(,gid_t)
 T(,glob_t)
 T(,greg_t)
@@ -328,7 +342,7 @@ T(,mode_t)
 T(,mqd_t)
 T(,msglen_t)
 T(,msgqnum_t)
-//T(,mtx_t)
+M(T(,mtx_t))
 T(,n_long)
 T(,n_short)
 T(,n_time)
@@ -349,8 +363,9 @@ T(,ns_sect)
 //T(,ns_tsig_key)
 T(,ns_type)
 T(,ns_update_operation)
+T(,object_pointer)
 T(,off_t)
-//T(,once_flag)
+M(T(,once_flag))
 T(,pid_t)
 T(,posix_spawn_file_actions_t)
 T(,posix_spawnattr_t)
@@ -604,12 +619,12 @@ T(struct,winsize)
 T(,suseconds_t)
 T(,tcflag_t)
 //T(,tcp_seq)
-//T(,thrd_start_t)
-//T(,thrd_t)
+M(T(,thrd_start_t))
+M(T(,thrd_t))
 T(,time_t)
 T(,timer_t)
-//T(,tss_dtor_t)
-//T(,tss_t)
+M(T(,tss_dtor_t))
+M(T(,tss_t))
 T(,u_char)
 T(,u_int)
 T(,u_int16_t)
@@ -643,7 +658,6 @@ T(union,sigval)
 T(,useconds_t)
 T(,ushort)
 T(,va_list)
-P(,void)
 T(,wchar_t)
 T(,wctrans_t)
 T(,wctype_t)
diff --git a/abi_type.mipsn32.cc b/abi_type.mipsn32.cc
new file mode 100644 (file)
index 0000000..0b0b1c4
--- /dev/null
@@ -0,0 +1,665 @@
+
+#define _GNU_SOURCE 1
+#define _FILE_OFFSET_BITS 64
+#define SYSLOG_NAMES 1
+#include <stddef.h>
+#include <sys/types.h>
+
+#include <aio.h>
+#include <alloca.h>
+#include <ar.h>
+#include <arpa/ftp.h>
+#include <arpa/inet.h>
+#include <arpa/nameser.h>
+#include <arpa/telnet.h>
+#include <arpa/tftp.h>
+#include <assert.h>
+#include <byteswap.h>
+#include <complex.h>
+#include <cpio.h>
+#include <crypt.h>
+#include <ctype.h>
+#include <dirent.h>
+#include <dlfcn.h>
+#include <elf.h>
+#include <endian.h>
+#include <err.h>
+#include <errno.h>
+#include <fcntl.h>
+#include <features.h>
+#include <fenv.h>
+#include <float.h>
+#include <fmtmsg.h>
+#include <fnmatch.h>
+#include <ftw.h>
+#include <getopt.h>
+#include <glob.h>
+#include <grp.h>
+#include <iconv.h>
+#include <ifaddrs.h>
+#include <inttypes.h>
+#include <iso646.h>
+#include <langinfo.h>
+#include <libgen.h>
+#include <libintl.h>
+#include <limits.h>
+#include <link.h>
+#include <locale.h>
+#include <malloc.h>
+#include <math.h>
+#include <mntent.h>
+#include <monetary.h>
+#include <mqueue.h>
+#include <net/ethernet.h>
+#include <net/if.h>
+#include <net/if_arp.h>
+#include <net/route.h>
+#include <netdb.h>
+#include <netinet/ether.h>
+#include <netinet/icmp6.h>
+#include <netinet/if_ether.h>
+#include <netinet/igmp.h>
+#include <netinet/in.h>
+#include <netinet/in_systm.h>
+#include <netinet/ip.h>
+#include <netinet/ip6.h>
+#include <netinet/ip_icmp.h>
+#include <netinet/tcp.h>
+#include <netinet/udp.h>
+#include <netpacket/packet.h>
+#include <nl_types.h>
+#include <paths.h>
+#include <poll.h>
+#include <pthread.h>
+#include <pty.h>
+#include <pwd.h>
+#include <regex.h>
+#include <resolv.h>
+#include <sched.h>
+#include <scsi/scsi.h>
+#include <scsi/scsi_ioctl.h>
+#include <scsi/sg.h>
+#include <search.h>
+#include <semaphore.h>
+#include <setjmp.h>
+#include <shadow.h>
+#include <signal.h>
+#include <spawn.h>
+#ifndef __GLIBC__
+#include <stdalign.h>
+#endif
+#include <stdarg.h>
+#include <stdbool.h>
+#include <stdc-predef.h>
+#include <stddef.h>
+#include <stdint.h>
+#include <stdio.h>
+#include <stdio_ext.h>
+#include <stdlib.h>
+#ifndef __GLIBC__
+#include <stdnoreturn.h>
+#endif
+#include <string.h>
+#include <strings.h>
+#include <stropts.h>
+#include <sys/acct.h>
+#include <sys/auxv.h>
+//#include <sys/cachectl.h>
+#include <sys/dir.h>
+#include <sys/epoll.h>
+#include <sys/eventfd.h>
+#include <sys/fanotify.h>
+#include <sys/file.h>
+#include <sys/fsuid.h>
+#include <sys/inotify.h>
+//#include <sys/io.h>
+#include <sys/ioctl.h>
+#include <sys/ipc.h>
+//#include <sys/kd.h>
+#include <sys/klog.h>
+#include <sys/mman.h>
+#include <sys/mount.h>
+#include <sys/msg.h>
+#include <sys/mtio.h>
+#include <sys/param.h>
+#include <sys/personality.h>
+#include <sys/prctl.h>
+#include <sys/procfs.h>
+#include <sys/ptrace.h>
+#include <sys/quota.h>
+#include <sys/reboot.h>
+//#include <sys/reg.h>
+#include <sys/resource.h>
+#include <sys/select.h>
+#include <sys/sem.h>
+#include <sys/sendfile.h>
+#include <sys/shm.h>
+#include <sys/signalfd.h>
+#include <sys/socket.h>
+#include <sys/stat.h>
+#include <sys/statfs.h>
+#include <sys/statvfs.h>
+#include <sys/swap.h>
+#include <sys/syscall.h>
+#include <sys/sysinfo.h>
+#include <sys/sysmacros.h>
+#include <sys/time.h>
+#include <sys/timeb.h>
+#include <sys/timerfd.h>
+#include <sys/times.h>
+#include <sys/timex.h>
+#include <sys/ttydefaults.h>
+#include <sys/types.h>
+#include <sys/uio.h>
+#include <sys/un.h>
+#include <sys/user.h>
+#include <sys/utsname.h>
+#include <sys/wait.h>
+#include <sys/xattr.h>
+#include <sysexits.h>
+#include <syslog.h>
+#include <tar.h>
+#include <termios.h>
+#include <tgmath.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
+#include <time.h>
+#include <uchar.h>
+#include <ucontext.h>
+#include <ulimit.h>
+#include <unistd.h>
+#include <utime.h>
+#include <utmp.h>
+#include <utmpx.h>
+#include <values.h>
+#include <wchar.h>
+#include <wctype.h>
+#include <wordexp.h>
+
+typedef long long long_long;
+typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
+struct size {char c;};
+struct align {char c;};
+struct incomplete {char c;};
+#define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
+#ifdef __GLIBC__
+#define M(x)
+#else
+#define M(x) x
+#endif
+
+T(,ACTION)
+T(,CODE)
+P(,DIR)
+T(,Dl_info)
+T(,ENTRY)
+T(,Elf32_Addr)
+T(,Elf32_Chdr)
+T(,Elf32_Conflict)
+T(,Elf32_Dyn)
+T(,Elf32_Ehdr)
+T(,Elf32_Half)
+T(,Elf32_Lib)
+T(,Elf32_Move)
+T(,Elf32_Nhdr)
+T(,Elf32_Off)
+T(,Elf32_Phdr)
+T(,Elf32_RegInfo)
+T(,Elf32_Rel)
+T(,Elf32_Rela)
+T(,Elf32_Section)
+T(,Elf32_Shdr)
+T(,Elf32_Sword)
+T(,Elf32_Sxword)
+T(,Elf32_Sym)
+T(,Elf32_Syminfo)
+T(,Elf32_Verdaux)
+T(,Elf32_Verdef)
+T(,Elf32_Vernaux)
+T(,Elf32_Verneed)
+T(,Elf32_Versym)
+T(,Elf32_Word)
+T(,Elf32_Xword)
+T(,Elf32_auxv_t)
+T(,Elf32_gptab)
+T(,Elf64_Addr)
+T(,Elf64_Chdr)
+T(,Elf64_Dyn)
+T(,Elf64_Ehdr)
+T(,Elf64_Half)
+T(,Elf64_Lib)
+T(,Elf64_Move)
+T(,Elf64_Nhdr)
+T(,Elf64_Off)
+T(,Elf64_Phdr)
+T(,Elf64_Rel)
+T(,Elf64_Rela)
+T(,Elf64_Section)
+T(,Elf64_Shdr)
+T(,Elf64_Sword)
+T(,Elf64_Sxword)
+T(,Elf64_Sym)
+T(,Elf64_Syminfo)
+T(,Elf64_Verdaux)
+T(,Elf64_Verdef)
+T(,Elf64_Vernaux)
+T(,Elf64_Verneed)
+T(,Elf64_Versym)
+T(,Elf64_Word)
+T(,Elf64_Xword)
+T(,Elf64_auxv_t)
+T(,Elf_MIPS_ABIFlags_v0)
+T(,Elf_Options)
+T(,Elf_Options_Hw)
+T(,Elf_Symndx)
+P(,FILE)
+T(,HEADER)
+T(,Sg_io_hdr)
+//T(,Sg_io_vec)
+T(,Sg_req_info)
+T(,Sg_scsi_id)
+T(,VISIT)
+//T(,__isoc_va_list)
+T(,__jmp_buf)
+T(,blkcnt_t)
+T(,blksize_t)
+T(,bool)
+T(,caddr_t)
+T(,cc_t)
+T(,char)
+T(,char16_t)
+T(,char32_t)
+T(,clock_t)
+T(,clockid_t)
+M(T(,cnd_t))
+T(,comp_t)
+T(,cpu_set_t)
+T(,dev_t)
+T(,div_t)
+T(,double)
+T(,double_t)
+T(,elf_fpreg_t)
+T(,elf_fpregset_t)
+T(,elf_greg_t)
+T(,elf_gregset_t)
+T(,epoll_data_t)
+T(,eventfd_t)
+T(,fd_mask)
+T(,fd_set)
+T(,fenv_t)
+T(,fexcept_t)
+T(,float)
+T(,float_t)
+T(,fpos_t)
+T(,fpregset_t)
+T(,fsblkcnt_t)
+T(,fsfilcnt_t)
+T(,fsid_t)
+T(,function_pointer)
+T(,gid_t)
+T(,glob_t)
+T(,greg_t)
+T(,gregset_t)
+T(,iconv_t)
+T(,id_t)
+T(,idtype_t)
+T(,imaxdiv_t)
+T(,in_addr_t)
+T(,in_port_t)
+T(,ino_t)
+T(,int)
+T(,int16_t)
+T(,int32_t)
+T(,int64_t)
+T(,int8_t)
+T(,int_fast16_t)
+T(,int_fast32_t)
+T(,int_fast64_t)
+T(,int_fast8_t)
+T(,int_least16_t)
+T(,int_least32_t)
+T(,int_least64_t)
+T(,int_least8_t)
+T(,intmax_t)
+T(,intptr_t)
+T(,jmp_buf)
+T(,key_t)
+T(,ldiv_t)
+T(,lldiv_t)
+T(,locale_t)
+T(,long)
+T(,long_double)
+T(,long_long)
+T(,lwpid_t)
+T(,max_align_t)
+T(,mbstate_t)
+T(,mcontext_t)
+T(,mode_t)
+T(,mqd_t)
+T(,msglen_t)
+T(,msgqnum_t)
+M(T(,mtx_t))
+T(,n_long)
+T(,n_short)
+T(,n_time)
+T(,nfds_t)
+T(,nl_catd)
+T(,nl_item)
+T(,nlink_t)
+T(,ns_cert_types)
+T(,ns_class)
+T(,ns_flag)
+T(,ns_key_types)
+T(,ns_msg)
+T(,ns_opcode)
+T(,ns_rcode)
+T(,ns_rr)
+T(,ns_sect)
+//T(,ns_tcp_tsig_state)
+//T(,ns_tsig_key)
+T(,ns_type)
+T(,ns_update_operation)
+T(,object_pointer)
+T(,off_t)
+M(T(,once_flag))
+T(,pid_t)
+T(,posix_spawn_file_actions_t)
+T(,posix_spawnattr_t)
+T(,prfpregset_t)
+T(,prgregset_t)
+T(,prpsinfo_t)
+T(,prstatus_t)
+T(,psaddr_t)
+T(,pthread_attr_t)
+T(,pthread_barrier_t)
+T(,pthread_barrierattr_t)
+T(,pthread_cond_t)
+T(,pthread_condattr_t)
+T(,pthread_key_t)
+T(,pthread_mutex_t)
+T(,pthread_mutexattr_t)
+T(,pthread_once_t)
+T(,pthread_rwlock_t)
+T(,pthread_rwlockattr_t)
+T(,pthread_spinlock_t)
+T(,pthread_t)
+T(,ptrdiff_t)
+T(,quad_t)
+T(,regex_t)
+T(,register_t)
+T(,regmatch_t)
+T(,regoff_t)
+T(,res_state)
+T(,rlim_t)
+T(,sa_family_t)
+T(,sem_t)
+T(,sg_io_hdr_t)
+T(,sg_iovec_t)
+T(,sg_req_info_t)
+T(,shmatt_t)
+T(,short)
+T(,sig_atomic_t)
+T(,sig_t)
+T(,sighandler_t)
+T(,siginfo_t)
+T(,sigjmp_buf)
+T(,sigset_t)
+T(,size_t)
+T(,socklen_t)
+T(,speed_t)
+T(,ssize_t)
+T(,stack_t)
+T(struct,FTW)
+//T(struct,__fsid_t)
+T(struct,__jmp_buf_tag)
+//T(struct,__locale_struct)
+//T(struct,__mbstate_t)
+T(struct,__ns_msg)
+T(struct,__ns_rr)
+//T(struct,__ptcb)
+T(struct,__res_state)
+//T(struct,__sigset_t)
+//T(struct,__ucontext)
+T(struct,_ns_flagdata)
+T(struct,acct)
+T(struct,acct_v3)
+T(struct,addrinfo)
+T(struct,aiocb)
+T(struct,ar_hdr)
+T(struct,arpd_request)
+T(struct,arphdr)
+T(struct,arpreq)
+T(struct,arpreq_old)
+T(struct,bandinfo)
+T(struct,ccs_modesel_head)
+T(struct,cmsghdr)
+//T(struct,cpu_set_t)
+T(struct,crypt_data)
+T(struct,dirent)
+T(struct,dl_phdr_info)
+T(struct,dqblk)
+T(struct,dqinfo)
+T(struct,elf_prpsinfo)
+T(struct,elf_prstatus)
+T(struct,elf_siginfo)
+T(struct,entry)
+T(struct,epoll_event)
+T(struct,ether_addr)
+T(struct,ether_arp)
+T(struct,ether_header)
+T(struct,ethhdr)
+T(struct,f_owner_ex)
+T(struct,fanotify_event_metadata)
+T(struct,fanotify_response)
+T(struct,flock)
+T(struct,group)
+T(struct,group_filter)
+T(struct,group_req)
+T(struct,group_source_req)
+T(struct,hostent)
+T(struct,hsearch_data)
+T(struct,icmp)
+T(struct,icmp6_filter)
+T(struct,icmp6_hdr)
+T(struct,icmp6_router_renum)
+T(struct,icmp_ra_addr)
+T(struct,icmphdr)
+T(struct,if_nameindex)
+T(struct,ifaddr)
+T(struct,ifaddrs)
+T(struct,ifconf)
+T(struct,ifmap)
+T(struct,ifreq)
+T(struct,igmp)
+//T(struct,ih_idseq)
+//T(struct,ih_pmtu)
+//T(struct,ih_rtradv)
+T(struct,in6_addr)
+T(struct,in6_pktinfo)
+T(struct,in6_rtmsg)
+T(struct,in_addr)
+T(struct,in_pktinfo)
+T(struct,inotify_event)
+T(struct,iovec)
+T(struct,ip)
+T(struct,ip6_dest)
+T(struct,ip6_ext)
+T(struct,ip6_frag)
+T(struct,ip6_hbh)
+T(struct,ip6_hdr)
+//T(struct,ip6_hdrctl)
+T(struct,ip6_mtuinfo)
+T(struct,ip6_opt)
+T(struct,ip6_opt_jumbo)
+T(struct,ip6_opt_nsap)
+T(struct,ip6_opt_router)
+T(struct,ip6_opt_tunnel)
+T(struct,ip6_rthdr)
+T(struct,ip6_rthdr0)
+T(struct,ip_mreq)
+T(struct,ip_mreq_source)
+T(struct,ip_mreqn)
+T(struct,ip_msfilter)
+T(struct,ip_opts)
+T(struct,ip_timestamp)
+T(struct,ipc_perm)
+T(struct,iphdr)
+T(struct,ipv6_mreq)
+T(struct,itimerspec)
+T(struct,itimerval)
+T(struct,lastlog)
+T(struct,lconv)
+T(struct,linger)
+T(struct,link_map)
+T(struct,mld_hdr)
+T(struct,mmsghdr)
+T(struct,mntent)
+T(struct,mq_attr)
+T(struct,msgbuf)
+T(struct,msghdr)
+T(struct,msginfo)
+T(struct,msqid_ds)
+T(struct,mt_tape_info)
+T(struct,mtconfiginfo)
+T(struct,mtget)
+T(struct,mtop)
+T(struct,mtpos)
+T(struct,nd_neighbor_advert)
+T(struct,nd_neighbor_solicit)
+T(struct,nd_opt_adv_interval)
+T(struct,nd_opt_hdr)
+T(struct,nd_opt_home_agent_info)
+T(struct,nd_opt_mtu)
+T(struct,nd_opt_prefix_info)
+T(struct,nd_opt_rd_hdr)
+T(struct,nd_redirect)
+T(struct,nd_router_advert)
+T(struct,nd_router_solicit)
+T(struct,netent)
+T(struct,ns_tcp_tsig_state)
+T(struct,ns_tsig_key)
+T(struct,ntptimeval)
+T(struct,option)
+T(struct,packet_mreq)
+T(struct,passwd)
+T(struct,pollfd)
+T(struct,prctl_mm_map)
+T(struct,protoent)
+//T(struct,ptrace_peeksiginfo_args)
+T(struct,qelem)
+T(struct,r_debug)
+T(struct,re_pattern_buffer)
+T(struct,res_sym)
+T(struct,rlimit)
+T(struct,rr_pco_match)
+T(struct,rr_pco_use)
+T(struct,rr_result)
+T(struct,rtentry)
+T(struct,rusage)
+T(struct,sched_param)
+T(struct,sembuf)
+T(struct,semid_ds)
+T(struct,seminfo)
+T(struct,servent)
+T(struct,sg_header)
+T(struct,sg_io_hdr)
+T(struct,sg_iovec)
+T(struct,sg_req_info)
+T(struct,sg_scsi_id)
+T(struct,shm_info)
+T(struct,shmid_ds)
+T(struct,shminfo)
+T(struct,sigaction)
+T(struct,sigaltstack)
+T(struct,sigcontext)
+T(struct,sigevent)
+T(struct,signalfd_siginfo)
+T(struct,sockaddr)
+T(struct,sockaddr_in)
+T(struct,sockaddr_in6)
+T(struct,sockaddr_ll)
+T(struct,sockaddr_storage)
+T(struct,sockaddr_un)
+T(struct,spwd)
+T(struct,stat)
+T(struct,statfs)
+T(struct,statvfs)
+T(struct,str_list)
+T(struct,str_mlist)
+T(struct,strbuf)
+T(struct,strfdinsert)
+T(struct,strioctl)
+T(struct,strpeek)
+T(struct,strrecvfd)
+T(struct,sysinfo)
+T(struct,tcp_info)
+T(struct,tcp_md5sig)
+T(struct,tcphdr)
+T(struct,termios)
+T(struct,tftphdr)
+T(struct,timeb)
+T(struct,timespec)
+T(struct,timestamp)
+T(struct,timeval)
+T(struct,timex)
+T(struct,timezone)
+T(struct,tm)
+T(struct,tms)
+T(struct,ucred)
+T(struct,udphdr)
+T(struct,user)
+T(struct,utimbuf)
+T(struct,utmpx)
+T(struct,utsname)
+T(struct,winsize)
+T(,suseconds_t)
+T(,tcflag_t)
+//T(,tcp_seq)
+M(T(,thrd_start_t))
+M(T(,thrd_t))
+T(,time_t)
+T(,timer_t)
+M(T(,tss_dtor_t))
+M(T(,tss_t))
+T(,u_char)
+T(,u_int)
+T(,u_int16_t)
+T(,u_int32_t)
+T(,u_int64_t)
+T(,u_int8_t)
+T(,u_long)
+T(,u_quad_t)
+T(,u_short)
+T(,ucontext_t)
+T(,uid_t)
+T(,uint)
+T(,uint16_t)
+T(,uint32_t)
+T(,uint64_t)
+T(,uint8_t)
+T(,uint_fast16_t)
+T(,uint_fast32_t)
+T(,uint_fast64_t)
+T(,uint_fast8_t)
+T(,uint_least16_t)
+T(,uint_least32_t)
+T(,uint_least64_t)
+T(,uint_least8_t)
+T(,uintmax_t)
+T(,uintptr_t)
+T(,ulong)
+//T(union,_G_fpos64_t)
+T(union,epoll_data)
+T(union,sigval)
+T(,useconds_t)
+T(,ushort)
+T(,va_list)
+T(,wchar_t)
+T(,wctrans_t)
+T(,wctype_t)
+T(,wint_t)
+T(,wordexp_t)
index b0857c2..d7413d4 100644 (file)
@@ -90,6 +90,7 @@
 #endif
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stdc-predef.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
@@ -197,6 +198,7 @@ P(,DIR)
 T(,Dl_info)
 T(,ENTRY)
 T(,Elf32_Addr)
+T(,Elf32_Chdr)
 T(,Elf32_Conflict)
 T(,Elf32_Dyn)
 T(,Elf32_Ehdr)
@@ -225,6 +227,7 @@ T(,Elf32_Xword)
 T(,Elf32_auxv_t)
 T(,Elf32_gptab)
 T(,Elf64_Addr)
+T(,Elf64_Chdr)
 T(,Elf64_Dyn)
 T(,Elf64_Ehdr)
 T(,Elf64_Half)
@@ -249,6 +252,7 @@ T(,Elf64_Versym)
 T(,Elf64_Word)
 T(,Elf64_Xword)
 T(,Elf64_auxv_t)
+T(,Elf_MIPS_ABIFlags_v0)
 T(,Elf_Options)
 T(,Elf_Options_Hw)
 T(,Elf_Symndx)
index 97f8071..59cfb75 100644 (file)
@@ -90,6 +90,7 @@
 #endif
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stdc-predef.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
@@ -197,6 +198,7 @@ P(,DIR)
 T(,Dl_info)
 T(,ENTRY)
 T(,Elf32_Addr)
+T(,Elf32_Chdr)
 T(,Elf32_Conflict)
 T(,Elf32_Dyn)
 T(,Elf32_Ehdr)
@@ -225,6 +227,7 @@ T(,Elf32_Xword)
 T(,Elf32_auxv_t)
 T(,Elf32_gptab)
 T(,Elf64_Addr)
+T(,Elf64_Chdr)
 T(,Elf64_Dyn)
 T(,Elf64_Ehdr)
 T(,Elf64_Half)
@@ -249,6 +252,7 @@ T(,Elf64_Versym)
 T(,Elf64_Word)
 T(,Elf64_Xword)
 T(,Elf64_auxv_t)
+T(,Elf_MIPS_ABIFlags_v0)
 T(,Elf_Options)
 T(,Elf_Options_Hw)
 T(,Elf_Symndx)
index 76b4774..59cfb75 100644 (file)
 #include <shadow.h>
 #include <signal.h>
 #include <spawn.h>
-//#include <stdalign.h>
+#ifndef __GLIBC__
+#include <stdalign.h>
+#endif
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stdc-predef.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>
-//#include <stdnoreturn.h>
+#ifndef __GLIBC__
+#include <stdnoreturn.h>
+#endif
 #include <string.h>
 #include <strings.h>
 #include <stropts.h>
 #include <sys/acct.h>
-//#include <sys/auxv.h>
+#include <sys/auxv.h>
 //#include <sys/cachectl.h>
 #include <sys/dir.h>
 #include <sys/epoll.h>
 #include <tar.h>
 #include <termios.h>
 #include <tgmath.h>
-//#include <threads.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
 #include <time.h>
 #include <uchar.h>
 #include <ucontext.h>
 
 typedef long long long_long;
 typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
 struct size {char c;};
 struct align {char c;};
+struct incomplete {char c;};
 #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
 #ifdef __GLIBC__
 #define M(x)
 #else
@@ -188,6 +198,7 @@ P(,DIR)
 T(,Dl_info)
 T(,ENTRY)
 T(,Elf32_Addr)
+T(,Elf32_Chdr)
 T(,Elf32_Conflict)
 T(,Elf32_Dyn)
 T(,Elf32_Ehdr)
@@ -216,6 +227,7 @@ T(,Elf32_Xword)
 T(,Elf32_auxv_t)
 T(,Elf32_gptab)
 T(,Elf64_Addr)
+T(,Elf64_Chdr)
 T(,Elf64_Dyn)
 T(,Elf64_Ehdr)
 T(,Elf64_Half)
@@ -240,6 +252,7 @@ T(,Elf64_Versym)
 T(,Elf64_Word)
 T(,Elf64_Xword)
 T(,Elf64_auxv_t)
+T(,Elf_MIPS_ABIFlags_v0)
 T(,Elf_Options)
 T(,Elf_Options_Hw)
 T(,Elf_Symndx)
@@ -262,7 +275,7 @@ T(,char16_t)
 T(,char32_t)
 T(,clock_t)
 T(,clockid_t)
-//T(,cnd_t)
+M(T(,cnd_t))
 T(,comp_t)
 T(,cpu_set_t)
 T(,dev_t)
@@ -288,9 +301,10 @@ T(,fpregset_t)
 T(,fsblkcnt_t)
 T(,fsfilcnt_t)
 T(,fsid_t)
+T(,function_pointer)
 T(,gid_t)
 T(,glob_t)
-M(T(,greg_t))
+T(,greg_t)
 T(,gregset_t)
 T(,iconv_t)
 T(,id_t)
@@ -330,7 +344,7 @@ T(,mode_t)
 T(,mqd_t)
 T(,msglen_t)
 T(,msgqnum_t)
-//T(,mtx_t)
+M(T(,mtx_t))
 T(,n_long)
 T(,n_short)
 T(,n_time)
@@ -351,8 +365,9 @@ T(,ns_sect)
 //T(,ns_tsig_key)
 T(,ns_type)
 T(,ns_update_operation)
+T(,object_pointer)
 T(,off_t)
-//T(,once_flag)
+M(T(,once_flag))
 T(,pid_t)
 T(,posix_spawn_file_actions_t)
 T(,posix_spawnattr_t)
@@ -607,12 +622,12 @@ T(struct,winsize)
 T(,suseconds_t)
 T(,tcflag_t)
 //T(,tcp_seq)
-//T(,thrd_start_t)
-//T(,thrd_t)
+M(T(,thrd_start_t))
+M(T(,thrd_t))
 T(,time_t)
 T(,timer_t)
-//T(,tss_dtor_t)
-//T(,tss_t)
+M(T(,tss_dtor_t))
+M(T(,tss_t))
 T(,u_char)
 T(,u_int)
 T(,u_int16_t)
@@ -646,7 +661,6 @@ T(union,sigval)
 T(,useconds_t)
 T(,ushort)
 T(,va_list)
-P(,void)
 T(,vrregset_t)
 T(,wchar_t)
 T(,wctrans_t)
index 7a5e7fc..50d283a 100755 (executable)
@@ -8,8 +8,11 @@ arm
 i386
 microblaze
 mips
+mips64
+mipsn32
 or1k
 powerpc
+powerpc64
 sh
 x32
 x86_64
index 1eef254..06b4769 100644 (file)
@@ -90,6 +90,7 @@
 #endif
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stdc-predef.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
@@ -197,6 +198,7 @@ P(,DIR)
 T(,Dl_info)
 T(,ENTRY)
 T(,Elf32_Addr)
+T(,Elf32_Chdr)
 T(,Elf32_Conflict)
 T(,Elf32_Dyn)
 T(,Elf32_Ehdr)
@@ -225,6 +227,7 @@ T(,Elf32_Xword)
 T(,Elf32_auxv_t)
 T(,Elf32_gptab)
 T(,Elf64_Addr)
+T(,Elf64_Chdr)
 T(,Elf64_Dyn)
 T(,Elf64_Ehdr)
 T(,Elf64_Half)
@@ -249,6 +252,7 @@ T(,Elf64_Versym)
 T(,Elf64_Word)
 T(,Elf64_Xword)
 T(,Elf64_auxv_t)
+T(,Elf_MIPS_ABIFlags_v0)
 T(,Elf_Options)
 T(,Elf_Options_Hw)
 T(,Elf_Symndx)
index 14aed3f..bd2c0eb 100644 (file)
@@ -90,6 +90,7 @@
 #endif
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stdc-predef.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
@@ -197,6 +198,7 @@ P(,DIR)
 T(,Dl_info)
 T(,ENTRY)
 T(,Elf32_Addr)
+T(,Elf32_Chdr)
 T(,Elf32_Conflict)
 T(,Elf32_Dyn)
 T(,Elf32_Ehdr)
@@ -225,6 +227,7 @@ T(,Elf32_Xword)
 T(,Elf32_auxv_t)
 T(,Elf32_gptab)
 T(,Elf64_Addr)
+T(,Elf64_Chdr)
 T(,Elf64_Dyn)
 T(,Elf64_Ehdr)
 T(,Elf64_Half)
@@ -249,6 +252,7 @@ T(,Elf64_Versym)
 T(,Elf64_Word)
 T(,Elf64_Xword)
 T(,Elf64_auxv_t)
+T(,Elf_MIPS_ABIFlags_v0)
 T(,Elf_Options)
 T(,Elf_Options_Hw)
 T(,Elf_Symndx)
index 14aed3f..bd2c0eb 100644 (file)
@@ -90,6 +90,7 @@
 #endif
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stdc-predef.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
@@ -197,6 +198,7 @@ P(,DIR)
 T(,Dl_info)
 T(,ENTRY)
 T(,Elf32_Addr)
+T(,Elf32_Chdr)
 T(,Elf32_Conflict)
 T(,Elf32_Dyn)
 T(,Elf32_Ehdr)
@@ -225,6 +227,7 @@ T(,Elf32_Xword)
 T(,Elf32_auxv_t)
 T(,Elf32_gptab)
 T(,Elf64_Addr)
+T(,Elf64_Chdr)
 T(,Elf64_Dyn)
 T(,Elf64_Ehdr)
 T(,Elf64_Half)
@@ -249,6 +252,7 @@ T(,Elf64_Versym)
 T(,Elf64_Word)
 T(,Elf64_Xword)
 T(,Elf64_auxv_t)
+T(,Elf_MIPS_ABIFlags_v0)
 T(,Elf_Options)
 T(,Elf_Options_Hw)
 T(,Elf_Symndx)
index f70b9b5..7378877 100644 (file)
@@ -978,6 +978,8 @@ int pthread_spin_lock(int*)
 int pthread_spin_trylock(int*)
 int pthread_spin_unlock(int*)
 void pthread_testcancel()
+int pthread_timedjoin_np(unsigned long, void**, timespec const*)
+int pthread_tryjoin_np(unsigned long, void**)
 long ptrace(int, ...)
 char* ptsname(int)
 int ptsname_r(int, char*, unsigned long)
@@ -1064,6 +1066,7 @@ int scanf(char const*, ...)
 int sched_get_priority_max(int)
 int sched_get_priority_min(int)
 int sched_getaffinity(int, unsigned long, cpu_set_t*)
+int sched_getcpu()
 int sched_getparam(int, sched_param*)
 int sched_getscheduler(int)
 int sched_rr_get_interval(int, timespec*)
index 1659783..adceefa 100644 (file)
@@ -5,6 +5,7 @@ DIR: incomplete, __dirstream*, incomplete, incomplete
 Dl_info: Dl_info, Dl_info*, size (*) [32], align (*) [8]
 ENTRY: entry, entry*, size (*) [16], align (*) [8]
 Elf32_Addr: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+Elf32_Chdr: Elf32_Chdr, Elf32_Chdr*, size (*) [12], align (*) [4]
 Elf32_Conflict: unsigned int, unsigned int*, size (*) [4], align (*) [4]
 Elf32_Dyn: Elf32_Dyn, Elf32_Dyn*, size (*) [8], align (*) [4]
 Elf32_Ehdr: Elf32_Ehdr, Elf32_Ehdr*, size (*) [52], align (*) [4]
@@ -33,6 +34,7 @@ Elf32_Xword: unsigned long, unsigned long*, size (*) [8], align (*) [8]
 Elf32_auxv_t: Elf32_auxv_t, Elf32_auxv_t*, size (*) [8], align (*) [4]
 Elf32_gptab: Elf32_gptab, Elf32_gptab*, size (*) [8], align (*) [4]
 Elf64_Addr: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+Elf64_Chdr: Elf64_Chdr, Elf64_Chdr*, size (*) [24], align (*) [8]
 Elf64_Dyn: Elf64_Dyn, Elf64_Dyn*, size (*) [16], align (*) [8]
 Elf64_Ehdr: Elf64_Ehdr, Elf64_Ehdr*, size (*) [64], align (*) [8]
 Elf64_Half: unsigned short, unsigned short*, size (*) [2], align (*) [2]
@@ -57,6 +59,7 @@ Elf64_Versym: unsigned short, unsigned short*, size (*) [2], align (*) [2]
 Elf64_Word: unsigned int, unsigned int*, size (*) [4], align (*) [4]
 Elf64_Xword: unsigned long, unsigned long*, size (*) [8], align (*) [8]
 Elf64_auxv_t: Elf64_auxv_t, Elf64_auxv_t*, size (*) [16], align (*) [8]
+Elf_MIPS_ABIFlags_v0: Elf_MIPS_ABIFlags_v0, Elf_MIPS_ABIFlags_v0*, size (*) [24], align (*) [4]
 Elf_Options: Elf_Options, Elf_Options*, size (*) [8], align (*) [4]
 Elf_Options_Hw: Elf_Options_Hw, Elf_Options_Hw*, size (*) [8], align (*) [4]
 Elf_Symndx: unsigned int, unsigned int*, size (*) [4], align (*) [4]
index 5b80525..8479126 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,6 +195,8 @@ 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
 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)
@@ -272,74 +276,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 +328,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 +408,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 +424,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 +433,279 @@ 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_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 +740,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 +748,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 +768,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 +801,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 +832,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 +944,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
@@ -1128,6 +1076,7 @@ __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 +1084,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
index 12f609e..5f1ac31 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
@@ -192,6 +194,8 @@ 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
 FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0
 FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 31
@@ -217,6 +221,7 @@ FIONBIO     bits/ioctl.h    d       #define FIONBIO 0x5421
 FIONCLEX       bits/ioctl.h    d       #define FIONCLEX 0x5450
 FIONREAD       bits/ioctl.h    d       #define FIONREAD 0x541B
 FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE 0x5460
+FIOQSIZE       bits/ioctl_fix.h        d       #define FIOQSIZE 0x545e
 FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN 0x8901
 FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 0
 FLUSHO bits/termios.h  d       #define FLUSHO 0010000
@@ -272,46 +277,7 @@ LDBL_TRUE_MIN      bits/float.h    d       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
 LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
 LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
 LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
-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 2048
-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
@@ -364,17 +330,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 INT32_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
 SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
@@ -471,6 +426,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
@@ -507,6 +463,7 @@ SYS_clock_settime   bits/syscall.h  d       #define SYS_clock_settime 262
 SYS_clone      bits/syscall.h  d       #define SYS_clone 120
 SYS_close      bits/syscall.h  d       #define SYS_close 6
 SYS_connect    bits/syscall.h  d       #define SYS_connect 283
+SYS_copy_file_range    bits/syscall.h  d       #define SYS_copy_file_range 391
 SYS_creat      bits/syscall.h  d       #define SYS_creat 8
 SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 129
 SYS_dup        bits/syscall.h  d       #define SYS_dup 41
@@ -672,6 +629,7 @@ SYS_ppoll   bits/syscall.h  d       #define SYS_ppoll 336
 SYS_prctl      bits/syscall.h  d       #define SYS_prctl 172
 SYS_pread64    bits/syscall.h  d       #define SYS_pread64 180
 SYS_preadv     bits/syscall.h  d       #define SYS_preadv 361
+SYS_preadv2    bits/syscall.h  d       #define SYS_preadv2 392
 SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 369
 SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 376
 SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 377
@@ -679,6 +637,7 @@ SYS_pselect6        bits/syscall.h  d       #define SYS_pselect6 335
 SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace 26
 SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 181
 SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 362
+SYS_pwritev2   bits/syscall.h  d       #define SYS_pwritev2 393
 SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 131
 SYS_read       bits/syscall.h  d       #define SYS_read 3
 SYS_readahead  bits/syscall.h  d       #define SYS_readahead 225
@@ -859,12 +818,16 @@ 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 0x80045432
 TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
-TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL 0x80045440
 TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
 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 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
 TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
@@ -883,7 +846,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
@@ -914,15 +876,16 @@ TIOCSERSETMULTI   bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
 TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
 TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
-TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
+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 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 UINT32_MAX
 UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
@@ -947,6 +910,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 int
 _IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
@@ -1068,6 +1032,7 @@ __NR_clock_settime        bits/syscall.h  d       #define __NR_clock_settime 262
 __NR_clone     bits/syscall.h  d       #define __NR_clone 120
 __NR_close     bits/syscall.h  d       #define __NR_close 6
 __NR_connect   bits/syscall.h  d       #define __NR_connect 283
+__NR_copy_file_range   bits/syscall.h  d       #define __NR_copy_file_range 391
 __NR_creat     bits/syscall.h  d       #define __NR_creat 8
 __NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 129
 __NR_dup       bits/syscall.h  d       #define __NR_dup 41
@@ -1233,6 +1198,7 @@ __NR_ppoll        bits/syscall.h  d       #define __NR_ppoll 336
 __NR_prctl     bits/syscall.h  d       #define __NR_prctl 172
 __NR_pread64   bits/syscall.h  d       #define __NR_pread64 180
 __NR_preadv    bits/syscall.h  d       #define __NR_preadv 361
+__NR_preadv2   bits/syscall.h  d       #define __NR_preadv2 392
 __NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 369
 __NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 376
 __NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 377
@@ -1240,6 +1206,7 @@ __NR_pselect6     bits/syscall.h  d       #define __NR_pselect6 335
 __NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 26
 __NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 181
 __NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 362
+__NR_pwritev2  bits/syscall.h  d       #define __NR_pwritev2 393
 __NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 131
 __NR_read      bits/syscall.h  d       #define __NR_read 3
 __NR_readahead bits/syscall.h  d       #define __NR_readahead 225
index 1fc46ae..657c0b4 100644 (file)
@@ -66,6 +66,7 @@ AF_IPX        sys/socket.h    d       #define AF_IPX PF_IPX
 AF_IRDA        sys/socket.h    d       #define AF_IRDA PF_IRDA
 AF_ISDN        sys/socket.h    d       #define AF_ISDN PF_ISDN
 AF_IUCV        sys/socket.h    d       #define AF_IUCV PF_IUCV
+AF_KCM sys/socket.h    d       #define AF_KCM PF_KCM
 AF_KEY sys/socket.h    d       #define AF_KEY PF_KEY
 AF_LLC sys/socket.h    d       #define AF_LLC PF_LLC
 AF_LOCAL       sys/socket.h    d       #define AF_LOCAL PF_LOCAL
@@ -339,6 +340,7 @@ CLONE_DETACHED      sched.h d       #define CLONE_DETACHED 0x00400000
 CLONE_FILES    sched.h d       #define CLONE_FILES 0x00000400
 CLONE_FS       sched.h d       #define CLONE_FS 0x00000200
 CLONE_IO       sched.h d       #define CLONE_IO 0x80000000
+CLONE_NEWCGROUP        sched.h d       #define CLONE_NEWCGROUP 0x02000000
 CLONE_NEWIPC   sched.h d       #define CLONE_NEWIPC 0x08000000
 CLONE_NEWNET   sched.h d       #define CLONE_NEWNET 0x40000000
 CLONE_NEWNS    sched.h d       #define CLONE_NEWNS 0x00020000
@@ -363,7 +365,7 @@ CMSG_ALIGN  sys/socket.h    d       #define CMSG_ALIGN(len) (((len) + sizeof (size_t) - 1)
 CMSG_DATA      sys/socket.h    d       #define CMSG_DATA(cmsg) ((unsigned char *) (((struct cmsghdr *)(cmsg)) + 1))
 CMSG_FIRSTHDR  sys/socket.h    d       #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
 CMSG_LEN       sys/socket.h    d       #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))
-CMSG_NXTHDR    sys/socket.h    d       #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) ? (struct cmsghdr *)0 : (__CMSG_NEXT(cmsg) + sizeof (struct cmsghdr) >= __MHDR_END(mhdr) ? (struct cmsghdr *)0 : ((struct cmsghdr *)__CMSG_NEXT(cmsg))))
+CMSG_NXTHDR    sys/socket.h    d       #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || __CMSG_LEN(cmsg) + sizeof(struct cmsghdr) >= __MHDR_END(mhdr) - (unsigned char *)(cmsg) ? 0 : (struct cmsghdr *)__CMSG_NEXT(cmsg))
 CMSG_SPACE     sys/socket.h    d       #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr)))
 CODE   syslog.h        t       } CODE;
 CODESET        langinfo.h      d       #define CODESET 14
@@ -594,13 +596,14 @@ DT_MIPS_LOCALPAGE_GOTIDX  elf.h   d       #define DT_MIPS_LOCALPAGE_GOTIDX 0x70000025
 DT_MIPS_LOCAL_GOTIDX   elf.h   d       #define DT_MIPS_LOCAL_GOTIDX 0x70000026
 DT_MIPS_LOCAL_GOTNO    elf.h   d       #define DT_MIPS_LOCAL_GOTNO 0x7000000a
 DT_MIPS_MSYM   elf.h   d       #define DT_MIPS_MSYM 0x70000007
-DT_MIPS_NUM    elf.h   d       #define DT_MIPS_NUM 0x35
+DT_MIPS_NUM    elf.h   d       #define DT_MIPS_NUM 0x36
 DT_MIPS_OPTIONS        elf.h   d       #define DT_MIPS_OPTIONS 0x70000029
 DT_MIPS_PERF_SUFFIX    elf.h   d       #define DT_MIPS_PERF_SUFFIX 0x7000002e
 DT_MIPS_PIXIE_INIT     elf.h   d       #define DT_MIPS_PIXIE_INIT 0x70000023
 DT_MIPS_PLTGOT elf.h   d       #define DT_MIPS_PLTGOT 0x70000032
 DT_MIPS_PROTECTED_GOTIDX       elf.h   d       #define DT_MIPS_PROTECTED_GOTIDX 0x70000028
 DT_MIPS_RLD_MAP        elf.h   d       #define DT_MIPS_RLD_MAP 0x70000016
+DT_MIPS_RLD_MAP_REL    elf.h   d       #define DT_MIPS_RLD_MAP_REL 0x70000035
 DT_MIPS_RLD_TEXT_RESOLVE_ADDR  elf.h   d       #define DT_MIPS_RLD_TEXT_RESOLVE_ADDR 0x7000002d
 DT_MIPS_RLD_VERSION    elf.h   d       #define DT_MIPS_RLD_VERSION 0x70000001
 DT_MIPS_RWPLT  elf.h   d       #define DT_MIPS_RWPLT 0x70000034
@@ -612,6 +615,7 @@ DT_MOVEENT  elf.h   d       #define DT_MOVEENT 0x6ffffdfa
 DT_MOVESZ      elf.h   d       #define DT_MOVESZ 0x6ffffdfb
 DT_MOVETAB     elf.h   d       #define DT_MOVETAB 0x6ffffefe
 DT_NEEDED      elf.h   d       #define DT_NEEDED 1
+DT_NIOS2_GP    elf.h   d       #define DT_NIOS2_GP 0x70000002
 DT_NULL        elf.h   d       #define DT_NULL 0
 DT_NUM elf.h   d       #define DT_NUM 34
 DT_PLTGOT      elf.h   d       #define DT_PLTGOT 3
@@ -621,11 +625,13 @@ DT_PLTREL elf.h   d       #define DT_PLTREL 20
 DT_PLTRELSZ    elf.h   d       #define DT_PLTRELSZ 2
 DT_POSFLAG_1   elf.h   d       #define DT_POSFLAG_1 0x6ffffdfd
 DT_PPC64_GLINK elf.h   d       #define DT_PPC64_GLINK (DT_LOPROC + 0)
-DT_PPC64_NUM   elf.h   d       #define DT_PPC64_NUM 3
+DT_PPC64_NUM   elf.h   d       #define DT_PPC64_NUM 4
 DT_PPC64_OPD   elf.h   d       #define DT_PPC64_OPD (DT_LOPROC + 1)
 DT_PPC64_OPDSZ elf.h   d       #define DT_PPC64_OPDSZ (DT_LOPROC + 2)
+DT_PPC64_OPT   elf.h   d       #define DT_PPC64_OPT (DT_LOPROC + 3)
 DT_PPC_GOT     elf.h   d       #define DT_PPC_GOT (DT_LOPROC + 0)
-DT_PPC_NUM     elf.h   d       #define DT_PPC_NUM 1
+DT_PPC_NUM     elf.h   d       #define DT_PPC_NUM 2
+DT_PPC_OPT     elf.h   d       #define DT_PPC_OPT (DT_LOPROC + 1)
 DT_PREINIT_ARRAY       elf.h   d       #define DT_PREINIT_ARRAY 32
 DT_PREINIT_ARRAYSZ     elf.h   d       #define DT_PREINIT_ARRAYSZ 33
 DT_PROCNUM     elf.h   d       #define DT_PROCNUM DT_MIPS_NUM
@@ -747,6 +753,7 @@ EF_MIPS_ARCH_5      elf.h   d       #define EF_MIPS_ARCH_5 0x40000000
 EF_MIPS_ARCH_64        elf.h   d       #define EF_MIPS_ARCH_64 0x60000000
 EF_MIPS_ARCH_64R2      elf.h   d       #define EF_MIPS_ARCH_64R2 0x80000000
 EF_MIPS_CPIC   elf.h   d       #define EF_MIPS_CPIC 4
+EF_MIPS_FP64   elf.h   d       #define EF_MIPS_FP64 512
 EF_MIPS_NAN2008        elf.h   d       #define EF_MIPS_NAN2008 1024
 EF_MIPS_NOREORDER      elf.h   d       #define EF_MIPS_NOREORDER 1
 EF_MIPS_PIC    elf.h   d       #define EF_MIPS_PIC 2
@@ -758,9 +765,32 @@ EF_PARISC_LSB      elf.h   d       #define EF_PARISC_LSB 0x00040000
 EF_PARISC_NO_KABP      elf.h   d       #define EF_PARISC_NO_KABP 0x00100000
 EF_PARISC_TRAPNIL      elf.h   d       #define EF_PARISC_TRAPNIL 0x00010000
 EF_PARISC_WIDE elf.h   d       #define EF_PARISC_WIDE 0x00080000
+EF_PPC64_ABI   elf.h   d       #define EF_PPC64_ABI 3
 EF_PPC_EMB     elf.h   d       #define EF_PPC_EMB 0x80000000
 EF_PPC_RELOCATABLE     elf.h   d       #define EF_PPC_RELOCATABLE 0x00010000
 EF_PPC_RELOCATABLE_LIB elf.h   d       #define EF_PPC_RELOCATABLE_LIB 0x00008000
+EF_SH1 elf.h   d       #define EF_SH1 0x1
+EF_SH2 elf.h   d       #define EF_SH2 0x2
+EF_SH2A        elf.h   d       #define EF_SH2A 0xd
+EF_SH2A_NOFPU  elf.h   d       #define EF_SH2A_NOFPU 0x13
+EF_SH2A_SH3E   elf.h   d       #define EF_SH2A_SH3E 0x18
+EF_SH2A_SH3_NOFPU      elf.h   d       #define EF_SH2A_SH3_NOFPU 0x16
+EF_SH2A_SH4    elf.h   d       #define EF_SH2A_SH4 0x17
+EF_SH2A_SH4_NOFPU      elf.h   d       #define EF_SH2A_SH4_NOFPU 0x15
+EF_SH2E        elf.h   d       #define EF_SH2E 0xb
+EF_SH3 elf.h   d       #define EF_SH3 0x3
+EF_SH3E        elf.h   d       #define EF_SH3E 0x8
+EF_SH3_DSP     elf.h   d       #define EF_SH3_DSP 0x5
+EF_SH3_NOMMU   elf.h   d       #define EF_SH3_NOMMU 0x14
+EF_SH4 elf.h   d       #define EF_SH4 0x9
+EF_SH4A        elf.h   d       #define EF_SH4A 0xc
+EF_SH4AL_DSP   elf.h   d       #define EF_SH4AL_DSP 0x6
+EF_SH4A_NOFPU  elf.h   d       #define EF_SH4A_NOFPU 0x11
+EF_SH4_NOFPU   elf.h   d       #define EF_SH4_NOFPU 0x10
+EF_SH4_NOMMU_NOFPU     elf.h   d       #define EF_SH4_NOMMU_NOFPU 0x12
+EF_SH_DSP      elf.h   d       #define EF_SH_DSP 0x4
+EF_SH_MACH_MASK        elf.h   d       #define EF_SH_MACH_MASK 0x1f
+EF_SH_UNKNOWN  elf.h   d       #define EF_SH_UNKNOWN 0x0
 EF_SPARCV9_MM  elf.h   d       #define EF_SPARCV9_MM 3
 EF_SPARCV9_PSO elf.h   d       #define EF_SPARCV9_PSO 1
 EF_SPARCV9_RMO elf.h   d       #define EF_SPARCV9_RMO 2
@@ -807,6 +837,11 @@ ELFCLASS32 elf.h   d       #define ELFCLASS32 1
 ELFCLASS64     elf.h   d       #define ELFCLASS64 2
 ELFCLASSNONE   elf.h   d       #define ELFCLASSNONE 0
 ELFCLASSNUM    elf.h   d       #define ELFCLASSNUM 3
+ELFCOMPRESS_HIOS       elf.h   d       #define ELFCOMPRESS_HIOS 0x6fffffff
+ELFCOMPRESS_HIPROC     elf.h   d       #define ELFCOMPRESS_HIPROC 0x7fffffff
+ELFCOMPRESS_LOOS       elf.h   d       #define ELFCOMPRESS_LOOS 0x60000000
+ELFCOMPRESS_LOPROC     elf.h   d       #define ELFCOMPRESS_LOPROC 0x70000000
+ELFCOMPRESS_ZLIB       elf.h   d       #define ELFCOMPRESS_ZLIB 1
 ELFDATA2LSB    elf.h   d       #define ELFDATA2LSB 1
 ELFDATA2MSB    elf.h   d       #define ELFDATA2MSB 2
 ELFDATANONE    elf.h   d       #define ELFDATANONE 0
@@ -853,6 +888,7 @@ EM_88K      elf.h   d       #define EM_88K 5
 EM_960 elf.h   d       #define EM_960 19
 EM_AARCH64     elf.h   d       #define EM_AARCH64 183
 EM_ALPHA       elf.h   d       #define EM_ALPHA 0x9026
+EM_ALTERA_NIOS2        elf.h   d       #define EM_ALTERA_NIOS2 113
 EM_ARC elf.h   d       #define EM_ARC 45
 EM_ARC_A5      elf.h   d       #define EM_ARC_A5 93
 EM_ARM elf.h   d       #define EM_ARM 40
@@ -888,6 +924,7 @@ EM_NCPU     elf.h   d       #define EM_NCPU 56
 EM_NDR1        elf.h   d       #define EM_NDR1 57
 EM_NONE        elf.h   d       #define EM_NONE 0
 EM_NUM elf.h   d       #define EM_NUM 192
+EM_OPENRISC    elf.h   d       #define EM_OPENRISC 92
 EM_OR1K        elf.h   d       #define EM_OR1K 92
 EM_PARISC      elf.h   d       #define EM_PARISC 15
 EM_PCP elf.h   d       #define EM_PCP 55
@@ -950,6 +987,7 @@ EOF stdio.h d       #define EOF (-1)
 EOR    arpa/telnet.h   d       #define EOR 239
 EPOLLERR       sys/epoll.h     d       #define EPOLLERR 0x008
 EPOLLET        sys/epoll.h     d       #define EPOLLET (1U<<31)
+EPOLLEXCLUSIVE sys/epoll.h     d       #define EPOLLEXCLUSIVE (1U<<28)
 EPOLLHUP       sys/epoll.h     d       #define EPOLLHUP 0x010
 EPOLLIN        sys/epoll.h     d       #define EPOLLIN 0x001
 EPOLLMSG       sys/epoll.h     d       #define EPOLLMSG 0x400
@@ -1052,6 +1090,7 @@ ETH_P_LINK_CTL    netinet/if_ether.h      d       #define ETH_P_LINK_CTL 0x886c
 ETH_P_LOCALTALK        netinet/if_ether.h      d       #define ETH_P_LOCALTALK 0x0009
 ETH_P_LOOP     netinet/if_ether.h      d       #define ETH_P_LOOP 0x0060
 ETH_P_LOOPBACK netinet/if_ether.h      d       #define ETH_P_LOOPBACK 0x9000
+ETH_P_MACSEC   netinet/if_ether.h      d       #define ETH_P_MACSEC 0x88E5
 ETH_P_MOBITEX  netinet/if_ether.h      d       #define ETH_P_MOBITEX 0x0015
 ETH_P_MPLS_MC  netinet/if_ether.h      d       #define ETH_P_MPLS_MC 0x8848
 ETH_P_MPLS_UC  netinet/if_ether.h      d       #define ETH_P_MPLS_UC 0x8847
@@ -1130,6 +1169,7 @@ E_MIPS_ARCH_4     elf.h   d       #define E_MIPS_ARCH_4 0x30000000
 E_MIPS_ARCH_5  elf.h   d       #define E_MIPS_ARCH_5 0x40000000
 E_MIPS_ARCH_64 elf.h   d       #define E_MIPS_ARCH_64 0x60000000
 Elf32_Addr     elf.h   t       typedef uint32_t Elf32_Addr;
+Elf32_Chdr     elf.h   t       } Elf32_Chdr;
 Elf32_Conflict elf.h   t       typedef Elf32_Addr Elf32_Conflict;
 Elf32_Dyn      elf.h   t       } Elf32_Dyn;
 Elf32_Ehdr     elf.h   t       } Elf32_Ehdr;
@@ -1158,6 +1198,7 @@ Elf32_Xword       elf.h   t       typedef uint64_t Elf32_Xword;
 Elf32_auxv_t   elf.h   t       } Elf32_auxv_t;
 Elf32_gptab    elf.h   t       } Elf32_gptab;
 Elf64_Addr     elf.h   t       typedef uint64_t Elf64_Addr;
+Elf64_Chdr     elf.h   t       } Elf64_Chdr;
 Elf64_Dyn      elf.h   t       } Elf64_Dyn;
 Elf64_Ehdr     elf.h   t       } Elf64_Ehdr;
 Elf64_Half     elf.h   t       typedef uint16_t Elf64_Half;
@@ -1191,6 +1232,7 @@ ElfW      link.h  p        ElfW(Addr) r_ldbase;
 ElfW   link.h  p        ElfW(Dyn) *l_ld;
 ElfW   link.h  p        ElfW(Half) dlpi_phnum;
 ElfW   link.h  p        const ElfW(Phdr) *dlpi_phdr;
+Elf_MIPS_ABIFlags_v0   elf.h   t       } Elf_MIPS_ABIFlags_v0;
 Elf_Options    elf.h   t       } Elf_Options;
 Elf_Options_Hw elf.h   t       } Elf_Options_Hw;
 Elf_Symndx     link.h  t       typedef uint32_t Elf_Symndx;
@@ -1879,6 +1921,7 @@ IPV6_CHECKSUM     netinet/in.h    d       #define IPV6_CHECKSUM 7
 IPV6_DONTFRAG  netinet/in.h    d       #define IPV6_DONTFRAG 62
 IPV6_DROP_MEMBERSHIP   netinet/in.h    d       #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
 IPV6_DSTOPTS   netinet/in.h    d       #define IPV6_DSTOPTS 59
+IPV6_HDRINCL   netinet/in.h    d       #define IPV6_HDRINCL 36
 IPV6_HOPLIMIT  netinet/in.h    d       #define IPV6_HOPLIMIT 52
 IPV6_HOPOPTS   netinet/in.h    d       #define IPV6_HOPOPTS 54
 IPV6_IPSEC_POLICY      netinet/in.h    d       #define IPV6_IPSEC_POLICY 34
@@ -2133,7 +2176,41 @@ L_XTND   unistd.h        d       #define L_XTND 2
 L_ctermid      stdio.h d       #define L_ctermid 20
 L_cuserid      stdio.h d       #define L_cuserid 20
 L_tmpnam       stdio.h d       #define L_tmpnam 20
+MADV_DODUMP    sys/mman.h      d       #define MADV_DODUMP 17
+MADV_DOFORK    sys/mman.h      d       #define MADV_DOFORK 11
+MADV_DONTDUMP  sys/mman.h      d       #define MADV_DONTDUMP 16
+MADV_DONTFORK  sys/mman.h      d       #define MADV_DONTFORK 10
+MADV_DONTNEED  sys/mman.h      d       #define MADV_DONTNEED 4
+MADV_FREE      sys/mman.h      d       #define MADV_FREE 8
+MADV_HUGEPAGE  sys/mman.h      d       #define MADV_HUGEPAGE 14
+MADV_HWPOISON  sys/mman.h      d       #define MADV_HWPOISON 100
+MADV_MERGEABLE sys/mman.h      d       #define MADV_MERGEABLE 12
+MADV_NOHUGEPAGE        sys/mman.h      d       #define MADV_NOHUGEPAGE 15
+MADV_NORMAL    sys/mman.h      d       #define MADV_NORMAL 0
+MADV_RANDOM    sys/mman.h      d       #define MADV_RANDOM 1
+MADV_REMOVE    sys/mman.h      d       #define MADV_REMOVE 9
+MADV_SEQUENTIAL        sys/mman.h      d       #define MADV_SEQUENTIAL 2
+MADV_SOFT_OFFLINE      sys/mman.h      d       #define MADV_SOFT_OFFLINE 101
+MADV_UNMERGEABLE       sys/mman.h      d       #define MADV_UNMERGEABLE 13
+MADV_WILLNEED  sys/mman.h      d       #define MADV_WILLNEED 3
 MAGIC  cpio.h  d       #define MAGIC "070707"
+MAP_ANON       sys/mman.h      d       #define MAP_ANON 0x20
+MAP_ANONYMOUS  sys/mman.h      d       #define MAP_ANONYMOUS MAP_ANON
+MAP_DENYWRITE  sys/mman.h      d       #define MAP_DENYWRITE 0x0800
+MAP_EXECUTABLE sys/mman.h      d       #define MAP_EXECUTABLE 0x1000
+MAP_FAILED     sys/mman.h      d       #define MAP_FAILED ((void *) -1)
+MAP_FILE       sys/mman.h      d       #define MAP_FILE 0
+MAP_FIXED      sys/mman.h      d       #define MAP_FIXED 0x10
+MAP_GROWSDOWN  sys/mman.h      d       #define MAP_GROWSDOWN 0x0100
+MAP_HUGETLB    sys/mman.h      d       #define MAP_HUGETLB 0x40000
+MAP_LOCKED     sys/mman.h      d       #define MAP_LOCKED 0x2000
+MAP_NONBLOCK   sys/mman.h      d       #define MAP_NONBLOCK 0x10000
+MAP_NORESERVE  sys/mman.h      d       #define MAP_NORESERVE 0x4000
+MAP_POPULATE   sys/mman.h      d       #define MAP_POPULATE 0x8000
+MAP_PRIVATE    sys/mman.h      d       #define MAP_PRIVATE 0x02
+MAP_SHARED     sys/mman.h      d       #define MAP_SHARED 0x01
+MAP_STACK      sys/mman.h      d       #define MAP_STACK 0x20000
+MAP_TYPE       sys/mman.h      d       #define MAP_TYPE 0x0f
 MATH_ERREXCEPT math.h  d       #define MATH_ERREXCEPT 2
 MATH_ERRNO     math.h  d       #define MATH_ERRNO 1
 MAX    sys/param.h     d       #define MAX(a,b) (((a)>(b))?(a):(b))
@@ -2172,6 +2249,9 @@ MCAST_LEAVE_GROUP netinet/in.h    d       #define MCAST_LEAVE_GROUP 45
 MCAST_LEAVE_SOURCE_GROUP       netinet/in.h    d       #define MCAST_LEAVE_SOURCE_GROUP 47
 MCAST_MSFILTER netinet/in.h    d       #define MCAST_MSFILTER 48
 MCAST_UNBLOCK_SOURCE   netinet/in.h    d       #define MCAST_UNBLOCK_SOURCE 44
+MCL_CURRENT    sys/mman.h      d       #define MCL_CURRENT 1
+MCL_FUTURE     sys/mman.h      d       #define MCL_FUTURE 2
+MCL_ONFAULT    sys/mman.h      d       #define MCL_ONFAULT 4
 MEDIUM_ERROR   scsi/scsi.h     d       #define MEDIUM_ERROR 0x03
 MEDIUM_SCAN    scsi/scsi.h     d       #define MEDIUM_SCAN 0x38
 MESSAGE_REJECT scsi/scsi.h     d       #define MESSAGE_REJECT 0x07
@@ -2181,6 +2261,43 @@ MINFLOAT values.h        d       #define MINFLOAT FLT_MIN
 MININT values.h        d       #define MININT INT_MIN
 MINLONG        values.h        d       #define MINLONG LONG_MIN
 MINSHORT       values.h        d       #define MINSHORT SHRT_MIN
+MIPS_AFL_ASE_DSP       elf.h   d       #define MIPS_AFL_ASE_DSP 0x00000001
+MIPS_AFL_ASE_DSPR2     elf.h   d       #define MIPS_AFL_ASE_DSPR2 0x00000002
+MIPS_AFL_ASE_EVA       elf.h   d       #define MIPS_AFL_ASE_EVA 0x00000004
+MIPS_AFL_ASE_MASK      elf.h   d       #define MIPS_AFL_ASE_MASK 0x00001fff
+MIPS_AFL_ASE_MCU       elf.h   d       #define MIPS_AFL_ASE_MCU 0x00000008
+MIPS_AFL_ASE_MDMX      elf.h   d       #define MIPS_AFL_ASE_MDMX 0x00000010
+MIPS_AFL_ASE_MICROMIPS elf.h   d       #define MIPS_AFL_ASE_MICROMIPS 0x00000800
+MIPS_AFL_ASE_MIPS16    elf.h   d       #define MIPS_AFL_ASE_MIPS16 0x00000400
+MIPS_AFL_ASE_MIPS3D    elf.h   d       #define MIPS_AFL_ASE_MIPS3D 0x00000020
+MIPS_AFL_ASE_MSA       elf.h   d       #define MIPS_AFL_ASE_MSA 0x00000200
+MIPS_AFL_ASE_MT        elf.h   d       #define MIPS_AFL_ASE_MT 0x00000040
+MIPS_AFL_ASE_SMARTMIPS elf.h   d       #define MIPS_AFL_ASE_SMARTMIPS 0x00000080
+MIPS_AFL_ASE_VIRT      elf.h   d       #define MIPS_AFL_ASE_VIRT 0x00000100
+MIPS_AFL_ASE_XPA       elf.h   d       #define MIPS_AFL_ASE_XPA 0x00001000
+MIPS_AFL_EXT_10000     elf.h   d       #define MIPS_AFL_EXT_10000 11
+MIPS_AFL_EXT_3900      elf.h   d       #define MIPS_AFL_EXT_3900 10
+MIPS_AFL_EXT_4010      elf.h   d       #define MIPS_AFL_EXT_4010 8
+MIPS_AFL_EXT_4100      elf.h   d       #define MIPS_AFL_EXT_4100 9
+MIPS_AFL_EXT_4111      elf.h   d       #define MIPS_AFL_EXT_4111 13
+MIPS_AFL_EXT_4120      elf.h   d       #define MIPS_AFL_EXT_4120 14
+MIPS_AFL_EXT_4650      elf.h   d       #define MIPS_AFL_EXT_4650 7
+MIPS_AFL_EXT_5400      elf.h   d       #define MIPS_AFL_EXT_5400 15
+MIPS_AFL_EXT_5500      elf.h   d       #define MIPS_AFL_EXT_5500 16
+MIPS_AFL_EXT_5900      elf.h   d       #define MIPS_AFL_EXT_5900 6
+MIPS_AFL_EXT_LOONGSON_2E       elf.h   d       #define MIPS_AFL_EXT_LOONGSON_2E 17
+MIPS_AFL_EXT_LOONGSON_2F       elf.h   d       #define MIPS_AFL_EXT_LOONGSON_2F 18
+MIPS_AFL_EXT_LOONGSON_3A       elf.h   d       #define MIPS_AFL_EXT_LOONGSON_3A 4
+MIPS_AFL_EXT_OCTEON    elf.h   d       #define MIPS_AFL_EXT_OCTEON 5
+MIPS_AFL_EXT_OCTEON2   elf.h   d       #define MIPS_AFL_EXT_OCTEON2 2
+MIPS_AFL_EXT_OCTEONP   elf.h   d       #define MIPS_AFL_EXT_OCTEONP 3
+MIPS_AFL_EXT_SB1       elf.h   d       #define MIPS_AFL_EXT_SB1 12
+MIPS_AFL_EXT_XLR       elf.h   d       #define MIPS_AFL_EXT_XLR 1
+MIPS_AFL_FLAGS1_ODDSPREG       elf.h   d       #define MIPS_AFL_FLAGS1_ODDSPREG 1
+MIPS_AFL_REG_128       elf.h   d       #define MIPS_AFL_REG_128 0x03
+MIPS_AFL_REG_32        elf.h   d       #define MIPS_AFL_REG_32 0x01
+MIPS_AFL_REG_64        elf.h   d       #define MIPS_AFL_REG_64 0x02
+MIPS_AFL_REG_NONE      elf.h   d       #define MIPS_AFL_REG_NONE 0x00
 MISCOMPARE     scsi/scsi.h     d       #define MISCOMPARE 0x0e
 MLD_LISTENER_QUERY     netinet/icmp6.h d       #define MLD_LISTENER_QUERY 130
 MLD_LISTENER_REDUCTION netinet/icmp6.h d       #define MLD_LISTENER_REDUCTION 132
@@ -2274,6 +2391,7 @@ MREMAP_FIXED      sys/mman.h      d       #define MREMAP_FIXED 2
 MREMAP_MAYMOVE sys/mman.h      d       #define MREMAP_MAYMOVE 1
 MSG_ANY        stropts.h       d       #define MSG_ANY 0x02
 MSG_BAND       stropts.h       d       #define MSG_BAND 0x04
+MSG_BATCH      sys/socket.h    d       #define MSG_BATCH 0x40000
 MSG_CMSG_CLOEXEC       sys/socket.h    d       #define MSG_CMSG_CLOEXEC 0x40000000
 MSG_CONFIRM    sys/socket.h    d       #define MSG_CONFIRM 0x0800
 MSG_CTRUNC     sys/socket.h    d       #define MSG_CTRUNC 0x0008
@@ -2300,9 +2418,11 @@ MSG_TRUNC        sys/socket.h    d       #define MSG_TRUNC 0x0020
 MSG_WAITALL    sys/socket.h    d       #define MSG_WAITALL 0x0100
 MSG_WAITFORONE sys/socket.h    d       #define MSG_WAITFORONE 0x10000
 MS_ACTIVE      sys/mount.h     d       #define MS_ACTIVE (1<<30)
+MS_ASYNC       sys/mman.h      d       #define MS_ASYNC 1
 MS_BIND        sys/mount.h     d       #define MS_BIND 4096
 MS_BORN        sys/mount.h     d       #define MS_BORN (1<<29)
 MS_DIRSYNC     sys/mount.h     d       #define MS_DIRSYNC 128
+MS_INVALIDATE  sys/mman.h      d       #define MS_INVALIDATE 2
 MS_I_VERSION   sys/mount.h     d       #define MS_I_VERSION (1<<23)
 MS_KERNMOUNT   sys/mount.h     d       #define MS_KERNMOUNT (1<<22)
 MS_LAZYTIME    sys/mount.h     d       #define MS_LAZYTIME (1<<25)
@@ -2328,6 +2448,7 @@ MS_SHARED sys/mount.h     d       #define MS_SHARED (1<<20)
 MS_SILENT      sys/mount.h     d       #define MS_SILENT 32768
 MS_SLAVE       sys/mount.h     d       #define MS_SLAVE (1<<19)
 MS_STRICTATIME sys/mount.h     d       #define MS_STRICTATIME (1<<24)
+MS_SYNC        sys/mman.h      d       #define MS_SYNC 4
 MS_SYNCHRONOUS sys/mount.h     d       #define MS_SYNCHRONOUS 16
 MS_UNBINDABLE  sys/mount.h     d       #define MS_UNBINDABLE (1<<17)
 MTBSF  sys/mtio.h      d       #define MTBSF 2
@@ -2597,6 +2718,7 @@ NT_386_IOPERM     elf.h   d       #define NT_386_IOPERM 0x201
 NT_386_TLS     elf.h   d       #define NT_386_TLS 0x200
 NT_ARM_HW_BREAK        elf.h   d       #define NT_ARM_HW_BREAK 0x402
 NT_ARM_HW_WATCH        elf.h   d       #define NT_ARM_HW_WATCH 0x403
+NT_ARM_SYSTEM_CALL     elf.h   d       #define NT_ARM_SYSTEM_CALL 0x404
 NT_ARM_TLS     elf.h   d       #define NT_ARM_TLS 0x401
 NT_ARM_VFP     elf.h   d       #define NT_ARM_VFP 0x400
 NT_ASRS        elf.h   d       #define NT_ASRS 8
@@ -2790,12 +2912,13 @@ PF_IPX  sys/socket.h    d       #define PF_IPX 4
 PF_IRDA        sys/socket.h    d       #define PF_IRDA 23
 PF_ISDN        sys/socket.h    d       #define PF_ISDN 34
 PF_IUCV        sys/socket.h    d       #define PF_IUCV 32
+PF_KCM sys/socket.h    d       #define PF_KCM 41
 PF_KEY sys/socket.h    d       #define PF_KEY 15
 PF_LLC sys/socket.h    d       #define PF_LLC 26
 PF_LOCAL       sys/socket.h    d       #define PF_LOCAL 1
 PF_MASKOS      elf.h   d       #define PF_MASKOS 0x0ff00000
 PF_MASKPROC    elf.h   d       #define PF_MASKPROC 0xf0000000
-PF_MAX sys/socket.h    d       #define PF_MAX 41
+PF_MAX sys/socket.h    d       #define PF_MAX 42
 PF_MIPS_LOCAL  elf.h   d       #define PF_MIPS_LOCAL 0x10000000
 PF_MPLS        sys/socket.h    d       #define PF_MPLS 28
 PF_NETBEUI     sys/socket.h    d       #define PF_NETBEUI 13
@@ -2849,12 +2972,21 @@ POSIX_FADV_NORMAL       fcntl.h d       #define POSIX_FADV_NORMAL 0
 POSIX_FADV_RANDOM      fcntl.h d       #define POSIX_FADV_RANDOM 1
 POSIX_FADV_SEQUENTIAL  fcntl.h d       #define POSIX_FADV_SEQUENTIAL 2
 POSIX_FADV_WILLNEED    fcntl.h d       #define POSIX_FADV_WILLNEED 3
+POSIX_MADV_DONTNEED    sys/mman.h      d       #define POSIX_MADV_DONTNEED 4
+POSIX_MADV_NORMAL      sys/mman.h      d       #define POSIX_MADV_NORMAL 0
+POSIX_MADV_RANDOM      sys/mman.h      d       #define POSIX_MADV_RANDOM 1
+POSIX_MADV_SEQUENTIAL  sys/mman.h      d       #define POSIX_MADV_SEQUENTIAL 2
+POSIX_MADV_WILLNEED    sys/mman.h      d       #define POSIX_MADV_WILLNEED 3
 POSIX_SPAWN_RESETIDS   spawn.h d       #define POSIX_SPAWN_RESETIDS 1
 POSIX_SPAWN_SETPGROUP  spawn.h d       #define POSIX_SPAWN_SETPGROUP 2
 POSIX_SPAWN_SETSCHEDPARAM      spawn.h d       #define POSIX_SPAWN_SETSCHEDPARAM 16
 POSIX_SPAWN_SETSCHEDULER       spawn.h d       #define POSIX_SPAWN_SETSCHEDULER 32
 POSIX_SPAWN_SETSIGDEF  spawn.h d       #define POSIX_SPAWN_SETSIGDEF 4
 POSIX_SPAWN_SETSIGMASK spawn.h d       #define POSIX_SPAWN_SETSIGMASK 8
+PPC64_LOCAL_ENTRY_OFFSET       elf.h   d       #define PPC64_LOCAL_ENTRY_OFFSET(x) (1 << (((x)&0xe0)>>5) & 0xfc)
+PPC64_OPT_MULTI_TOC    elf.h   d       #define PPC64_OPT_MULTI_TOC 2
+PPC64_OPT_TLS  elf.h   d       #define PPC64_OPT_TLS 1
+PPC_OPT_TLS    elf.h   d       #define PPC_OPT_TLS 1
 PRELIM arpa/ftp.h      d       #define PRELIM 1
 PRE_FETCH      scsi/scsi.h     d       #define PRE_FETCH 0x34
 PRIO_MAX       sys/resource.h  d       #define PRIO_MAX 20
@@ -2946,6 +3078,12 @@ PRIxLEAST64      inttypes.h      d       #define PRIxLEAST64 __PRI64 "x"
 PRIxLEAST8     inttypes.h      d       #define PRIxLEAST8 "x"
 PRIxMAX        inttypes.h      d       #define PRIxMAX __PRI64 "x"
 PRIxPTR        inttypes.h      d       #define PRIxPTR __PRIPTR "x"
+PROT_EXEC      sys/mman.h      d       #define PROT_EXEC 4
+PROT_GROWSDOWN sys/mman.h      d       #define PROT_GROWSDOWN 0x01000000
+PROT_GROWSUP   sys/mman.h      d       #define PROT_GROWSUP 0x02000000
+PROT_NONE      sys/mman.h      d       #define PROT_NONE 0
+PROT_READ      sys/mman.h      d       #define PROT_READ 1
+PROT_WRITE     sys/mman.h      d       #define PROT_WRITE 2
 PR_CAPBSET_DROP        sys/prctl.h     d       #define PR_CAPBSET_DROP 24
 PR_CAPBSET_READ        sys/prctl.h     d       #define PR_CAPBSET_READ 23
 PR_CAP_AMBIENT sys/prctl.h     d       #define PR_CAP_AMBIENT 47
@@ -3165,6 +3303,7 @@ PT_LOAD   elf.h   d       #define PT_LOAD 1
 PT_LOOS        elf.h   d       #define PT_LOOS 0x60000000
 PT_LOPROC      elf.h   d       #define PT_LOPROC 0x70000000
 PT_LOSUNW      elf.h   d       #define PT_LOSUNW 0x6ffffffa
+PT_MIPS_ABIFLAGS       elf.h   d       #define PT_MIPS_ABIFLAGS 0x70000003
 PT_MIPS_OPTIONS        elf.h   d       #define PT_MIPS_OPTIONS 0x70000002
 PT_MIPS_REGINFO        elf.h   d       #define PT_MIPS_REGINFO 0x70000000
 PT_MIPS_RTPROC elf.h   d       #define PT_MIPS_RTPROC 0x70000001
@@ -3457,8 +3596,9 @@ RT_DELETE link.h  e
 RT_LOCALADDR   net/route.h     d       #define RT_LOCALADDR(flags) ((flags & RTF_ADDRCLASSMASK) == (RTF_LOCAL|RTF_INTERFACE))
 RT_TOS net/route.h     d       #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK)
 RUN_LVL        utmpx.h d       #define RUN_LVL 1
-RUSAGE_CHILDREN        sys/resource.h  d       #define RUSAGE_CHILDREN 1
+RUSAGE_CHILDREN        sys/resource.h  d       #define RUSAGE_CHILDREN (-1)
 RUSAGE_SELF    sys/resource.h  d       #define RUSAGE_SELF 0
+RUSAGE_THREAD  sys/resource.h  d       #define RUSAGE_THREAD 1
 R_386_16       elf.h   d       #define R_386_16 20
 R_386_32       elf.h   d       #define R_386_32 1
 R_386_32PLT    elf.h   d       #define R_386_32PLT 11
@@ -3466,12 +3606,13 @@ R_386_8 elf.h   d       #define R_386_8 22
 R_386_COPY     elf.h   d       #define R_386_COPY 5
 R_386_GLOB_DAT elf.h   d       #define R_386_GLOB_DAT 6
 R_386_GOT32    elf.h   d       #define R_386_GOT32 3
+R_386_GOT32X   elf.h   d       #define R_386_GOT32X 43
 R_386_GOTOFF   elf.h   d       #define R_386_GOTOFF 9
 R_386_GOTPC    elf.h   d       #define R_386_GOTPC 10
 R_386_IRELATIVE        elf.h   d       #define R_386_IRELATIVE 42
 R_386_JMP_SLOT elf.h   d       #define R_386_JMP_SLOT 7
 R_386_NONE     elf.h   d       #define R_386_NONE 0
-R_386_NUM      elf.h   d       #define R_386_NUM 43
+R_386_NUM      elf.h   d       #define R_386_NUM 44
 R_386_PC16     elf.h   d       #define R_386_PC16 21
 R_386_PC32     elf.h   d       #define R_386_PC32 2
 R_386_PC8      elf.h   d       #define R_386_PC8 23
@@ -3638,6 +3779,16 @@ R_AARCH64_MOVW_UABS_G2   elf.h   d       #define R_AARCH64_MOVW_UABS_G2 267
 R_AARCH64_MOVW_UABS_G2_NC      elf.h   d       #define R_AARCH64_MOVW_UABS_G2_NC 268
 R_AARCH64_MOVW_UABS_G3 elf.h   d       #define R_AARCH64_MOVW_UABS_G3 269
 R_AARCH64_NONE elf.h   d       #define R_AARCH64_NONE 0
+R_AARCH64_P32_ABS32    elf.h   d       #define R_AARCH64_P32_ABS32 1
+R_AARCH64_P32_COPY     elf.h   d       #define R_AARCH64_P32_COPY 180
+R_AARCH64_P32_GLOB_DAT elf.h   d       #define R_AARCH64_P32_GLOB_DAT 181
+R_AARCH64_P32_IRELATIVE        elf.h   d       #define R_AARCH64_P32_IRELATIVE 188
+R_AARCH64_P32_JUMP_SLOT        elf.h   d       #define R_AARCH64_P32_JUMP_SLOT 182
+R_AARCH64_P32_RELATIVE elf.h   d       #define R_AARCH64_P32_RELATIVE 183
+R_AARCH64_P32_TLSDESC  elf.h   d       #define R_AARCH64_P32_TLSDESC 187
+R_AARCH64_P32_TLS_DTPMOD       elf.h   d       #define R_AARCH64_P32_TLS_DTPMOD 184
+R_AARCH64_P32_TLS_DTPREL       elf.h   d       #define R_AARCH64_P32_TLS_DTPREL 185
+R_AARCH64_P32_TLS_TPREL        elf.h   d       #define R_AARCH64_P32_TLS_TPREL 186
 R_AARCH64_PREL16       elf.h   d       #define R_AARCH64_PREL16 262
 R_AARCH64_PREL32       elf.h   d       #define R_AARCH64_PREL32 261
 R_AARCH64_PREL64       elf.h   d       #define R_AARCH64_PREL64 260
@@ -3705,8 +3856,11 @@ R_AARCH64_TLSLE_MOVW_TPREL_G0_NC elf.h   d       #define R_AARCH64_TLSLE_MOVW_TPREL_G0_N
 R_AARCH64_TLSLE_MOVW_TPREL_G1  elf.h   d       #define R_AARCH64_TLSLE_MOVW_TPREL_G1 545
 R_AARCH64_TLSLE_MOVW_TPREL_G1_NC       elf.h   d       #define R_AARCH64_TLSLE_MOVW_TPREL_G1_NC 546
 R_AARCH64_TLSLE_MOVW_TPREL_G2  elf.h   d       #define R_AARCH64_TLSLE_MOVW_TPREL_G2 544
+R_AARCH64_TLS_DTPMOD   elf.h   d       #define R_AARCH64_TLS_DTPMOD 1028
 R_AARCH64_TLS_DTPMOD64 elf.h   d       #define R_AARCH64_TLS_DTPMOD64 1028
+R_AARCH64_TLS_DTPREL   elf.h   d       #define R_AARCH64_TLS_DTPREL 1029
 R_AARCH64_TLS_DTPREL64 elf.h   d       #define R_AARCH64_TLS_DTPREL64 1029
+R_AARCH64_TLS_TPREL    elf.h   d       #define R_AARCH64_TLS_TPREL 1030
 R_AARCH64_TLS_TPREL64  elf.h   d       #define R_AARCH64_TLS_TPREL64 1030
 R_AARCH64_TSTBR14      elf.h   d       #define R_AARCH64_TSTBR14 279
 R_ALPHA_BRADDR elf.h   d       #define R_ALPHA_BRADDR 7
@@ -4122,6 +4276,52 @@ R_MN10300_PCREL8 elf.h   d       #define R_MN10300_PCREL8 6
 R_MN10300_PLT16        elf.h   d       #define R_MN10300_PLT16 16
 R_MN10300_PLT32        elf.h   d       #define R_MN10300_PLT32 15
 R_MN10300_RELATIVE     elf.h   d       #define R_MN10300_RELATIVE 23
+R_NIOS2_ALIGN  elf.h   d       #define R_NIOS2_ALIGN 21
+R_NIOS2_BFD_RELOC_16   elf.h   d       #define R_NIOS2_BFD_RELOC_16 13
+R_NIOS2_BFD_RELOC_32   elf.h   d       #define R_NIOS2_BFD_RELOC_32 12
+R_NIOS2_BFD_RELOC_8    elf.h   d       #define R_NIOS2_BFD_RELOC_8 14
+R_NIOS2_CACHE_OPX      elf.h   d       #define R_NIOS2_CACHE_OPX 6
+R_NIOS2_CALL16 elf.h   d       #define R_NIOS2_CALL16 23
+R_NIOS2_CALL26 elf.h   d       #define R_NIOS2_CALL26 4
+R_NIOS2_CALL26_NOAT    elf.h   d       #define R_NIOS2_CALL26_NOAT 41
+R_NIOS2_CALLR  elf.h   d       #define R_NIOS2_CALLR 20
+R_NIOS2_CALL_HA        elf.h   d       #define R_NIOS2_CALL_HA 45
+R_NIOS2_CALL_LO        elf.h   d       #define R_NIOS2_CALL_LO 44
+R_NIOS2_CJMP   elf.h   d       #define R_NIOS2_CJMP 19
+R_NIOS2_COPY   elf.h   d       #define R_NIOS2_COPY 36
+R_NIOS2_GLOB_DAT       elf.h   d       #define R_NIOS2_GLOB_DAT 37
+R_NIOS2_GNU_VTENTRY    elf.h   d       #define R_NIOS2_GNU_VTENTRY 17
+R_NIOS2_GNU_VTINHERIT  elf.h   d       #define R_NIOS2_GNU_VTINHERIT 16
+R_NIOS2_GOT16  elf.h   d       #define R_NIOS2_GOT16 22
+R_NIOS2_GOTOFF elf.h   d       #define R_NIOS2_GOTOFF 40
+R_NIOS2_GOTOFF_HA      elf.h   d       #define R_NIOS2_GOTOFF_HA 25
+R_NIOS2_GOTOFF_LO      elf.h   d       #define R_NIOS2_GOTOFF_LO 24
+R_NIOS2_GOT_HA elf.h   d       #define R_NIOS2_GOT_HA 43
+R_NIOS2_GOT_LO elf.h   d       #define R_NIOS2_GOT_LO 42
+R_NIOS2_GPREL  elf.h   d       #define R_NIOS2_GPREL 15
+R_NIOS2_HI16   elf.h   d       #define R_NIOS2_HI16 9
+R_NIOS2_HIADJ16        elf.h   d       #define R_NIOS2_HIADJ16 11
+R_NIOS2_IMM5   elf.h   d       #define R_NIOS2_IMM5 5
+R_NIOS2_IMM6   elf.h   d       #define R_NIOS2_IMM6 7
+R_NIOS2_IMM8   elf.h   d       #define R_NIOS2_IMM8 8
+R_NIOS2_JUMP_SLOT      elf.h   d       #define R_NIOS2_JUMP_SLOT 38
+R_NIOS2_LO16   elf.h   d       #define R_NIOS2_LO16 10
+R_NIOS2_NONE   elf.h   d       #define R_NIOS2_NONE 0
+R_NIOS2_PCREL16        elf.h   d       #define R_NIOS2_PCREL16 3
+R_NIOS2_PCREL_HA       elf.h   d       #define R_NIOS2_PCREL_HA 27
+R_NIOS2_PCREL_LO       elf.h   d       #define R_NIOS2_PCREL_LO 26
+R_NIOS2_RELATIVE       elf.h   d       #define R_NIOS2_RELATIVE 39
+R_NIOS2_S16    elf.h   d       #define R_NIOS2_S16 1
+R_NIOS2_TLS_DTPMOD     elf.h   d       #define R_NIOS2_TLS_DTPMOD 33
+R_NIOS2_TLS_DTPREL     elf.h   d       #define R_NIOS2_TLS_DTPREL 34
+R_NIOS2_TLS_GD16       elf.h   d       #define R_NIOS2_TLS_GD16 28
+R_NIOS2_TLS_IE16       elf.h   d       #define R_NIOS2_TLS_IE16 31
+R_NIOS2_TLS_LDM16      elf.h   d       #define R_NIOS2_TLS_LDM16 29
+R_NIOS2_TLS_LDO16      elf.h   d       #define R_NIOS2_TLS_LDO16 30
+R_NIOS2_TLS_LE16       elf.h   d       #define R_NIOS2_TLS_LE16 32
+R_NIOS2_TLS_TPREL      elf.h   d       #define R_NIOS2_TLS_TPREL 35
+R_NIOS2_U16    elf.h   d       #define R_NIOS2_U16 2
+R_NIOS2_UJMP   elf.h   d       #define R_NIOS2_UJMP 18
 R_OK   fcntl.h d       #define R_OK 4
 R_OK   unistd.h        d       #define R_OK 4
 R_OR1K_16      elf.h   d       #define R_OR1K_16 2
@@ -4276,6 +4476,8 @@ R_PPC64_ADDR16    elf.h   d       #define R_PPC64_ADDR16 R_PPC_ADDR16
 R_PPC64_ADDR16_DS      elf.h   d       #define R_PPC64_ADDR16_DS 56
 R_PPC64_ADDR16_HA      elf.h   d       #define R_PPC64_ADDR16_HA R_PPC_ADDR16_HA
 R_PPC64_ADDR16_HI      elf.h   d       #define R_PPC64_ADDR16_HI R_PPC_ADDR16_HI
+R_PPC64_ADDR16_HIGH    elf.h   d       #define R_PPC64_ADDR16_HIGH 110
+R_PPC64_ADDR16_HIGHA   elf.h   d       #define R_PPC64_ADDR16_HIGHA 111
 R_PPC64_ADDR16_HIGHER  elf.h   d       #define R_PPC64_ADDR16_HIGHER 39
 R_PPC64_ADDR16_HIGHERA elf.h   d       #define R_PPC64_ADDR16_HIGHERA 40
 R_PPC64_ADDR16_HIGHEST elf.h   d       #define R_PPC64_ADDR16_HIGHEST 41
@@ -4292,6 +4494,8 @@ R_PPC64_DTPREL16  elf.h   d       #define R_PPC64_DTPREL16 74
 R_PPC64_DTPREL16_DS    elf.h   d       #define R_PPC64_DTPREL16_DS 101
 R_PPC64_DTPREL16_HA    elf.h   d       #define R_PPC64_DTPREL16_HA 77
 R_PPC64_DTPREL16_HI    elf.h   d       #define R_PPC64_DTPREL16_HI 76
+R_PPC64_DTPREL16_HIGH  elf.h   d       #define R_PPC64_DTPREL16_HIGH 114
+R_PPC64_DTPREL16_HIGHA elf.h   d       #define R_PPC64_DTPREL16_HIGHA 115
 R_PPC64_DTPREL16_HIGHER        elf.h   d       #define R_PPC64_DTPREL16_HIGHER 103
 R_PPC64_DTPREL16_HIGHERA       elf.h   d       #define R_PPC64_DTPREL16_HIGHERA 104
 R_PPC64_DTPREL16_HIGHEST       elf.h   d       #define R_PPC64_DTPREL16_HIGHEST 105
@@ -4358,6 +4562,8 @@ R_PPC64_SECTOFF_HI        elf.h   d       #define R_PPC64_SECTOFF_HI R_PPC_SECTOFF_HI
 R_PPC64_SECTOFF_LO     elf.h   d       #define R_PPC64_SECTOFF_LO R_PPC_SECTOFF_LO
 R_PPC64_SECTOFF_LO_DS  elf.h   d       #define R_PPC64_SECTOFF_LO_DS 62
 R_PPC64_TLS    elf.h   d       #define R_PPC64_TLS 67
+R_PPC64_TLSGD  elf.h   d       #define R_PPC64_TLSGD 107
+R_PPC64_TLSLD  elf.h   d       #define R_PPC64_TLSLD 108
 R_PPC64_TOC    elf.h   d       #define R_PPC64_TOC 51
 R_PPC64_TOC16  elf.h   d       #define R_PPC64_TOC16 47
 R_PPC64_TOC16_DS       elf.h   d       #define R_PPC64_TOC16_DS 63
@@ -4365,10 +4571,13 @@ R_PPC64_TOC16_HA        elf.h   d       #define R_PPC64_TOC16_HA 50
 R_PPC64_TOC16_HI       elf.h   d       #define R_PPC64_TOC16_HI 49
 R_PPC64_TOC16_LO       elf.h   d       #define R_PPC64_TOC16_LO 48
 R_PPC64_TOC16_LO_DS    elf.h   d       #define R_PPC64_TOC16_LO_DS 64
+R_PPC64_TOCSAVE        elf.h   d       #define R_PPC64_TOCSAVE 109
 R_PPC64_TPREL16        elf.h   d       #define R_PPC64_TPREL16 69
 R_PPC64_TPREL16_DS     elf.h   d       #define R_PPC64_TPREL16_DS 95
 R_PPC64_TPREL16_HA     elf.h   d       #define R_PPC64_TPREL16_HA 72
 R_PPC64_TPREL16_HI     elf.h   d       #define R_PPC64_TPREL16_HI 71
+R_PPC64_TPREL16_HIGH   elf.h   d       #define R_PPC64_TPREL16_HIGH 112
+R_PPC64_TPREL16_HIGHA  elf.h   d       #define R_PPC64_TPREL16_HIGHA 113
 R_PPC64_TPREL16_HIGHER elf.h   d       #define R_PPC64_TPREL16_HIGHER 97
 R_PPC64_TPREL16_HIGHERA        elf.h   d       #define R_PPC64_TPREL16_HIGHERA 98
 R_PPC64_TPREL16_HIGHEST        elf.h   d       #define R_PPC64_TPREL16_HIGHEST 99
@@ -4464,6 +4673,8 @@ R_PPC_SECTOFF_HA  elf.h   d       #define R_PPC_SECTOFF_HA 36
 R_PPC_SECTOFF_HI       elf.h   d       #define R_PPC_SECTOFF_HI 35
 R_PPC_SECTOFF_LO       elf.h   d       #define R_PPC_SECTOFF_LO 34
 R_PPC_TLS      elf.h   d       #define R_PPC_TLS 67
+R_PPC_TLSGD    elf.h   d       #define R_PPC_TLSGD 95
+R_PPC_TLSLD    elf.h   d       #define R_PPC_TLSLD 96
 R_PPC_TOC16    elf.h   d       #define R_PPC_TOC16 255
 R_PPC_TPREL16  elf.h   d       #define R_PPC_TPREL16 69
 R_PPC_TPREL16_HA       elf.h   d       #define R_PPC_TPREL16_HA 72
@@ -4628,12 +4839,13 @@ R_X86_64_GOTPC32_TLSDESC        elf.h   d       #define R_X86_64_GOTPC32_TLSDESC 34
 R_X86_64_GOTPC64       elf.h   d       #define R_X86_64_GOTPC64 29
 R_X86_64_GOTPCREL      elf.h   d       #define R_X86_64_GOTPCREL 9
 R_X86_64_GOTPCREL64    elf.h   d       #define R_X86_64_GOTPCREL64 28
+R_X86_64_GOTPCRELX     elf.h   d       #define R_X86_64_GOTPCRELX 41
 R_X86_64_GOTPLT64      elf.h   d       #define R_X86_64_GOTPLT64 30
 R_X86_64_GOTTPOFF      elf.h   d       #define R_X86_64_GOTTPOFF 22
 R_X86_64_IRELATIVE     elf.h   d       #define R_X86_64_IRELATIVE 37
 R_X86_64_JUMP_SLOT     elf.h   d       #define R_X86_64_JUMP_SLOT 7
 R_X86_64_NONE  elf.h   d       #define R_X86_64_NONE 0
-R_X86_64_NUM   elf.h   d       #define R_X86_64_NUM 39
+R_X86_64_NUM   elf.h   d       #define R_X86_64_NUM 43
 R_X86_64_PC16  elf.h   d       #define R_X86_64_PC16 13
 R_X86_64_PC32  elf.h   d       #define R_X86_64_PC32 2
 R_X86_64_PC64  elf.h   d       #define R_X86_64_PC64 24
@@ -4642,6 +4854,7 @@ R_X86_64_PLT32    elf.h   d       #define R_X86_64_PLT32 4
 R_X86_64_PLTOFF64      elf.h   d       #define R_X86_64_PLTOFF64 31
 R_X86_64_RELATIVE      elf.h   d       #define R_X86_64_RELATIVE 8
 R_X86_64_RELATIVE64    elf.h   d       #define R_X86_64_RELATIVE64 38
+R_X86_64_REX_GOTPCRELX elf.h   d       #define R_X86_64_REX_GOTPCRELX 42
 R_X86_64_SIZE32        elf.h   d       #define R_X86_64_SIZE32 32
 R_X86_64_SIZE64        elf.h   d       #define R_X86_64_SIZE64 33
 R_X86_64_TLSDESC       elf.h   d       #define R_X86_64_TLSDESC 36
@@ -4775,6 +4988,7 @@ SEGSIZE   arpa/tftp.h     d       #define SEGSIZE 512
 SEGV_ACCERR    signal.h        d       #define SEGV_ACCERR 2
 SEGV_BNDERR    signal.h        d       #define SEGV_BNDERR 3
 SEGV_MAPERR    signal.h        d       #define SEGV_MAPERR 1
+SEGV_PKUERR    signal.h        d       #define SEGV_PKUERR 4
 SELFMAG        elf.h   d       #define SELFMAG 4
 SEM_FAILED     semaphore.h     d       #define SEM_FAILED ((sem_t *)0)
 SEM_INFO       sys/sem.h       d       #define SEM_INFO 19
@@ -4850,6 +5064,7 @@ SHF_ALLOC elf.h   d       #define SHF_ALLOC (1 << 1)
 SHF_ALPHA_GPREL        elf.h   d       #define SHF_ALPHA_GPREL 0x10000000
 SHF_ARM_COMDEF elf.h   d       #define SHF_ARM_COMDEF 0x80000000
 SHF_ARM_ENTRYSECT      elf.h   d       #define SHF_ARM_ENTRYSECT 0x10000000
+SHF_COMPRESSED elf.h   d       #define SHF_COMPRESSED (1 << 11)
 SHF_EXCLUDE    elf.h   d       #define SHF_EXCLUDE (1U << 31)
 SHF_EXECINSTR  elf.h   d       #define SHF_EXECINSTR (1 << 2)
 SHF_GROUP      elf.h   d       #define SHF_GROUP (1 << 9)
@@ -5071,27 +5286,45 @@ SOCK_RDM        sys/socket.h    d       #define SOCK_RDM 4
 SOCK_SEQPACKET sys/socket.h    d       #define SOCK_SEQPACKET 5
 SOCK_STREAM    sys/socket.h    d       #define SOCK_STREAM 1
 SOL_AAL        sys/socket.h    d       #define SOL_AAL 265
+SOL_ALG        sys/socket.h    d       #define SOL_ALG 279
 SOL_ATM        sys/socket.h    d       #define SOL_ATM 264
+SOL_BLUETOOTH  sys/socket.h    d       #define SOL_BLUETOOTH 274
+SOL_CAIF       sys/socket.h    d       #define SOL_CAIF 278
+SOL_DCCP       sys/socket.h    d       #define SOL_DCCP 269
 SOL_DECNET     sys/socket.h    d       #define SOL_DECNET 261
 SOL_ICMPV6     sys/socket.h    d       #define SOL_ICMPV6 58
 SOL_IP sys/socket.h    d       #define SOL_IP 0
 SOL_IPV6       sys/socket.h    d       #define SOL_IPV6 41
 SOL_IRDA       sys/socket.h    d       #define SOL_IRDA 266
+SOL_IUCV       sys/socket.h    d       #define SOL_IUCV 277
+SOL_KCM        sys/socket.h    d       #define SOL_KCM 281
+SOL_LLC        sys/socket.h    d       #define SOL_LLC 268
+SOL_NETBEUI    sys/socket.h    d       #define SOL_NETBEUI 267
+SOL_NETLINK    sys/socket.h    d       #define SOL_NETLINK 270
+SOL_NFC        sys/socket.h    d       #define SOL_NFC 280
 SOL_PACKET     sys/socket.h    d       #define SOL_PACKET 263
+SOL_PNPIPE     sys/socket.h    d       #define SOL_PNPIPE 275
+SOL_PPPOL2TP   sys/socket.h    d       #define SOL_PPPOL2TP 273
 SOL_RAW        sys/socket.h    d       #define SOL_RAW 255
+SOL_RDS        sys/socket.h    d       #define SOL_RDS 276
+SOL_RXRPC      sys/socket.h    d       #define SOL_RXRPC 272
 SOL_SOCKET     sys/socket.h    d       #define SOL_SOCKET 1
 SOL_TCP        netinet/tcp.h   d       #define SOL_TCP 6
+SOL_TIPC       sys/socket.h    d       #define SOL_TIPC 271
 SOL_UDP        netinet/udp.h   d       #define SOL_UDP 17
 SOL_X25        sys/socket.h    d       #define SOL_X25 262
 SOMAXCONN      sys/socket.h    d       #define SOMAXCONN 128
 SO_ACCEPTCONN  sys/socket.h    d       #define SO_ACCEPTCONN 30
 SO_ATTACH_BPF  sys/socket.h    d       #define SO_ATTACH_BPF 50
 SO_ATTACH_FILTER       sys/socket.h    d       #define SO_ATTACH_FILTER 26
+SO_ATTACH_REUSEPORT_CBPF       sys/socket.h    d       #define SO_ATTACH_REUSEPORT_CBPF 51
+SO_ATTACH_REUSEPORT_EBPF       sys/socket.h    d       #define SO_ATTACH_REUSEPORT_EBPF 52
 SO_BINDTODEVICE        sys/socket.h    d       #define SO_BINDTODEVICE 25
 SO_BPF_EXTENSIONS      sys/socket.h    d       #define SO_BPF_EXTENSIONS 48
 SO_BROADCAST   sys/socket.h    d       #define SO_BROADCAST 6
 SO_BSDCOMPAT   sys/socket.h    d       #define SO_BSDCOMPAT 14
 SO_BUSY_POLL   sys/socket.h    d       #define SO_BUSY_POLL 46
+SO_CNX_ADVICE  sys/socket.h    d       #define SO_CNX_ADVICE 53
 SO_DEBUG       sys/socket.h    d       #define SO_DEBUG 1
 SO_DETACH_BPF  sys/socket.h    d       #define SO_DETACH_BPF SO_DETACH_FILTER
 SO_DETACH_FILTER       sys/socket.h    d       #define SO_DETACH_FILTER 27
@@ -5187,6 +5420,8 @@ STO_MIPS_INTERNAL elf.h   d       #define STO_MIPS_INTERNAL 0x1
 STO_MIPS_PLT   elf.h   d       #define STO_MIPS_PLT 0x8
 STO_MIPS_PROTECTED     elf.h   d       #define STO_MIPS_PROTECTED 0x3
 STO_MIPS_SC_ALIGN_UNUSED       elf.h   d       #define STO_MIPS_SC_ALIGN_UNUSED 0xff
+STO_PPC64_LOCAL_BIT    elf.h   d       #define STO_PPC64_LOCAL_BIT 5
+STO_PPC64_LOCAL_MASK   elf.h   d       #define STO_PPC64_LOCAL_MASK 0xe0
 STRU_F arpa/ftp.h      d       #define STRU_F 1
 STRU_P arpa/ftp.h      d       #define STRU_P 3
 STRU_R arpa/ftp.h      d       #define STRU_R 2
@@ -5604,6 +5839,15 @@ VER_NEED_NONE    elf.h   d       #define VER_NEED_NONE 0
 VER_NEED_NUM   elf.h   d       #define VER_NEED_NUM 2
 VISIT  search.h        t       typedef enum { preorder, postorder, endorder, leaf } VISIT;
 VOLUME_OVERFLOW        scsi/scsi.h     d       #define VOLUME_OVERFLOW 0x0d
+Val_GNU_MIPS_ABI_FP_64 elf.h   e       
+Val_GNU_MIPS_ABI_FP_64A        elf.h   e       
+Val_GNU_MIPS_ABI_FP_ANY        elf.h   e       
+Val_GNU_MIPS_ABI_FP_DOUBLE     elf.h   e       
+Val_GNU_MIPS_ABI_FP_MAX        elf.h   e       
+Val_GNU_MIPS_ABI_FP_OLD_64     elf.h   e       
+Val_GNU_MIPS_ABI_FP_SINGLE     elf.h   e       
+Val_GNU_MIPS_ABI_FP_SOFT       elf.h   e       
+Val_GNU_MIPS_ABI_FP_XX elf.h   e       
 WCHAR_MAX      stdint.h        d       #define WCHAR_MAX (0x7fffffff+L'\0')
 WCHAR_MAX      stdint.h        d       #define WCHAR_MAX (0xffffffffu+L'\0')
 WCHAR_MAX      wchar.h d       #define WCHAR_MAX (0x7fffffff+L'\0')
@@ -6101,6 +6345,7 @@ _SPAWN_H  spawn.h d       #define _SPAWN_H
 _STDALIGN_H    stdalign.h      d       #define _STDALIGN_H
 _STDARG_H      stdarg.h        d       #define _STDARG_H
 _STDBOOL_H     stdbool.h       d       #define _STDBOOL_H
+_STDC_PREDEF_H stdc-predef.h   d       #define _STDC_PREDEF_H
 _STDDEF_H      stddef.h        d       #define _STDDEF_H
 _STDINT_H      stdint.h        d       #define _STDINT_H
 _STDIO_EXT_H   stdio_ext.h     d       #define _STDIO_EXT_H
@@ -6490,6 +6735,8 @@ __RETCAST_CX      tgmath.h        d       #define __RETCAST_CX(x) (__typeof__(__RETCAST(x)0+I))
 __RETCAST_REAL tgmath.h        d       #define __RETCAST_REAL(x)
 __RETCAST_REAL tgmath.h        d       #define __RETCAST_REAL(x) ( __type2(__IS_FP(x) && sizeof((x)+I) == sizeof(float complex), float, __type2(sizeof((x)+1.0+I) == sizeof(double complex), double, long double)))
 __SID  stropts.h       d       #define __SID ('S' << 8)
+__STDC_IEC_559__       stdc-predef.h   d       #define __STDC_IEC_559__ 1
+__STDC_ISO_10646__     stdc-predef.h   d       #define __STDC_ISO_10646__ 201206L
 __USE_GNU_GETTEXT      libintl.h       d       #define __USE_GNU_GETTEXT 1
 __WALL sys/wait.h      d       #define __WALL 0x40000000
 __WCLONE       sys/wait.h      d       #define __WCLONE 0x80000000
@@ -8095,6 +8342,8 @@ pthread_spin_lock pthread.h       p       int pthread_spin_lock(pthread_spinlock_t *);
 pthread_spin_trylock   pthread.h       p       int pthread_spin_trylock(pthread_spinlock_t *);
 pthread_spin_unlock    pthread.h       p       int pthread_spin_unlock(pthread_spinlock_t *);
 pthread_testcancel     pthread.h       p       void pthread_testcancel(void);
+pthread_timedjoin_np   pthread.h       p       int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
+pthread_tryjoin_np     pthread.h       p       int pthread_tryjoin_np(pthread_t, void **);
 ptrace sys/ptrace.h    p       long ptrace(int, ...);
 ptsname        stdlib.h        p       char *ptsname(int);
 ptsname_r      stdlib.h        p       int ptsname_r(int, char *, size_t);
@@ -8212,6 +8461,7 @@ scanf     stdio.h p       int scanf(const char *__restrict, ...);
 sched_get_priority_max sched.h p       int sched_get_priority_max(int);
 sched_get_priority_min sched.h p       int sched_get_priority_min(int);
 sched_getaffinity      sched.h p       int sched_getaffinity(pid_t, size_t, cpu_set_t *);
+sched_getcpu   sched.h p       int sched_getcpu(void);
 sched_getparam sched.h p       int sched_getparam(pid_t, struct sched_param *);
 sched_getscheduler     sched.h p       int sched_getscheduler(pid_t);
 sched_rr_get_interval  sched.h p       int sched_rr_get_interval(pid_t, struct timespec *);
@@ -8311,16 +8561,17 @@ si_band signal.h        d       #define si_band __si_fields.__sigpoll.si_band
 si_call_addr   signal.h        d       #define si_call_addr __si_fields.__sigsys.si_call_addr
 si_fd  signal.h        d       #define si_fd __si_fields.__sigpoll.si_fd
 si_int signal.h        d       #define si_int si_value.sival_int
-si_lower       signal.h        d       #define si_lower __si_fields.__sigfault.__addr_bnd.si_lower
+si_lower       signal.h        d       #define si_lower __si_fields.__sigfault.__first.__addr_bnd.si_lower
 si_overrun     signal.h        d       #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun
 si_pid signal.h        d       #define si_pid __si_fields.__si_common.__first.__piduid.si_pid
+si_pkey        signal.h        d       #define si_pkey __si_fields.__sigfault.__first.si_pkey
 si_ptr signal.h        d       #define si_ptr si_value.sival_ptr
 si_status      signal.h        d       #define si_status __si_fields.__si_common.__second.__sigchld.si_status
 si_stime       signal.h        d       #define si_stime __si_fields.__si_common.__second.__sigchld.si_stime
 si_syscall     signal.h        d       #define si_syscall __si_fields.__sigsys.si_syscall
 si_timerid     signal.h        d       #define si_timerid __si_fields.__si_common.__first.__timer.si_timerid
 si_uid signal.h        d       #define si_uid __si_fields.__si_common.__first.__piduid.si_uid
-si_upper       signal.h        d       #define si_upper __si_fields.__sigfault.__addr_bnd.si_upper
+si_upper       signal.h        d       #define si_upper __si_fields.__sigfault.__first.__addr_bnd.si_upper
 si_utime       signal.h        d       #define si_utime __si_fields.__si_common.__second.__sigchld.si_utime
 si_value       signal.h        d       #define si_value __si_fields.__si_common.__second.si_value
 sig_atomic_t   signal.h        t       typedef int sig_atomic_t;
index ce4b70c..8f8d096 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
@@ -204,6 +206,8 @@ 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
 FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 63
 FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
@@ -287,47 +291,8 @@ LDBL_TRUE_MIN      bits/float.h    d       #define LDBL_TRUE_MIN 3.6451995318824746025e-4951L
 LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
 LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
 LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
-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_32BIT      bits/mman.h     d       #define MAP_32BIT 0x40
-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 2048
-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
 NBPG   bits/user.h     d       #define NBPG PAGE_SIZE
 NL0    bits/termios.h  d       #define NL0 0000000
 NL1    bits/termios.h  d       #define NL1 0000400
@@ -383,17 +348,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 INT32_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
 REG_CS bits/signal.h   d       #define REG_CS 15
@@ -509,6 +463,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
@@ -541,13 +496,14 @@ SYS_chown bits/syscall.h  d       #define SYS_chown 182
 SYS_chown32    bits/syscall.h  d       #define SYS_chown32 212
 SYS_chroot     bits/syscall.h  d       #define SYS_chroot 61
 SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime 343
-SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres (SYS_timer_create+7)
-SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime (SYS_timer_create+6)
-SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep (SYS_timer_create+8)
-SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime (SYS_timer_create+5)
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres (__NR_timer_create+7)
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime (__NR_timer_create+6)
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep (__NR_timer_create+8)
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime (__NR_timer_create+5)
 SYS_clone      bits/syscall.h  d       #define SYS_clone 120
 SYS_close      bits/syscall.h  d       #define SYS_close 6
 SYS_connect    bits/syscall.h  d       #define SYS_connect 362
+SYS_copy_file_range    bits/syscall.h  d       #define SYS_copy_file_range 377
 SYS_creat      bits/syscall.h  d       #define SYS_creat 8
 SYS_create_module      bits/syscall.h  d       #define SYS_create_module 127
 SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 129
@@ -695,12 +651,12 @@ SYS_mount bits/syscall.h  d       #define SYS_mount 21
 SYS_move_pages bits/syscall.h  d       #define SYS_move_pages 317
 SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect 125
 SYS_mpx        bits/syscall.h  d       #define SYS_mpx 56
-SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr (SYS_mq_open+5)
-SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify (SYS_mq_open+4)
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr (__NR_mq_open+5)
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify (__NR_mq_open+4)
 SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 277
-SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive (SYS_mq_open+3)
-SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend (SYS_mq_open+2)
-SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink (SYS_mq_open+1)
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive (__NR_mq_open+3)
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend (__NR_mq_open+2)
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink (__NR_mq_open+1)
 SYS_mremap     bits/syscall.h  d       #define SYS_mremap 163
 SYS_msync      bits/syscall.h  d       #define SYS_msync 144
 SYS_munlock    bits/syscall.h  d       #define SYS_munlock 151
@@ -729,6 +685,7 @@ SYS_ppoll   bits/syscall.h  d       #define SYS_ppoll 309
 SYS_prctl      bits/syscall.h  d       #define SYS_prctl 172
 SYS_pread64    bits/syscall.h  d       #define SYS_pread64 180
 SYS_preadv     bits/syscall.h  d       #define SYS_preadv 333
+SYS_preadv2    bits/syscall.h  d       #define SYS_preadv2 378
 SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 340
 SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 347
 SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 348
@@ -739,6 +696,7 @@ SYS_ptrace  bits/syscall.h  d       #define SYS_ptrace 26
 SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg 189
 SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 181
 SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 334
+SYS_pwritev2   bits/syscall.h  d       #define SYS_pwritev2 379
 SYS_query_module       bits/syscall.h  d       #define SYS_query_module 167
 SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 131
 SYS_read       bits/syscall.h  d       #define SYS_read 3
@@ -855,10 +813,10 @@ SYS_tee   bits/syscall.h  d       #define SYS_tee 315
 SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill 270
 SYS_time       bits/syscall.h  d       #define SYS_time 13
 SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create 259
-SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete (SYS_timer_create+4)
-SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun (SYS_timer_create+3)
-SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime (SYS_timer_create+2)
-SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime (SYS_timer_create+1)
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete (__NR_timer_create+4)
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun (__NR_timer_create+3)
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime (__NR_timer_create+2)
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime (__NR_timer_create+1)
 SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 322
 SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 326
 SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 325
@@ -926,12 +884,16 @@ 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 0x80045432
 TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
-TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL 0x80045440
 TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
 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 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
 TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
@@ -950,7 +912,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
@@ -981,15 +942,16 @@ TIOCSERSETMULTI   bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
 TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
 TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
-TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
+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 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
 UESP   bits/reg.h      d       #define UESP 15
 UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT32_MAX
@@ -1016,6 +978,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 int
 _IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
@@ -1141,6 +1104,7 @@ __NR_clock_settime        bits/syscall.h  d       #define __NR_clock_settime (__NR_timer_creat
 __NR_clone     bits/syscall.h  d       #define __NR_clone 120
 __NR_close     bits/syscall.h  d       #define __NR_close 6
 __NR_connect   bits/syscall.h  d       #define __NR_connect 362
+__NR_copy_file_range   bits/syscall.h  d       #define __NR_copy_file_range 377
 __NR_creat     bits/syscall.h  d       #define __NR_creat 8
 __NR_create_module     bits/syscall.h  d       #define __NR_create_module 127
 __NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 129
@@ -1322,6 +1286,7 @@ __NR_ppoll        bits/syscall.h  d       #define __NR_ppoll 309
 __NR_prctl     bits/syscall.h  d       #define __NR_prctl 172
 __NR_pread64   bits/syscall.h  d       #define __NR_pread64 180
 __NR_preadv    bits/syscall.h  d       #define __NR_preadv 333
+__NR_preadv2   bits/syscall.h  d       #define __NR_preadv2 378
 __NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 340
 __NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 347
 __NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 348
@@ -1332,6 +1297,7 @@ __NR_ptrace       bits/syscall.h  d       #define __NR_ptrace 26
 __NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg 189
 __NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 181
 __NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 334
+__NR_pwritev2  bits/syscall.h  d       #define __NR_pwritev2 379
 __NR_query_module      bits/syscall.h  d       #define __NR_query_module 167
 __NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 131
 __NR_read      bits/syscall.h  d       #define __NR_read 3
index 3cb6658..48f5914 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
@@ -191,6 +193,8 @@ 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
 FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0
 FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
@@ -261,46 +265,7 @@ LDBL_TRUE_MIN      bits/float.h    d       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
 LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
 LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
 LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
-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 2048
-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
@@ -352,17 +317,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 INT32_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
 SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
@@ -459,6 +413,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
@@ -467,7 +422,6 @@ 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 UINT32_MAX
-SYS_SYSCALL_BASE       bits/syscall.h  d       #define SYS_SYSCALL_BASE 0
 SYS__llseek    bits/syscall.h  d       #define SYS__llseek 140
 SYS__newselect bits/syscall.h  d       #define SYS__newselect 142
 SYS__sysctl    bits/syscall.h  d       #define SYS__sysctl 149
@@ -887,12 +841,16 @@ 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 0x80045432
 TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
-TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL 0x80045440
 TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
 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 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
 TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
@@ -911,7 +869,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
@@ -942,15 +899,16 @@ TIOCSERSETMULTI   bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
 TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
 TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
-TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
+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 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 UINT32_MAX
 UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
@@ -975,6 +933,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 int
 _IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
index e14dfd9..bb6da6c 100644 (file)
@@ -29,7 +29,6 @@ B600  bits/termios.h  d       #define B600 0000010
 B75    bits/termios.h  d       #define B75 0000002
 B921600        bits/termios.h  d       #define B921600 0010007
 B9600  bits/termios.h  d       #define B9600 0000015
-BOTHER bits/termios.h  d       #define BOTHER 0010000
 BRKINT bits/termios.h  d       #define BRKINT 0000002
 BS0    bits/termios.h  d       #define BS0 0000000
 BS1    bits/termios.h  d       #define BS1 0020000
@@ -282,7 +281,6 @@ F_SETOWN    bits/fcntl.h    d       #define F_SETOWN 24
 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
-IBSHIFT        bits/termios.h  d       #define IBSHIFT 16
 ICANON bits/termios.h  d       #define ICANON 0000002
 ICRNL  bits/termios.h  d       #define ICRNL 0000400
 IEXTEN bits/termios.h  d       #define IEXTEN 0000400
@@ -320,45 +318,17 @@ LDBL_TRUE_MIN     bits/float.h    d       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
 LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
 LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
 LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
-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_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 0x800
-MAP_ANONYMOUS  bits/mman.h     d       #define MAP_ANONYMOUS MAP_ANON
 MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x2000
 MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x4000
-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 0x1000
 MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x80000
 MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x8000
 MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x20000
 MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x0400
 MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x10000
-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 0x40000
-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 2048
-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
@@ -412,17 +382,6 @@ PARODD     bits/termios.h  d       #define PARODD 0001000
 PENDIN bits/termios.h  d       #define PENDIN 0040000
 POLLWRBAND     bits/poll.h     d       #define POLLWRBAND 0x100
 POLLWRNORM     bits/poll.h     d       #define POLLWRNORM POLLOUT
-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 INT32_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
 RLIMIT_AS      bits/resource.h d       #define RLIMIT_AS 6
@@ -527,6 +486,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
@@ -600,6 +560,7 @@ SYS_clock_settime   bits/syscall.h  d       #define SYS_clock_settime 4262
 SYS_clone      bits/syscall.h  d       #define SYS_clone 4120
 SYS_close      bits/syscall.h  d       #define SYS_close 4006
 SYS_connect    bits/syscall.h  d       #define SYS_connect 4170
+SYS_copy_file_range    bits/syscall.h  d       #define SYS_copy_file_range 4360
 SYS_creat      bits/syscall.h  d       #define SYS_creat 4008
 SYS_create_module      bits/syscall.h  d       #define SYS_create_module 4127
 SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 4129
@@ -764,6 +725,7 @@ SYS_ppoll   bits/syscall.h  d       #define SYS_ppoll 4302
 SYS_prctl      bits/syscall.h  d       #define SYS_prctl 4192
 SYS_pread      bits/syscall.h  d       #define SYS_pread 4200
 SYS_preadv     bits/syscall.h  d       #define SYS_preadv 4330
+SYS_preadv2    bits/syscall.h  d       #define SYS_preadv2 4361
 SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 4338
 SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 4345
 SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 4346
@@ -774,6 +736,7 @@ SYS_ptrace  bits/syscall.h  d       #define SYS_ptrace 4026
 SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg 4209
 SYS_pwrite     bits/syscall.h  d       #define SYS_pwrite 4201
 SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 4331
+SYS_pwritev2   bits/syscall.h  d       #define SYS_pwritev2 4362
 SYS_query_module       bits/syscall.h  d       #define SYS_query_module 4187
 SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 4131
 SYS_read       bits/syscall.h  d       #define SYS_read 4003
@@ -936,7 +899,6 @@ TABDLY      bits/termios.h  d       #define TABDLY 0014000
 TCFLSH bits/ioctl.h    d       #define TCFLSH 0x5407
 TCGETA bits/ioctl.h    d       #define TCGETA 0x5401
 TCGETS bits/ioctl.h    d       #define TCGETS 0x540D
-TCGETX bits/ioctl.h    d       #define TCGETX 0x5432 // RICH: Not sure about these.
 TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
 TCIOFF bits/termios.h  d       #define TCIOFF 2
 TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
@@ -944,9 +906,9 @@ TCION       bits/termios.h  d       #define TCION 3
 TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
 TCOOFF bits/termios.h  d       #define TCOOFF 0
 TCOON  bits/termios.h  d       #define TCOON 1
-TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 1
-TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 2
-TCSANOW        bits/termios.h  d       #define TCSANOW 0
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 0x540f
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 0x5410
+TCSANOW        bits/termios.h  d       #define TCSANOW 0x540e
 TCSBRK bits/ioctl.h    d       #define TCSBRK 0x5405
 TCSBRKP        bits/ioctl.h    d       #define TCSBRKP 0x5486
 TCSETA bits/ioctl.h    d       #define TCSETA 0x5402
@@ -955,21 +917,22 @@ TCSETAW   bits/ioctl.h    d       #define TCSETAW 0x5403
 TCSETS bits/ioctl.h    d       #define TCSETS 0x540E
 TCSETSF        bits/ioctl.h    d       #define TCSETSF 0x5410
 TCSETSW        bits/ioctl.h    d       #define TCSETSW 0x540F
-TCSETX bits/ioctl.h    d       #define TCSETX 0x5433 // RICH: Not sure about these.
-TCSETXF        bits/ioctl.h    d       #define TCSETXF 0x5434 // RICH: Not sure about these.
-TCSETXW        bits/ioctl.h    d       #define TCSETXW 0x5435 // RICH: Not sure about these.
 TCXONC bits/ioctl.h    d       #define TCXONC 0x5406
 TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
 TIOCCONS       bits/ioctl.h    d       #define TIOCCONS _IOW('t', 120, int)
 TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL 0x740D
+TIOCGDEV       bits/ioctl.h    d       #define TIOCGDEV _IOR('T', 0x32, unsigned int)
 TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x7400
 TIOCGETP       bits/ioctl.h    d       #define TIOCGETP 0x7408
-TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x5493
+TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL _IOR('T', 0x40, int)
 TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x5492
 TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x548B
 TIOCGLTC       bits/ioctl.h    d       #define TIOCGLTC 0x7474
 TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP _IOR('t', 119, int)
+TIOCGPKT       bits/ioctl.h    d       #define TIOCGPKT _IOR('T', 0x38, int)
+TIOCGPTLCK     bits/ioctl.h    d       #define TIOCGPTLCK _IOR('T', 0x39, int)
 TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN _IOR('T', 0x30, unsigned int)
+TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 _IOR('T', 0x2E, char[32])
 TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x5484
 TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x7416
 TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5481
@@ -980,22 +943,21 @@ TIOCMBIC  bits/ioctl.h    d       #define TIOCMBIC 0x741C
 TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS 0x741B
 TIOCMGET       bits/ioctl.h    d       #define TIOCMGET 0x741D
 TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT 0x5491
-TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x741D
-TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x040
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x741A
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x100
 TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
-TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x020
-TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x100
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x040
+TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x400
 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
-TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x080
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x200
 TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
-TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x010
-TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x008
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x020
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x010
 TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY 0x5471
 TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x740E
 TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x7472
@@ -1022,16 +984,17 @@ TIOCSER_TEMT     bits/termios.h  d       #define TIOCSER_TEMT 1
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x7401
 TIOCSETN       bits/ioctl.h    d       #define TIOCSETN 0x740A
 TIOCSETP       bits/ioctl.h    d       #define TIOCSETP 0x7409
-TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x5494
+TIOCSIG        bits/ioctl.h    d       #define TIOCSIG _IOW('T', 0x36, int)
 TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x548C
 TIOCSLTC       bits/ioctl.h    d       #define TIOCSLTC 0x7475
 TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP _IOW('t', 118, int)
 TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK _IOW('T', 0x31, int)
+TIOCSRS485     bits/ioctl.h    d       #define TIOCSRS485 _IOWR('T', 0x2F, char[32])
 TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x5485
 TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x5482
 TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5472
 TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ _IOW('t', 103, struct winsize)
-TIOCTTYGSTRUCT bits/ioctl.h    d       #define TIOCTTYGSTRUCT 0x5426 // RICH: Not sure about these.
+TIOCVHANGUP    bits/ioctl.h    d       #define TIOCVHANGUP 0x5437
 TOSTOP bits/termios.h  d       #define TOSTOP 0100000
 UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT32_MAX
 UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
@@ -1177,6 +1140,7 @@ __NR_clock_settime        bits/syscall.h  d       #define __NR_clock_settime 4262
 __NR_clone     bits/syscall.h  d       #define __NR_clone 4120
 __NR_close     bits/syscall.h  d       #define __NR_close 4006
 __NR_connect   bits/syscall.h  d       #define __NR_connect 4170
+__NR_copy_file_range   bits/syscall.h  d       #define __NR_copy_file_range 4360
 __NR_creat     bits/syscall.h  d       #define __NR_creat 4008
 __NR_create_module     bits/syscall.h  d       #define __NR_create_module 4127
 __NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 4129
@@ -1341,6 +1305,7 @@ __NR_ppoll        bits/syscall.h  d       #define __NR_ppoll 4302
 __NR_prctl     bits/syscall.h  d       #define __NR_prctl 4192
 __NR_pread     bits/syscall.h  d       #define __NR_pread 4200
 __NR_preadv    bits/syscall.h  d       #define __NR_preadv 4330
+__NR_preadv2   bits/syscall.h  d       #define __NR_preadv2 4361
 __NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 4338
 __NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 4345
 __NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 4346
@@ -1351,6 +1316,7 @@ __NR_ptrace       bits/syscall.h  d       #define __NR_ptrace 4026
 __NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg 4209
 __NR_pwrite    bits/syscall.h  d       #define __NR_pwrite 4201
 __NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 4331
+__NR_pwritev2  bits/syscall.h  d       #define __NR_pwritev2 4362
 __NR_query_module      bits/syscall.h  d       #define __NR_query_module 4187
 __NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 4131
 __NR_read      bits/syscall.h  d       #define __NR_read 4003
index c688b5c..faa8ebf 100644 (file)
-B0     bits/termios.h  d       77      #define B0 0000000
-B1000000       bits/termios.h  d       104     #define B1000000 0010010
-B110   bits/termios.h  d       80      #define B110 0000003
-B115200        bits/termios.h  d       98      #define B115200 0010002
-B1152000       bits/termios.h  d       105     #define B1152000 0010011
-B1200  bits/termios.h  d       86      #define B1200 0000011
-B134   bits/termios.h  d       81      #define B134 0000004
-B150   bits/termios.h  d       82      #define B150 0000005
-B1500000       bits/termios.h  d       106     #define B1500000 0010012
-B1800  bits/termios.h  d       87      #define B1800 0000012
-B19200 bits/termios.h  d       91      #define B19200 0000016
-B200   bits/termios.h  d       83      #define B200 0000006
-B2000000       bits/termios.h  d       107     #define B2000000 0010013
-B230400        bits/termios.h  d       99      #define B230400 0010003
-B2400  bits/termios.h  d       88      #define B2400 0000013
-B2500000       bits/termios.h  d       108     #define B2500000 0010014
-B300   bits/termios.h  d       84      #define B300 0000007
-B3000000       bits/termios.h  d       109     #define B3000000 0010015
-B3500000       bits/termios.h  d       110     #define B3500000 0010016
-B38400 bits/termios.h  d       92      #define B38400 0000017
-B4000000       bits/termios.h  d       111     #define B4000000 0010017
-B460800        bits/termios.h  d       100     #define B460800 0010004
-B4800  bits/termios.h  d       89      #define B4800 0000014
-B50    bits/termios.h  d       78      #define B50 0000001
-B500000        bits/termios.h  d       101     #define B500000 0010005
-B57600 bits/termios.h  d       97      #define B57600 0010001
-B576000        bits/termios.h  d       102     #define B576000 0010006
-B600   bits/termios.h  d       85      #define B600 0000010
-B75    bits/termios.h  d       79      #define B75 0000002
-B921600        bits/termios.h  d       103     #define B921600 0010007
-B9600  bits/termios.h  d       90      #define B9600 0000015
-BOTHER bits/termios.h  d       96      #define BOTHER 0010000
-BRKINT bits/termios.h  d       30      #define BRKINT 0000002
-BS0    bits/termios.h  d       67      #define BS0 0000000
-BS1    bits/termios.h  d       68      #define BS1 0020000
-BSDLY  bits/termios.h  d       66      #define BSDLY 0020000
-CBAUD  bits/termios.h  d       113     #define CBAUD 0010017
-CBAUDEX        bits/termios.h  d       158     #define CBAUDEX 0010000
-CIBAUD bits/termios.h  d       159     #define CIBAUD 002003600000
-CLOCAL bits/termios.h  d       125     #define CLOCAL 0004000
-CMSPAR bits/termios.h  d       161     #define CMSPAR 010000000000
-CR0    bits/termios.h  d       57      #define CR0 0000000
-CR1    bits/termios.h  d       58      #define CR1 0001000
-CR2    bits/termios.h  d       59      #define CR2 0002000
-CR3    bits/termios.h  d       60      #define CR3 0003000
-CRDLY  bits/termios.h  d       56      #define CRDLY 0003000
-CREAD  bits/termios.h  d       121     #define CREAD 0000200
-CRTSCTS        bits/termios.h  d       162     #define CRTSCTS 020000000000
-CS5    bits/termios.h  d       116     #define CS5 0000000
-CS6    bits/termios.h  d       117     #define CS6 0000020
-CS7    bits/termios.h  d       118     #define CS7 0000040
-CS8    bits/termios.h  d       119     #define CS8 0000060
-CSIZE  bits/termios.h  d       115     #define CSIZE 0000060
-CSTOPB bits/termios.h  d       120     #define CSTOPB 0000100
-DECIMAL_DIG    bits/float.h    d       16      #define DECIMAL_DIG 36
-E2BIG  bits/errno.h    d       7       #define E2BIG 7
-EACCES bits/errno.h    d       13      #define EACCES 13
-EADDRINUSE     bits/errno.h    d       98      #define EADDRINUSE 125
-EADDRNOTAVAIL  bits/errno.h    d       99      #define EADDRNOTAVAIL 126
-EADV   bits/errno.h    d       63      #define EADV 68
-EAFNOSUPPORT   bits/errno.h    d       97      #define EAFNOSUPPORT 124
-EAGAIN bits/errno.h    d       11      #define EAGAIN 11
-EALREADY       bits/errno.h    d       120     #define EALREADY 149
-EBADE  bits/errno.h    d       47      #define EBADE 50
-EBADF  bits/errno.h    d       9       #define EBADF 9
-EBADFD bits/errno.h    d       73      #define EBADFD 81
-EBADMSG        bits/errno.h    d       69      #define EBADMSG 77
-EBADR  bits/errno.h    d       48      #define EBADR 51
-EBADRQC        bits/errno.h    d       51      #define EBADRQC 54
-EBADSLT        bits/errno.h    d       52      #define EBADSLT 55
-EBFONT bits/errno.h    d       54      #define EBFONT 59
-EBUSY  bits/errno.h    d       16      #define EBUSY 16
-ECANCELED      bits/errno.h    d       123     #define ECANCELED 158
-ECHILD bits/errno.h    d       10      #define ECHILD 10
-ECHO   bits/termios.h  d       130     #define ECHO 0000010
-ECHOCTL        bits/termios.h  d       136     #define ECHOCTL 0001000
-ECHOE  bits/termios.h  d       131     #define ECHOE 0000020
-ECHOK  bits/termios.h  d       132     #define ECHOK 0000040
-ECHOKE bits/termios.h  d       138     #define ECHOKE 0004000
-ECHONL bits/termios.h  d       133     #define ECHONL 0000100
-ECHOPRT        bits/termios.h  d       137     #define ECHOPRT 0002000
-ECHRNG bits/errno.h    d       37      #define ECHRNG 37
-ECOMM  bits/errno.h    d       65      #define ECOMM 70
-ECONNABORTED   bits/errno.h    d       103     #define ECONNABORTED 130
-ECONNREFUSED   bits/errno.h    d       116     #define ECONNREFUSED 146
-ECONNRESET     bits/errno.h    d       104     #define ECONNRESET 131
-EDEADLK        bits/errno.h    d       45      #define EDEADLK 45
-EDEADLOCK      bits/errno.h    d       53      #define EDEADLOCK 56
-EDESTADDRREQ   bits/errno.h    d       88      #define EDESTADDRREQ 96
-EDOM   bits/errno.h    d       33      #define EDOM 33
-EDOTDOT        bits/errno.h    d       67      #define EDOTDOT 73
-EDQUOT bits/errno.h    d       134     #define EDQUOT 1133
-EEXIST bits/errno.h    d       17      #define EEXIST 17
-EFAULT bits/errno.h    d       14      #define EFAULT 14
-EFBIG  bits/errno.h    d       27      #define EFBIG 27
-EF_CP0_BADVADDR        bits/reg.h      d       42      #define EF_CP0_BADVADDR 35
-EF_CP0_CAUSE   bits/reg.h      d       44      #define EF_CP0_CAUSE 37
-EF_CP0_EPC     bits/reg.h      d       41      #define EF_CP0_EPC 34
-EF_CP0_STATUS  bits/reg.h      d       43      #define EF_CP0_STATUS 36
-EF_HI  bits/reg.h      d       39      #define EF_HI 33
-EF_LO  bits/reg.h      d       38      #define EF_LO 32
-EF_R0  bits/reg.h      d       4       #define EF_R0 0
-EF_R1  bits/reg.h      d       5       #define EF_R1 1
-EF_R10 bits/reg.h      d       14      #define EF_R10 10
-EF_R11 bits/reg.h      d       15      #define EF_R11 11
-EF_R12 bits/reg.h      d       16      #define EF_R12 12
-EF_R13 bits/reg.h      d       17      #define EF_R13 13
-EF_R14 bits/reg.h      d       18      #define EF_R14 14
-EF_R15 bits/reg.h      d       19      #define EF_R15 15
-EF_R16 bits/reg.h      d       20      #define EF_R16 16
-EF_R17 bits/reg.h      d       21      #define EF_R17 17
-EF_R18 bits/reg.h      d       22      #define EF_R18 18
-EF_R19 bits/reg.h      d       23      #define EF_R19 19
-EF_R2  bits/reg.h      d       6       #define EF_R2 2
-EF_R20 bits/reg.h      d       24      #define EF_R20 20
-EF_R21 bits/reg.h      d       25      #define EF_R21 21
-EF_R22 bits/reg.h      d       26      #define EF_R22 22
-EF_R23 bits/reg.h      d       27      #define EF_R23 23
-EF_R24 bits/reg.h      d       28      #define EF_R24 24
-EF_R25 bits/reg.h      d       29      #define EF_R25 25
-EF_R26 bits/reg.h      d       31      #define EF_R26 26
-EF_R27 bits/reg.h      d       32      #define EF_R27 27
-EF_R28 bits/reg.h      d       33      #define EF_R28 28
-EF_R29 bits/reg.h      d       34      #define EF_R29 29
-EF_R3  bits/reg.h      d       7       #define EF_R3 3
-EF_R30 bits/reg.h      d       35      #define EF_R30 30
-EF_R31 bits/reg.h      d       36      #define EF_R31 31
-EF_R4  bits/reg.h      d       8       #define EF_R4 4
-EF_R5  bits/reg.h      d       9       #define EF_R5 5
-EF_R6  bits/reg.h      d       10      #define EF_R6 6
-EF_R7  bits/reg.h      d       11      #define EF_R7 7
-EF_R8  bits/reg.h      d       12      #define EF_R8 8
-EF_R9  bits/reg.h      d       13      #define EF_R9 9
-EF_SIZE        bits/reg.h      d       47      #define EF_SIZE 304
-EF_UNUSED0     bits/reg.h      d       45      #define EF_UNUSED0 38
-EHOSTDOWN      bits/errno.h    d       117     #define EHOSTDOWN 147
-EHOSTUNREACH   bits/errno.h    d       118     #define EHOSTUNREACH 148
-EHWPOISON      bits/errno.h    d       133     #define EHWPOISON 168
-EIDRM  bits/errno.h    d       36      #define EIDRM 36
-EILSEQ bits/errno.h    d       80      #define EILSEQ 88
-EINPROGRESS    bits/errno.h    d       121     #define EINPROGRESS 150
-EINTR  bits/errno.h    d       4       #define EINTR 4
-EINVAL bits/errno.h    d       22      #define EINVAL 22
-EIO    bits/errno.h    d       5       #define EIO 5
-EISCONN        bits/errno.h    d       106     #define EISCONN 133
-EISDIR bits/errno.h    d       21      #define EISDIR 21
-EISNAM bits/errno.h    d       111     #define EISNAM 139
-EKEYEXPIRED    bits/errno.h    d       127     #define EKEYEXPIRED 162
-EKEYREJECTED   bits/errno.h    d       129     #define EKEYREJECTED 164
-EKEYREVOKED    bits/errno.h    d       128     #define EKEYREVOKED 163
-EL2HLT bits/errno.h    d       44      #define EL2HLT 44
-EL2NSYNC       bits/errno.h    d       38      #define EL2NSYNC 38
-EL3HLT bits/errno.h    d       39      #define EL3HLT 39
-EL3RST bits/errno.h    d       40      #define EL3RST 40
-ELF_NFPREG     bits/user.h     d       12      #define ELF_NFPREG 33
-ELF_NGREG      bits/user.h     d       11      #define ELF_NGREG 45
-ELIBACC        bits/errno.h    d       75      #define ELIBACC 83
-ELIBBAD        bits/errno.h    d       76      #define ELIBBAD 84
-ELIBEXEC       bits/errno.h    d       79      #define ELIBEXEC 87
-ELIBMAX        bits/errno.h    d       78      #define ELIBMAX 86
-ELIBSCN        bits/errno.h    d       77      #define ELIBSCN 85
-ELNRNG bits/errno.h    d       41      #define ELNRNG 41
-ELOOP  bits/errno.h    d       82      #define ELOOP 90
-EMEDIUMTYPE    bits/errno.h    d       125     #define EMEDIUMTYPE 160
-EMFILE bits/errno.h    d       24      #define EMFILE 24
-EMLINK bits/errno.h    d       31      #define EMLINK 31
-EMSGSIZE       bits/errno.h    d       89      #define EMSGSIZE 97
-EMULTIHOP      bits/errno.h    d       68      #define EMULTIHOP 74
-ENAMETOOLONG   bits/errno.h    d       70      #define ENAMETOOLONG 78
-ENAVAIL        bits/errno.h    d       110     #define ENAVAIL 138
-ENETDOWN       bits/errno.h    d       100     #define ENETDOWN 127
-ENETRESET      bits/errno.h    d       102     #define ENETRESET 129
-ENETUNREACH    bits/errno.h    d       101     #define ENETUNREACH 128
-ENFILE bits/errno.h    d       23      #define ENFILE 23
-ENOANO bits/errno.h    d       50      #define ENOANO 53
-ENOBUFS        bits/errno.h    d       105     #define ENOBUFS 132
-ENOCSI bits/errno.h    d       43      #define ENOCSI 43
-ENODATA        bits/errno.h    d       56      #define ENODATA 61
-ENODEV bits/errno.h    d       19      #define ENODEV 19
-ENOENT bits/errno.h    d       2       #define ENOENT 2
-ENOEXEC        bits/errno.h    d       8       #define ENOEXEC 8
-ENOKEY bits/errno.h    d       126     #define ENOKEY 161
-ENOLCK bits/errno.h    d       46      #define ENOLCK 46
-ENOLINK        bits/errno.h    d       62      #define ENOLINK 67
-ENOMEDIUM      bits/errno.h    d       124     #define ENOMEDIUM 159
-ENOMEM bits/errno.h    d       12      #define ENOMEM 12
-ENOMSG bits/errno.h    d       35      #define ENOMSG 35
-ENONET bits/errno.h    d       59      #define ENONET 64
-ENOPKG bits/errno.h    d       60      #define ENOPKG 65
-ENOPROTOOPT    bits/errno.h    d       91      #define ENOPROTOOPT 99
-ENOSPC bits/errno.h    d       28      #define ENOSPC 28
-ENOSR  bits/errno.h    d       58      #define ENOSR 63
-ENOSTR bits/errno.h    d       55      #define ENOSTR 60
-ENOSYS bits/errno.h    d       81      #define ENOSYS 89
-ENOTBLK        bits/errno.h    d       15      #define ENOTBLK 15
-ENOTCONN       bits/errno.h    d       107     #define ENOTCONN 134
-ENOTDIR        bits/errno.h    d       20      #define ENOTDIR 20
-ENOTEMPTY      bits/errno.h    d       85      #define ENOTEMPTY 93
-ENOTNAM        bits/errno.h    d       109     #define ENOTNAM 137
-ENOTRECOVERABLE        bits/errno.h    d       131     #define ENOTRECOVERABLE 166
-ENOTSOCK       bits/errno.h    d       87      #define ENOTSOCK 95
-ENOTSUP        bits/errno.h    d       95      #define ENOTSUP EOPNOTSUPP
-ENOTTY bits/errno.h    d       25      #define ENOTTY 25
-ENOTUNIQ       bits/errno.h    d       72      #define ENOTUNIQ 80
-ENXIO  bits/errno.h    d       6       #define ENXIO 6
-EOPNOTSUPP     bits/errno.h    d       94      #define EOPNOTSUPP 122
-EOVERFLOW      bits/errno.h    d       71      #define EOVERFLOW 79
-EOWNERDEAD     bits/errno.h    d       130     #define EOWNERDEAD 165
-EPERM  bits/errno.h    d       1       #define EPERM 1
-EPFNOSUPPORT   bits/errno.h    d       96      #define EPFNOSUPPORT 123
-EPIPE  bits/errno.h    d       32      #define EPIPE 32
-EPROTO bits/errno.h    d       66      #define EPROTO 71
-EPROTONOSUPPORT        bits/errno.h    d       92      #define EPROTONOSUPPORT 120
-EPROTOTYPE     bits/errno.h    d       90      #define EPROTOTYPE 98
-ERANGE bits/errno.h    d       34      #define ERANGE 34
-EREMCHG        bits/errno.h    d       74      #define EREMCHG 82
-EREMOTE        bits/errno.h    d       61      #define EREMOTE 66
-EREMOTEIO      bits/errno.h    d       112     #define EREMOTEIO 140
-ERESTART       bits/errno.h    d       83      #define ERESTART 91
-ERFKILL        bits/errno.h    d       132     #define ERFKILL 167
-EROFS  bits/errno.h    d       30      #define EROFS 30
-ESHUTDOWN      bits/errno.h    d       113     #define ESHUTDOWN 143
-ESOCKTNOSUPPORT        bits/errno.h    d       93      #define ESOCKTNOSUPPORT 121
-ESPIPE bits/errno.h    d       29      #define ESPIPE 29
-ESRCH  bits/errno.h    d       3       #define ESRCH 3
-ESRMNT bits/errno.h    d       64      #define ESRMNT 69
-ESTALE bits/errno.h    d       122     #define ESTALE 151
-ESTRPIPE       bits/errno.h    d       84      #define ESTRPIPE 92
-ETIME  bits/errno.h    d       57      #define ETIME 62
-ETIMEDOUT      bits/errno.h    d       115     #define ETIMEDOUT 145
-ETOOMANYREFS   bits/errno.h    d       114     #define ETOOMANYREFS 144
-ETXTBSY        bits/errno.h    d       26      #define ETXTBSY 26
-EUCLEAN        bits/errno.h    d       108     #define EUCLEAN 135
-EUNATCH        bits/errno.h    d       42      #define EUNATCH 42
-EUSERS bits/errno.h    d       86      #define EUSERS 94
-EWOULDBLOCK    bits/errno.h    d       119     #define EWOULDBLOCK EAGAIN
-EXDEV  bits/errno.h    d       18      #define EXDEV 18
-EXFULL bits/errno.h    d       49      #define EXFULL 52
-EXTA   bits/termios.h  d       93      #define EXTA 0000016
-EXTB   bits/termios.h  d       94      #define EXTB 0000017
-EXTPROC        bits/termios.h  d       163     #define EXTPROC 0200000
-FE_ALL_EXCEPT  bits/fenv.h     d       11      #define FE_ALL_EXCEPT 124
-FE_ALL_EXCEPT  bits/fenv.h     d       2       #define FE_ALL_EXCEPT 0
-FE_DFL_ENV     bits/fenv.h     d       25      #define FE_DFL_ENV ((const fenv_t *) -1)
-FE_DIVBYZERO   bits/fenv.h     d       8       #define FE_DIVBYZERO 32
-FE_DOWNWARD    bits/fenv.h     d       16      #define FE_DOWNWARD 3
-FE_INEXACT     bits/fenv.h     d       5       #define FE_INEXACT 4
-FE_INVALID     bits/fenv.h     d       9       #define FE_INVALID 64
-FE_OVERFLOW    bits/fenv.h     d       7       #define FE_OVERFLOW 16
-FE_TONEAREST   bits/fenv.h     d       13      #define FE_TONEAREST 0
-FE_TONEAREST   bits/fenv.h     d       3       #define FE_TONEAREST 0
-FE_TOWARDZERO  bits/fenv.h     d       14      #define FE_TOWARDZERO 1
-FE_UNDERFLOW   bits/fenv.h     d       6       #define FE_UNDERFLOW 8
-FE_UPWARD      bits/fenv.h     d       15      #define FE_UPWARD 2
-FF0    bits/termios.h  d       70      #define FF0 0000000
-FF1    bits/termios.h  d       71      #define FF1 0100000
-FFDLY  bits/termios.h  d       69      #define FFDLY 0100000
-FILE   bits/alltypes.h T       349     typedef struct _IO_FILE FILE;
-FIOASYNC       bits/ioctl.h    d       41      #define FIOASYNC 0x667D
-FIOCLEX        bits/ioctl.h    d       39      #define FIOCLEX 0x6601
-FIOGETOWN      bits/ioctl.h    d       145     #define FIOGETOWN 0x8903
-FIONBIO        bits/ioctl.h    d       42      #define FIONBIO 0x667E
-FIONCLEX       bits/ioctl.h    d       40      #define FIONCLEX 0x6602
-FIONREAD       bits/ioctl.h    d       51      #define FIONREAD 0x467F
-FIOQSIZE       bits/ioctl.h    d       43      #define FIOQSIZE 0x667F
-FIOSETOWN      bits/ioctl.h    d       143     #define FIOSETOWN 0x8901
-FLT_EVAL_METHOD        bits/float.h    d       1       #define FLT_EVAL_METHOD 0
-FLUSHO bits/termios.h  d       139     #define FLUSHO 0020000
-F_DUPFD        bits/fcntl.h    d       22      #define F_DUPFD 0
-F_GETFD        bits/fcntl.h    d       23      #define F_GETFD 1
-F_GETFL        bits/fcntl.h    d       25      #define F_GETFL 3
-F_GETLK        bits/fcntl.h    d       33      #define F_GETLK 14
-F_GETOWN       bits/fcntl.h    d       29      #define F_GETOWN 23
-F_GETOWNER_UIDS        bits/fcntl.h    d       40      #define F_GETOWNER_UIDS 17
-F_GETOWN_EX    bits/fcntl.h    d       38      #define F_GETOWN_EX 16
-F_GETSIG       bits/fcntl.h    d       31      #define F_GETSIG 11
-F_SETFD        bits/fcntl.h    d       24      #define F_SETFD 2
-F_SETFL        bits/fcntl.h    d       26      #define F_SETFL 4
-F_SETLK        bits/fcntl.h    d       34      #define F_SETLK 6
-F_SETLKW       bits/fcntl.h    d       35      #define F_SETLKW 7
-F_SETOWN       bits/fcntl.h    d       28      #define F_SETOWN 24
-F_SETOWN_EX    bits/fcntl.h    d       37      #define F_SETOWN_EX 15
-F_SETSIG       bits/fcntl.h    d       30      #define F_SETSIG 10
-HUPCL  bits/termios.h  d       124     #define HUPCL 0002000
-IBSHIFT        bits/termios.h  d       160     #define IBSHIFT 16
-ICANON bits/termios.h  d       128     #define ICANON 0000002
-ICRNL  bits/termios.h  d       37      #define ICRNL 0000400
-IEXTEN bits/termios.h  d       135     #define IEXTEN 0000400
-IGNBRK bits/termios.h  d       29      #define IGNBRK 0000001
-IGNCR  bits/termios.h  d       36      #define IGNCR 0000200
-IGNPAR bits/termios.h  d       31      #define IGNPAR 0000004
-IMAXBEL        bits/termios.h  d       42      #define IMAXBEL 0020000
-INLCR  bits/termios.h  d       35      #define INLCR 0000100
-INPCK  bits/termios.h  d       33      #define INPCK 0000020
-INTPTR_MAX     bits/stdint.h   d       16      #define INTPTR_MAX INT64_MAX
-INTPTR_MIN     bits/stdint.h   d       15      #define INTPTR_MIN INT64_MIN
-INT_FAST16_MAX bits/stdint.h   d       9       #define INT_FAST16_MAX INT32_MAX
-INT_FAST16_MIN bits/stdint.h   d       6       #define INT_FAST16_MIN INT32_MIN
-INT_FAST32_MAX bits/stdint.h   d       10      #define INT_FAST32_MAX INT32_MAX
-INT_FAST32_MIN bits/stdint.h   d       7       #define INT_FAST32_MIN INT32_MIN
-IPC_64 bits/ipc.h      d       14      #define IPC_64 0x100
-ISIG   bits/termios.h  d       127     #define ISIG 0000001
-ISTRIP bits/termios.h  d       34      #define ISTRIP 0000040
-ITOSTOP        bits/termios.h  d       142     #define ITOSTOP 0100000
-IUCLC  bits/termios.h  d       38      #define IUCLC 0001000
-IUTF8  bits/termios.h  d       43      #define IUTF8 0040000
-IXANY  bits/termios.h  d       40      #define IXANY 0004000
-IXOFF  bits/termios.h  d       41      #define IXOFF 0010000
-IXON   bits/termios.h  d       39      #define IXON 0002000
-LDBL_DIG       bits/float.h    d       12      #define LDBL_DIG 33
-LDBL_EPSILON   bits/float.h    d       6       #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L
-LDBL_MANT_DIG  bits/float.h    d       8       #define LDBL_MANT_DIG 113
-LDBL_MAX       bits/float.h    d       5       #define LDBL_MAX 1.18973149535723176508575932662800702e+4932L
-LDBL_MAX_10_EXP        bits/float.h    d       14      #define LDBL_MAX_10_EXP 4932
-LDBL_MAX_EXP   bits/float.h    d       10      #define LDBL_MAX_EXP 16384
-LDBL_MIN       bits/float.h    d       4       #define LDBL_MIN 3.36210314311209350626267781732175260e-4932L
-LDBL_MIN_10_EXP        bits/float.h    d       13      #define LDBL_MIN_10_EXP (-4931)
-LDBL_MIN_EXP   bits/float.h    d       9       #define LDBL_MIN_EXP (-16381)
-LDBL_TRUE_MIN  bits/float.h    d       3       #define LDBL_TRUE_MIN 6.47517511943802511092443895822764655e-4966L
-LLONG_MAX      bits/limits.h   d       7       #define LLONG_MAX 0x7fffffffffffffffLL
-LONG_BIT       bits/limits.h   d       3       #define LONG_BIT 64
-LONG_MAX       bits/limits.h   d       6       #define LONG_MAX 0x7fffffffffffffffL
-MAP_ANON       bits/mman.h     d       2       #define MAP_ANON 0x800
-MAP_DENYWRITE  bits/mman.h     d       8       #define MAP_DENYWRITE 0x2000
-MAP_EXECUTABLE bits/mman.h     d       10      #define MAP_EXECUTABLE 0x4000
-MAP_GROWSDOWN  bits/mman.h     d       6       #define MAP_GROWSDOWN 0x1000
-MAP_HUGETLB    bits/mman.h     d       20      #define MAP_HUGETLB 0x80000
-MAP_LOCKED     bits/mman.h     d       12      #define MAP_LOCKED 0x8000
-MAP_NONBLOCK   bits/mman.h     d       16      #define MAP_NONBLOCK 0x20000
-MAP_NORESERVE  bits/mman.h     d       4       #define MAP_NORESERVE 0x0400
-MAP_POPULATE   bits/mman.h     d       14      #define MAP_POPULATE 0x10000
-MAP_STACK      bits/mman.h     d       18      #define MAP_STACK 0x40000
-MINSIGSTKSZ    bits/signal.h   d       5       #define MINSIGSTKSZ 2048
-NL0    bits/termios.h  d       54      #define NL0 0000000
-NL1    bits/termios.h  d       55      #define NL1 0000400
-NLDLY  bits/termios.h  d       53      #define NLDLY 0000400
-NOFLSH bits/termios.h  d       134     #define NOFLSH 0000200
-N_6PACK        bits/ioctl.h    d       133     #define N_6PACK 7
-N_AX25 bits/ioctl.h    d       131     #define N_AX25 5
-N_HCI  bits/ioctl.h    d       141     #define N_HCI 15
-N_HDLC bits/ioctl.h    d       139     #define N_HDLC 13
-N_IRDA bits/ioctl.h    d       137     #define N_IRDA 11
-N_MASC bits/ioctl.h    d       134     #define N_MASC 8
-N_MOUSE        bits/ioctl.h    d       128     #define N_MOUSE 2
-N_PPP  bits/ioctl.h    d       129     #define N_PPP 3
-N_PROFIBUS_FDL bits/ioctl.h    d       136     #define N_PROFIBUS_FDL 10
-N_R3964        bits/ioctl.h    d       135     #define N_R3964 9
-N_SLIP bits/ioctl.h    d       127     #define N_SLIP 1
-N_SMSBLOCK     bits/ioctl.h    d       138     #define N_SMSBLOCK 12
-N_STRIP        bits/ioctl.h    d       130     #define N_STRIP 4
-N_SYNC_PPP     bits/ioctl.h    d       140     #define N_SYNC_PPP 14
-N_TTY  bits/ioctl.h    d       126     #define N_TTY 0
-N_X25  bits/ioctl.h    d       132     #define N_X25 6
-OCRNL  bits/termios.h  d       48      #define OCRNL 0000010
-OFDEL  bits/termios.h  d       52      #define OFDEL 0000200
-OFILL  bits/termios.h  d       51      #define OFILL 0000100
-OLCUC  bits/termios.h  d       46      #define OLCUC 0000002
-ONLCR  bits/termios.h  d       47      #define ONLCR 0000004
-ONLRET bits/termios.h  d       50      #define ONLRET 0000040
-ONOCR  bits/termios.h  d       49      #define ONOCR 0000020
-OPOST  bits/termios.h  d       45      #define OPOST 0000001
-O_APPEND       bits/fcntl.h    d       5       #define O_APPEND 0010
-O_ASYNC        bits/fcntl.h    d       14      #define O_ASYNC 010000
-O_CLOEXEC      bits/fcntl.h    d       12      #define O_CLOEXEC 02000000
-O_CREAT        bits/fcntl.h    d       1       #define O_CREAT 0400
-O_DIRECT       bits/fcntl.h    d       15      #define O_DIRECT 0100000
-O_DIRECTORY    bits/fcntl.h    d       10      #define O_DIRECTORY 0200000
-O_DSYNC        bits/fcntl.h    d       7       #define O_DSYNC 0020
-O_EXCL bits/fcntl.h    d       2       #define O_EXCL 02000
-O_LARGEFILE    bits/fcntl.h    d       16      #define O_LARGEFILE 0
-O_NDELAY       bits/fcntl.h    d       20      #define O_NDELAY O_NONBLOCK
-O_NOATIME      bits/fcntl.h    d       17      #define O_NOATIME 01000000
-O_NOCTTY       bits/fcntl.h    d       3       #define O_NOCTTY 04000
-O_NOFOLLOW     bits/fcntl.h    d       11      #define O_NOFOLLOW 0400000
-O_NONBLOCK     bits/fcntl.h    d       6       #define O_NONBLOCK 0200
-O_PATH bits/fcntl.h    d       18      #define O_PATH 010000000
-O_RSYNC        bits/fcntl.h    d       9       #define O_RSYNC 040020
-O_SYNC bits/fcntl.h    d       8       #define O_SYNC 040020
-O_TMPFILE      bits/fcntl.h    d       19      #define O_TMPFILE 020200000
-O_TRUNC        bits/fcntl.h    d       4       #define O_TRUNC 01000
-PARENB bits/termios.h  d       122     #define PARENB 0000400
-PARMRK bits/termios.h  d       32      #define PARMRK 0000010
-PARODD bits/termios.h  d       123     #define PARODD 0001000
-PENDIN bits/termios.h  d       140     #define PENDIN 0040000
-POLLWRBAND     bits/poll.h     d       2       #define POLLWRBAND 0x100
-POLLWRNORM     bits/poll.h     d       1       #define POLLWRNORM POLLOUT
-PTRDIFF_MAX    bits/stdint.h   d       19      #define PTRDIFF_MAX INT64_MAX
-PTRDIFF_MIN    bits/stdint.h   d       18      #define PTRDIFF_MIN INT64_MIN
-RLIMIT_AS      bits/resource.h d       2       #define RLIMIT_AS 6
-RLIMIT_MEMLOCK bits/resource.h d       5       #define RLIMIT_MEMLOCK 9
-RLIMIT_NOFILE  bits/resource.h d       1       #define RLIMIT_NOFILE 5
-RLIMIT_NPROC   bits/resource.h d       4       #define RLIMIT_NPROC 8
-RLIMIT_RSS     bits/resource.h d       3       #define RLIMIT_RSS 7
-SA_NOCLDSTOP   bits/signal.h   d       81      #define SA_NOCLDSTOP 1
-SA_NOCLDWAIT   bits/signal.h   d       82      #define SA_NOCLDWAIT 0x10000
-SA_NODEFER     bits/signal.h   d       86      #define SA_NODEFER 0x40000000
-SA_ONSTACK     bits/signal.h   d       84      #define SA_ONSTACK 0x08000000
-SA_RESETHAND   bits/signal.h   d       87      #define SA_RESETHAND 0x80000000
-SA_RESTART     bits/signal.h   d       85      #define SA_RESTART 0x10000000
-SA_RESTORER    bits/signal.h   d       88      #define SA_RESTORER 0x04000000
-SA_SIGINFO     bits/signal.h   d       83      #define SA_SIGINFO 8
-SHMLBA bits/shm.h      d       1       #define SHMLBA 4096
-SIGABRT        bits/signal.h   d       113     #define SIGABRT 6
-SIGALRM        bits/signal.h   d       122     #define SIGALRM 14
-SIGBUS bits/signal.h   d       118     #define SIGBUS 10
-SIGCHLD        bits/signal.h   d       126     #define SIGCHLD 18
-SIGCONT        bits/signal.h   d       134     #define SIGCONT 25
-SIGFPE bits/signal.h   d       116     #define SIGFPE 8
-SIGHUP bits/signal.h   d       108     #define SIGHUP 1
-SIGILL bits/signal.h   d       111     #define SIGILL 4
-SIGINT bits/signal.h   d       109     #define SIGINT 2
-SIGIO  bits/signal.h   d       130     #define SIGIO 22
-SIGIOT bits/signal.h   d       114     #define SIGIOT SIGABRT
-SIGKILL        bits/signal.h   d       117     #define SIGKILL 9
-SIGPIPE        bits/signal.h   d       121     #define SIGPIPE 13
-SIGPOLL        bits/signal.h   d       131     #define SIGPOLL SIGIO
-SIGPROF        bits/signal.h   d       138     #define SIGPROF 29
-SIGPWR bits/signal.h   d       127     #define SIGPWR 19
-SIGQUIT        bits/signal.h   d       110     #define SIGQUIT 3
-SIGSEGV        bits/signal.h   d       119     #define SIGSEGV 11
-SIGSTKFLT      bits/signal.h   d       115     #define SIGSTKFLT 7
-SIGSTKSZ       bits/signal.h   d       6       #define SIGSTKSZ 8192
-SIGSTOP        bits/signal.h   d       132     #define SIGSTOP 23
-SIGSYS bits/signal.h   d       120     #define SIGSYS 12
-SIGTERM        bits/signal.h   d       123     #define SIGTERM 15
-SIGTRAP        bits/signal.h   d       112     #define SIGTRAP 5
-SIGTSTP        bits/signal.h   d       133     #define SIGTSTP 24
-SIGTTIN        bits/signal.h   d       135     #define SIGTTIN 26
-SIGTTOU        bits/signal.h   d       136     #define SIGTTOU 27
-SIGUNUSED      bits/signal.h   d       141     #define SIGUNUSED SIGSYS
-SIGURG bits/signal.h   d       129     #define SIGURG 21
-SIGUSR1        bits/signal.h   d       124     #define SIGUSR1 16
-SIGUSR2        bits/signal.h   d       125     #define SIGUSR2 17
-SIGVTALRM      bits/signal.h   d       137     #define SIGVTALRM 28
-SIGWINCH       bits/signal.h   d       128     #define SIGWINCH 20
-SIGXCPU        bits/signal.h   d       139     #define SIGXCPU 30
-SIGXFSZ        bits/signal.h   d       140     #define SIGXFSZ 31
-SIG_BLOCK      bits/signal.h   d       93      #define SIG_BLOCK 1
-SIG_SETMASK    bits/signal.h   d       95      #define SIG_SETMASK 3
-SIG_UNBLOCK    bits/signal.h   d       94      #define SIG_UNBLOCK 2
-SIOCADDDLCI    bits/ioctl.h    d       206     #define SIOCADDDLCI 0x8980
-SIOCADDMULTI   bits/ioctl.h    d       179     #define SIOCADDMULTI 0x8931
-SIOCADDRT      bits/ioctl.h    d       150     #define SIOCADDRT 0x890B
-SIOCATMARK     bits/ioctl.h    d       147     #define SIOCATMARK 0x8905
-SIOCDARP       bits/ioctl.h    d       195     #define SIOCDARP 0x8953
-SIOCDELDLCI    bits/ioctl.h    d       207     #define SIOCDELDLCI 0x8981
-SIOCDELMULTI   bits/ioctl.h    d       180     #define SIOCDELMULTI 0x8932
-SIOCDELRT      bits/ioctl.h    d       151     #define SIOCDELRT 0x890C
-SIOCDEVPRIVATE bits/ioctl.h    d       209     #define SIOCDEVPRIVATE 0x89F0
-SIOCDIFADDR    bits/ioctl.h    d       185     #define SIOCDIFADDR 0x8936
-SIOCDRARP      bits/ioctl.h    d       199     #define SIOCDRARP 0x8960
-SIOCGARP       bits/ioctl.h    d       196     #define SIOCGARP 0x8954
-SIOCGIFADDR    bits/ioctl.h    d       159     #define SIOCGIFADDR 0x8915
-SIOCGIFBR      bits/ioctl.h    d       189     #define SIOCGIFBR 0x8940
-SIOCGIFBRDADDR bits/ioctl.h    d       163     #define SIOCGIFBRDADDR 0x8919
-SIOCGIFCONF    bits/ioctl.h    d       156     #define SIOCGIFCONF 0x8912
-SIOCGIFCOUNT   bits/ioctl.h    d       187     #define SIOCGIFCOUNT 0x8938
-SIOCGIFDSTADDR bits/ioctl.h    d       161     #define SIOCGIFDSTADDR 0x8917
-SIOCGIFENCAP   bits/ioctl.h    d       174     #define SIOCGIFENCAP 0x8925
-SIOCGIFFLAGS   bits/ioctl.h    d       157     #define SIOCGIFFLAGS 0x8913
-SIOCGIFHWADDR  bits/ioctl.h    d       176     #define SIOCGIFHWADDR 0x8927
-SIOCGIFINDEX   bits/ioctl.h    d       181     #define SIOCGIFINDEX 0x8933
-SIOCGIFMAP     bits/ioctl.h    d       203     #define SIOCGIFMAP 0x8970
-SIOCGIFMEM     bits/ioctl.h    d       169     #define SIOCGIFMEM 0x891f
-SIOCGIFMETRIC  bits/ioctl.h    d       167     #define SIOCGIFMETRIC 0x891d
-SIOCGIFMTU     bits/ioctl.h    d       171     #define SIOCGIFMTU 0x8921
-SIOCGIFNAME    bits/ioctl.h    d       154     #define SIOCGIFNAME 0x8910
-SIOCGIFNETMASK bits/ioctl.h    d       165     #define SIOCGIFNETMASK 0x891b
-SIOCGIFPFLAGS  bits/ioctl.h    d       184     #define SIOCGIFPFLAGS 0x8935
-SIOCGIFSLAVE   bits/ioctl.h    d       177     #define SIOCGIFSLAVE 0x8929
-SIOCGIFTXQLEN  bits/ioctl.h    d       192     #define SIOCGIFTXQLEN 0x8942
-SIOCGPGRP      bits/ioctl.h    d       146     #define SIOCGPGRP 0x8904
-SIOCGRARP      bits/ioctl.h    d       200     #define SIOCGRARP 0x8961
-SIOCGSTAMP     bits/ioctl.h    d       148     #define SIOCGSTAMP 0x8906
-SIOCPROTOPRIVATE       bits/ioctl.h    d       210     #define SIOCPROTOPRIVATE 0x89E0
-SIOCRTMSG      bits/ioctl.h    d       152     #define SIOCRTMSG 0x890D
-SIOCSARP       bits/ioctl.h    d       197     #define SIOCSARP 0x8955
-SIOCSIFADDR    bits/ioctl.h    d       160     #define SIOCSIFADDR 0x8916
-SIOCSIFBR      bits/ioctl.h    d       190     #define SIOCSIFBR 0x8941
-SIOCSIFBRDADDR bits/ioctl.h    d       164     #define SIOCSIFBRDADDR 0x891a
-SIOCSIFDSTADDR bits/ioctl.h    d       162     #define SIOCSIFDSTADDR 0x8918
-SIOCSIFENCAP   bits/ioctl.h    d       175     #define SIOCSIFENCAP 0x8926
-SIOCSIFFLAGS   bits/ioctl.h    d       158     #define SIOCSIFFLAGS 0x8914
-SIOCSIFHWADDR  bits/ioctl.h    d       173     #define SIOCSIFHWADDR 0x8924
-SIOCSIFHWBROADCAST     bits/ioctl.h    d       186     #define SIOCSIFHWBROADCAST 0x8937
-SIOCSIFLINK    bits/ioctl.h    d       155     #define SIOCSIFLINK 0x8911
-SIOCSIFMAP     bits/ioctl.h    d       204     #define SIOCSIFMAP 0x8971
-SIOCSIFMEM     bits/ioctl.h    d       170     #define SIOCSIFMEM 0x8920
-SIOCSIFMETRIC  bits/ioctl.h    d       168     #define SIOCSIFMETRIC 0x891e
-SIOCSIFMTU     bits/ioctl.h    d       172     #define SIOCSIFMTU 0x8922
-SIOCSIFNETMASK bits/ioctl.h    d       166     #define SIOCSIFNETMASK 0x891c
-SIOCSIFPFLAGS  bits/ioctl.h    d       183     #define SIOCSIFPFLAGS 0x8934
-SIOCSIFSLAVE   bits/ioctl.h    d       178     #define SIOCSIFSLAVE 0x8930
-SIOCSIFTXQLEN  bits/ioctl.h    d       193     #define SIOCSIFTXQLEN 0x8943
-SIOCSPGRP      bits/ioctl.h    d       144     #define SIOCSPGRP 0x8902
-SIOCSRARP      bits/ioctl.h    d       201     #define SIOCSRARP 0x8962
-SIOGIFINDEX    bits/ioctl.h    d       182     #define SIOGIFINDEX SIOCGIFINDEX
-SIZE_MAX       bits/stdint.h   d       20      #define SIZE_MAX UINT64_MAX
-SI_ASYNCIO     bits/signal.h   d       100     #define SI_ASYNCIO (-2)
-SI_MESGQ       bits/signal.h   d       101     #define SI_MESGQ (-4)
-SI_TIMER       bits/signal.h   d       102     #define SI_TIMER (-3)
-SOCK_CLOEXEC   bits/socket.h   d       68      #define SOCK_CLOEXEC 02000000
-SOCK_DGRAM     bits/socket.h   d       36      #define SOCK_DGRAM 1
-SOCK_NONBLOCK  bits/socket.h   d       67      #define SOCK_NONBLOCK 0200
-SOCK_STREAM    bits/socket.h   d       35      #define SOCK_STREAM 2
-SOL_SOCKET     bits/socket.h   d       37      #define SOL_SOCKET 65535
-SO_ACCEPTCONN  bits/socket.h   d       55      #define SO_ACCEPTCONN 0x1009
-SO_BROADCAST   bits/socket.h   d       43      #define SO_BROADCAST 0x0020
-SO_BSDCOMPAT   bits/socket.h   d       61      #define SO_BSDCOMPAT 14
-SO_DEBUG       bits/socket.h   d       38      #define SO_DEBUG 1
-SO_DOMAIN      bits/socket.h   d       57      #define SO_DOMAIN 0x1029
-SO_DONTROUTE   bits/socket.h   d       42      #define SO_DONTROUTE 0x0010
-SO_ERROR       bits/socket.h   d       53      #define SO_ERROR 0x1007
-SO_KEEPALIVE   bits/socket.h   d       41      #define SO_KEEPALIVE 0x0008
-SO_LINGER      bits/socket.h   d       44      #define SO_LINGER 0x0080
-SO_NO_CHECK    bits/socket.h   d       59      #define SO_NO_CHECK 11
-SO_OOBINLINE   bits/socket.h   d       45      #define SO_OOBINLINE 0x0100
-SO_PASSCRED    bits/socket.h   d       62      #define SO_PASSCRED 17
-SO_PEERCRED    bits/socket.h   d       63      #define SO_PEERCRED 18
-SO_PRIORITY    bits/socket.h   d       60      #define SO_PRIORITY 12
-SO_PROTOCOL    bits/socket.h   d       56      #define SO_PROTOCOL 0x1028
-SO_RCVBUF      bits/socket.h   d       48      #define SO_RCVBUF 0x1002
-SO_RCVBUFFORCE bits/socket.h   d       65      #define SO_RCVBUFFORCE 33
-SO_RCVLOWAT    bits/socket.h   d       50      #define SO_RCVLOWAT 0x1004
-SO_RCVTIMEO    bits/socket.h   d       51      #define SO_RCVTIMEO 0x1006
-SO_REUSEADDR   bits/socket.h   d       40      #define SO_REUSEADDR 0x0004
-SO_REUSEPORT   bits/socket.h   d       46      #define SO_REUSEPORT 0x0200
-SO_SNDBUF      bits/socket.h   d       47      #define SO_SNDBUF 0x1001
-SO_SNDBUFFORCE bits/socket.h   d       64      #define SO_SNDBUFFORCE 31
-SO_SNDLOWAT    bits/socket.h   d       49      #define SO_SNDLOWAT 0x1003
-SO_SNDTIMEO    bits/socket.h   d       52      #define SO_SNDTIMEO 0x1005
-SO_TYPE        bits/socket.h   d       54      #define SO_TYPE 0x1008
-SYS__newselect bits/syscall.h  d       344     #define SYS__newselect 5022
-SYS__sysctl    bits/syscall.h  d       474     #define SYS__sysctl 5152
-SYS_accept     bits/syscall.h  d       364     #define SYS_accept 5042
-SYS_accept4    bits/syscall.h  d       614     #define SYS_accept4 5293
-SYS_access     bits/syscall.h  d       342     #define SYS_access 5020
-SYS_acct       bits/syscall.h  d       480     #define SYS_acct 5158
-SYS_add_key    bits/syscall.h  d       560     #define SYS_add_key 5239
-SYS_adjtimex   bits/syscall.h  d       476     #define SYS_adjtimex 5154
-SYS_afs_syscall        bits/syscall.h  d       498     #define SYS_afs_syscall 5176
-SYS_alarm      bits/syscall.h  d       359     #define SYS_alarm 5037
-SYS_bind       bits/syscall.h  d       370     #define SYS_bind 5048
-SYS_bpf        bits/syscall.h  d       636     #define SYS_bpf 5315
-SYS_brk        bits/syscall.h  d       334     #define SYS_brk 5012
-SYS_cachectl   bits/syscall.h  d       520     #define SYS_cachectl 5198
-SYS_cacheflush bits/syscall.h  d       519     #define SYS_cacheflush 5197
-SYS_capget     bits/syscall.h  d       445     #define SYS_capget 5123
-SYS_capset     bits/syscall.h  d       446     #define SYS_capset 5124
-SYS_chdir      bits/syscall.h  d       400     #define SYS_chdir 5078
-SYS_chmod      bits/syscall.h  d       410     #define SYS_chmod 5088
-SYS_chown      bits/syscall.h  d       412     #define SYS_chown 5090
-SYS_chroot     bits/syscall.h  d       478     #define SYS_chroot 5156
-SYS_clock_adjtime      bits/syscall.h  d       621     #define SYS_clock_adjtime 5300
-SYS_clock_getres       bits/syscall.h  d       545     #define SYS_clock_getres 5223
-SYS_clock_gettime      bits/syscall.h  d       544     #define SYS_clock_gettime 5222
-SYS_clock_nanosleep    bits/syscall.h  d       546     #define SYS_clock_nanosleep 5224
-SYS_clock_settime      bits/syscall.h  d       543     #define SYS_clock_settime 5221
-SYS_clone      bits/syscall.h  d       377     #define SYS_clone 5055
-SYS_close      bits/syscall.h  d       325     #define SYS_close 5003
-SYS_connect    bits/syscall.h  d       363     #define SYS_connect 5041
-SYS_copy_file_range    bits/syscall.h  d       641     #define SYS_copy_file_range 5320
-SYS_creat      bits/syscall.h  d       405     #define SYS_creat 5083
-SYS_create_module      bits/syscall.h  d       489     #define SYS_create_module 5167
-SYS_delete_module      bits/syscall.h  d       491     #define SYS_delete_module 5169
-SYS_dup        bits/syscall.h  d       353     #define SYS_dup 5031
-SYS_dup2       bits/syscall.h  d       354     #define SYS_dup2 5032
-SYS_dup3       bits/syscall.h  d       607     #define SYS_dup3 5286
-SYS_epoll_create       bits/syscall.h  d       529     #define SYS_epoll_create 5207
-SYS_epoll_create1      bits/syscall.h  d       606     #define SYS_epoll_create1 5285
-SYS_epoll_ctl  bits/syscall.h  d       530     #define SYS_epoll_ctl 5208
-SYS_epoll_pwait        bits/syscall.h  d       593     #define SYS_epoll_pwait 5272
-SYS_epoll_wait bits/syscall.h  d       531     #define SYS_epoll_wait 5209
-SYS_eventfd    bits/syscall.h  d       599     #define SYS_eventfd 5278
-SYS_eventfd2   bits/syscall.h  d       605     #define SYS_eventfd2 5284
-SYS_execve     bits/syscall.h  d       379     #define SYS_execve 5057
-SYS_execveat   bits/syscall.h  d       637     #define SYS_execveat 5316
-SYS_exit       bits/syscall.h  d       380     #define SYS_exit 5058
-SYS_exit_group bits/syscall.h  d       527     #define SYS_exit_group 5205
-SYS_faccessat  bits/syscall.h  d       580     #define SYS_faccessat 5259
-SYS_fadvise64  bits/syscall.h  d       537     #define SYS_fadvise64 5215
-SYS_fallocate  bits/syscall.h  d       600     #define SYS_fallocate 5279
-SYS_fanotify_init      bits/syscall.h  d       616     #define SYS_fanotify_init 5295
-SYS_fanotify_mark      bits/syscall.h  d       617     #define SYS_fanotify_mark 5296
-SYS_fchdir     bits/syscall.h  d       401     #define SYS_fchdir 5079
-SYS_fchmod     bits/syscall.h  d       411     #define SYS_fchmod 5089
-SYS_fchmodat   bits/syscall.h  d       579     #define SYS_fchmodat 5258
-SYS_fchown     bits/syscall.h  d       413     #define SYS_fchown 5091
-SYS_fchownat   bits/syscall.h  d       571     #define SYS_fchownat 5250
-SYS_fcntl      bits/syscall.h  d       392     #define SYS_fcntl 5070
-SYS_fdatasync  bits/syscall.h  d       395     #define SYS_fdatasync 5073
-SYS_fgetxattr  bits/syscall.h  d       507     #define SYS_fgetxattr 5185
-SYS_finit_module       bits/syscall.h  d       628     #define SYS_finit_module 5307
-SYS_flistxattr bits/syscall.h  d       510     #define SYS_flistxattr 5188
-SYS_flock      bits/syscall.h  d       393     #define SYS_flock 5071
-SYS_fork       bits/syscall.h  d       378     #define SYS_fork 5056
-SYS_fremovexattr       bits/syscall.h  d       513     #define SYS_fremovexattr 5191
-SYS_fsetxattr  bits/syscall.h  d       504     #define SYS_fsetxattr 5182
-SYS_fstat      bits/syscall.h  d       327     #define SYS_fstat 5005
-SYS_fstatfs    bits/syscall.h  d       457     #define SYS_fstatfs 5135
-SYS_fsync      bits/syscall.h  d       394     #define SYS_fsync 5072
-SYS_ftruncate  bits/syscall.h  d       397     #define SYS_ftruncate 5075
-SYS_futex      bits/syscall.h  d       516     #define SYS_futex 5194
-SYS_futimesat  bits/syscall.h  d       572     #define SYS_futimesat 5251
-SYS_get_kernel_syms    bits/syscall.h  d       492     #define SYS_get_kernel_syms 5170
-SYS_get_mempolicy      bits/syscall.h  d       550     #define SYS_get_mempolicy 5228
-SYS_get_robust_list    bits/syscall.h  d       590     #define SYS_get_robust_list 5269
-SYS_getcpu     bits/syscall.h  d       592     #define SYS_getcpu 5271
-SYS_getcwd     bits/syscall.h  d       399     #define SYS_getcwd 5077
-SYS_getdents   bits/syscall.h  d       398     #define SYS_getdents 5076
-SYS_getdents64 bits/syscall.h  d       629     #define SYS_getdents64 5308
-SYS_getegid    bits/syscall.h  d       428     #define SYS_getegid 5106
-SYS_geteuid    bits/syscall.h  d       427     #define SYS_geteuid 5105
-SYS_getgid     bits/syscall.h  d       424     #define SYS_getgid 5102
-SYS_getgroups  bits/syscall.h  d       435     #define SYS_getgroups 5113
-SYS_getitimer  bits/syscall.h  d       357     #define SYS_getitimer 5035
-SYS_getpeername        bits/syscall.h  d       373     #define SYS_getpeername 5051
-SYS_getpgid    bits/syscall.h  d       441     #define SYS_getpgid 5119
-SYS_getpgrp    bits/syscall.h  d       431     #define SYS_getpgrp 5109
-SYS_getpid     bits/syscall.h  d       360     #define SYS_getpid 5038
-SYS_getpmsg    bits/syscall.h  d       496     #define SYS_getpmsg 5174
-SYS_getppid    bits/syscall.h  d       430     #define SYS_getppid 5108
-SYS_getpriority        bits/syscall.h  d       459     #define SYS_getpriority 5137
-SYS_getrandom  bits/syscall.h  d       634     #define SYS_getrandom 5313
-SYS_getresgid  bits/syscall.h  d       440     #define SYS_getresgid 5118
-SYS_getresuid  bits/syscall.h  d       438     #define SYS_getresuid 5116
-SYS_getrlimit  bits/syscall.h  d       417     #define SYS_getrlimit 5095
-SYS_getrusage  bits/syscall.h  d       418     #define SYS_getrusage 5096
-SYS_getsid     bits/syscall.h  d       444     #define SYS_getsid 5122
-SYS_getsockname        bits/syscall.h  d       372     #define SYS_getsockname 5050
-SYS_getsockopt bits/syscall.h  d       376     #define SYS_getsockopt 5054
-SYS_gettid     bits/syscall.h  d       500     #define SYS_gettid 5178
-SYS_gettimeofday       bits/syscall.h  d       416     #define SYS_gettimeofday 5094
-SYS_getuid     bits/syscall.h  d       422     #define SYS_getuid 5100
-SYS_getxattr   bits/syscall.h  d       505     #define SYS_getxattr 5183
-SYS_init_module        bits/syscall.h  d       490     #define SYS_init_module 5168
-SYS_inotify_add_watch  bits/syscall.h  d       565     #define SYS_inotify_add_watch 5244
-SYS_inotify_init       bits/syscall.h  d       564     #define SYS_inotify_init 5243
-SYS_inotify_init1      bits/syscall.h  d       609     #define SYS_inotify_init1 5288
-SYS_inotify_rm_watch   bits/syscall.h  d       566     #define SYS_inotify_rm_watch 5245
-SYS_io_cancel  bits/syscall.h  d       526     #define SYS_io_cancel 5204
-SYS_io_destroy bits/syscall.h  d       523     #define SYS_io_destroy 5201
-SYS_io_getevents       bits/syscall.h  d       524     #define SYS_io_getevents 5202
-SYS_io_setup   bits/syscall.h  d       522     #define SYS_io_setup 5200
-SYS_io_submit  bits/syscall.h  d       525     #define SYS_io_submit 5203
-SYS_ioctl      bits/syscall.h  d       337     #define SYS_ioctl 5015
-SYS_ioprio_get bits/syscall.h  d       595     #define SYS_ioprio_get 5274
-SYS_ioprio_set bits/syscall.h  d       594     #define SYS_ioprio_set 5273
-SYS_kcmp       bits/syscall.h  d       627     #define SYS_kcmp 5306
-SYS_kexec_load bits/syscall.h  d       591     #define SYS_kexec_load 5270
-SYS_keyctl     bits/syscall.h  d       562     #define SYS_keyctl 5241
-SYS_kill       bits/syscall.h  d       382     #define SYS_kill 5060
-SYS_lchown     bits/syscall.h  d       414     #define SYS_lchown 5092
-SYS_lgetxattr  bits/syscall.h  d       506     #define SYS_lgetxattr 5184
-SYS_link       bits/syscall.h  d       406     #define SYS_link 5084
-SYS_linkat     bits/syscall.h  d       576     #define SYS_linkat 5255
-SYS_listen     bits/syscall.h  d       371     #define SYS_listen 5049
-SYS_listxattr  bits/syscall.h  d       508     #define SYS_listxattr 5186
-SYS_llistxattr bits/syscall.h  d       509     #define SYS_llistxattr 5187
-SYS_lookup_dcookie     bits/syscall.h  d       528     #define SYS_lookup_dcookie 5206
-SYS_lremovexattr       bits/syscall.h  d       512     #define SYS_lremovexattr 5190
-SYS_lseek      bits/syscall.h  d       330     #define SYS_lseek 5008
-SYS_lsetxattr  bits/syscall.h  d       503     #define SYS_lsetxattr 5181
-SYS_lstat      bits/syscall.h  d       328     #define SYS_lstat 5006
-SYS_madvise    bits/syscall.h  d       349     #define SYS_madvise 5027
-SYS_mbind      bits/syscall.h  d       549     #define SYS_mbind 5227
-SYS_membarrier bits/syscall.h  d       639     #define SYS_membarrier 5318
-SYS_memfd_create       bits/syscall.h  d       635     #define SYS_memfd_create 5314
-SYS_migrate_pages      bits/syscall.h  d       567     #define SYS_migrate_pages 5246
-SYS_mincore    bits/syscall.h  d       348     #define SYS_mincore 5026
-SYS_mkdir      bits/syscall.h  d       403     #define SYS_mkdir 5081
-SYS_mkdirat    bits/syscall.h  d       569     #define SYS_mkdirat 5248
-SYS_mknod      bits/syscall.h  d       453     #define SYS_mknod 5131
-SYS_mknodat    bits/syscall.h  d       570     #define SYS_mknodat 5249
-SYS_mlock      bits/syscall.h  d       468     #define SYS_mlock 5146
-SYS_mlock2     bits/syscall.h  d       640     #define SYS_mlock2 5319
-SYS_mlockall   bits/syscall.h  d       470     #define SYS_mlockall 5148
-SYS_mmap       bits/syscall.h  d       331     #define SYS_mmap 5009
-SYS_mount      bits/syscall.h  d       482     #define SYS_mount 5160
-SYS_move_pages bits/syscall.h  d       588     #define SYS_move_pages 5267
-SYS_mprotect   bits/syscall.h  d       332     #define SYS_mprotect 5010
-SYS_mq_getsetattr      bits/syscall.h  d       557     #define SYS_mq_getsetattr 5235
-SYS_mq_notify  bits/syscall.h  d       556     #define SYS_mq_notify 5234
-SYS_mq_open    bits/syscall.h  d       552     #define SYS_mq_open 5230
-SYS_mq_timedreceive    bits/syscall.h  d       555     #define SYS_mq_timedreceive 5233
-SYS_mq_timedsend       bits/syscall.h  d       554     #define SYS_mq_timedsend 5232
-SYS_mq_unlink  bits/syscall.h  d       553     #define SYS_mq_unlink 5231
-SYS_mremap     bits/syscall.h  d       346     #define SYS_mremap 5024
-SYS_msgctl     bits/syscall.h  d       391     #define SYS_msgctl 5069
-SYS_msgget     bits/syscall.h  d       388     #define SYS_msgget 5066
-SYS_msgrcv     bits/syscall.h  d       390     #define SYS_msgrcv 5068
-SYS_msgsnd     bits/syscall.h  d       389     #define SYS_msgsnd 5067
-SYS_msync      bits/syscall.h  d       347     #define SYS_msync 5025
-SYS_munlock    bits/syscall.h  d       469     #define SYS_munlock 5147
-SYS_munlockall bits/syscall.h  d       471     #define SYS_munlockall 5149
-SYS_munmap     bits/syscall.h  d       333     #define SYS_munmap 5011
-SYS_name_to_handle_at  bits/syscall.h  d       619     #define SYS_name_to_handle_at 5298
-SYS_nanosleep  bits/syscall.h  d       356     #define SYS_nanosleep 5034
-SYS_newfstatat bits/syscall.h  d       573     #define SYS_newfstatat 5252
-SYS_nfsservctl bits/syscall.h  d       495     #define SYS_nfsservctl 5173
-SYS_open       bits/syscall.h  d       324     #define SYS_open 5002
-SYS_open_by_handle_at  bits/syscall.h  d       620     #define SYS_open_by_handle_at 5299
-SYS_openat     bits/syscall.h  d       568     #define SYS_openat 5247
-SYS_pause      bits/syscall.h  d       355     #define SYS_pause 5033
-SYS_perf_event_open    bits/syscall.h  d       613     #define SYS_perf_event_open 5292
-SYS_personality        bits/syscall.h  d       454     #define SYS_personality 5132
-SYS_pipe       bits/syscall.h  d       343     #define SYS_pipe 5021
-SYS_pipe2      bits/syscall.h  d       608     #define SYS_pipe2 5287
-SYS_pivot_root bits/syscall.h  d       473     #define SYS_pivot_root 5151
-SYS_poll       bits/syscall.h  d       329     #define SYS_poll 5007
-SYS_ppoll      bits/syscall.h  d       582     #define SYS_ppoll 5261
-SYS_prctl      bits/syscall.h  d       475     #define SYS_prctl 5153
-SYS_pread64    bits/syscall.h  d       338     #define SYS_pread64 5016
-SYS_preadv     bits/syscall.h  d       610     #define SYS_preadv 5289
-SYS_prlimit64  bits/syscall.h  d       618     #define SYS_prlimit64 5297
-SYS_process_vm_readv   bits/syscall.h  d       625     #define SYS_process_vm_readv 5304
-SYS_process_vm_writev  bits/syscall.h  d       626     #define SYS_process_vm_writev 5305
-SYS_pselect6   bits/syscall.h  d       581     #define SYS_pselect6 5260
-SYS_ptrace     bits/syscall.h  d       421     #define SYS_ptrace 5099
-SYS_putpmsg    bits/syscall.h  d       497     #define SYS_putpmsg 5175
-SYS_pwrite64   bits/syscall.h  d       339     #define SYS_pwrite64 5017
-SYS_pwritev    bits/syscall.h  d       611     #define SYS_pwritev 5290
-SYS_query_module       bits/syscall.h  d       493     #define SYS_query_module 5171
-SYS_quotactl   bits/syscall.h  d       494     #define SYS_quotactl 5172
-SYS_read       bits/syscall.h  d       322     #define SYS_read 5000
-SYS_readahead  bits/syscall.h  d       501     #define SYS_readahead 5179
-SYS_readlink   bits/syscall.h  d       409     #define SYS_readlink 5087
-SYS_readlinkat bits/syscall.h  d       578     #define SYS_readlinkat 5257
-SYS_readv      bits/syscall.h  d       340     #define SYS_readv 5018
-SYS_reboot     bits/syscall.h  d       486     #define SYS_reboot 5164
-SYS_recvfrom   bits/syscall.h  d       366     #define SYS_recvfrom 5044
-SYS_recvmmsg   bits/syscall.h  d       615     #define SYS_recvmmsg 5294
-SYS_recvmsg    bits/syscall.h  d       368     #define SYS_recvmsg 5046
-SYS_remap_file_pages   bits/syscall.h  d       532     #define SYS_remap_file_pages 5210
-SYS_removexattr        bits/syscall.h  d       511     #define SYS_removexattr 5189
-SYS_rename     bits/syscall.h  d       402     #define SYS_rename 5080
-SYS_renameat   bits/syscall.h  d       575     #define SYS_renameat 5254
-SYS_renameat2  bits/syscall.h  d       632     #define SYS_renameat2 5311
-SYS_request_key        bits/syscall.h  d       561     #define SYS_request_key 5240
-SYS_reserved177        bits/syscall.h  d       499     #define SYS_reserved177 5177
-SYS_reserved193        bits/syscall.h  d       515     #define SYS_reserved193 5193
-SYS_restart_syscall    bits/syscall.h  d       535     #define SYS_restart_syscall 5213
-SYS_rmdir      bits/syscall.h  d       404     #define SYS_rmdir 5082
-SYS_rt_sigaction       bits/syscall.h  d       335     #define SYS_rt_sigaction 5013
-SYS_rt_sigpending      bits/syscall.h  d       447     #define SYS_rt_sigpending 5125
-SYS_rt_sigprocmask     bits/syscall.h  d       336     #define SYS_rt_sigprocmask 5014
-SYS_rt_sigqueueinfo    bits/syscall.h  d       449     #define SYS_rt_sigqueueinfo 5127
-SYS_rt_sigreturn       bits/syscall.h  d       533     #define SYS_rt_sigreturn 5211
-SYS_rt_sigsuspend      bits/syscall.h  d       450     #define SYS_rt_sigsuspend 5128
-SYS_rt_sigtimedwait    bits/syscall.h  d       448     #define SYS_rt_sigtimedwait 5126
-SYS_rt_tgsigqueueinfo  bits/syscall.h  d       612     #define SYS_rt_tgsigqueueinfo 5291
-SYS_sched_get_priority_max     bits/syscall.h  d       465     #define SYS_sched_get_priority_max 5143
-SYS_sched_get_priority_min     bits/syscall.h  d       466     #define SYS_sched_get_priority_min 5144
-SYS_sched_getaffinity  bits/syscall.h  d       518     #define SYS_sched_getaffinity 5196
-SYS_sched_getattr      bits/syscall.h  d       631     #define SYS_sched_getattr 5310
-SYS_sched_getparam     bits/syscall.h  d       462     #define SYS_sched_getparam 5140
-SYS_sched_getscheduler bits/syscall.h  d       464     #define SYS_sched_getscheduler 5142
-SYS_sched_rr_get_interval      bits/syscall.h  d       467     #define SYS_sched_rr_get_interval 5145
-SYS_sched_setaffinity  bits/syscall.h  d       517     #define SYS_sched_setaffinity 5195
-SYS_sched_setattr      bits/syscall.h  d       630     #define SYS_sched_setattr 5309
-SYS_sched_setparam     bits/syscall.h  d       461     #define SYS_sched_setparam 5139
-SYS_sched_setscheduler bits/syscall.h  d       463     #define SYS_sched_setscheduler 5141
-SYS_sched_yield        bits/syscall.h  d       345     #define SYS_sched_yield 5023
-SYS_seccomp    bits/syscall.h  d       633     #define SYS_seccomp 5312
-SYS_semctl     bits/syscall.h  d       386     #define SYS_semctl 5064
-SYS_semget     bits/syscall.h  d       384     #define SYS_semget 5062
-SYS_semop      bits/syscall.h  d       385     #define SYS_semop 5063
-SYS_semtimedop bits/syscall.h  d       536     #define SYS_semtimedop 5214
-SYS_sendfile   bits/syscall.h  d       361     #define SYS_sendfile 5039
-SYS_sendmmsg   bits/syscall.h  d       623     #define SYS_sendmmsg 5302
-SYS_sendmsg    bits/syscall.h  d       367     #define SYS_sendmsg 5045
-SYS_sendto     bits/syscall.h  d       365     #define SYS_sendto 5043
-SYS_set_mempolicy      bits/syscall.h  d       551     #define SYS_set_mempolicy 5229
-SYS_set_robust_list    bits/syscall.h  d       589     #define SYS_set_robust_list 5268
-SYS_set_thread_area    bits/syscall.h  d       563     #define SYS_set_thread_area 5242
-SYS_set_tid_address    bits/syscall.h  d       534     #define SYS_set_tid_address 5212
-SYS_setdomainname      bits/syscall.h  d       488     #define SYS_setdomainname 5166
-SYS_setfsgid   bits/syscall.h  d       443     #define SYS_setfsgid 5121
-SYS_setfsuid   bits/syscall.h  d       442     #define SYS_setfsuid 5120
-SYS_setgid     bits/syscall.h  d       426     #define SYS_setgid 5104
-SYS_setgroups  bits/syscall.h  d       436     #define SYS_setgroups 5114
-SYS_sethostname        bits/syscall.h  d       487     #define SYS_sethostname 5165
-SYS_setitimer  bits/syscall.h  d       358     #define SYS_setitimer 5036
-SYS_setns      bits/syscall.h  d       624     #define SYS_setns 5303
-SYS_setpgid    bits/syscall.h  d       429     #define SYS_setpgid 5107
-SYS_setpriority        bits/syscall.h  d       460     #define SYS_setpriority 5138
-SYS_setregid   bits/syscall.h  d       434     #define SYS_setregid 5112
-SYS_setresgid  bits/syscall.h  d       439     #define SYS_setresgid 5117
-SYS_setresuid  bits/syscall.h  d       437     #define SYS_setresuid 5115
-SYS_setreuid   bits/syscall.h  d       433     #define SYS_setreuid 5111
-SYS_setrlimit  bits/syscall.h  d       477     #define SYS_setrlimit 5155
-SYS_setsid     bits/syscall.h  d       432     #define SYS_setsid 5110
-SYS_setsockopt bits/syscall.h  d       375     #define SYS_setsockopt 5053
-SYS_settimeofday       bits/syscall.h  d       481     #define SYS_settimeofday 5159
-SYS_setuid     bits/syscall.h  d       425     #define SYS_setuid 5103
-SYS_setxattr   bits/syscall.h  d       502     #define SYS_setxattr 5180
-SYS_shmat      bits/syscall.h  d       351     #define SYS_shmat 5029
-SYS_shmctl     bits/syscall.h  d       352     #define SYS_shmctl 5030
-SYS_shmdt      bits/syscall.h  d       387     #define SYS_shmdt 5065
-SYS_shmget     bits/syscall.h  d       350     #define SYS_shmget 5028
-SYS_shutdown   bits/syscall.h  d       369     #define SYS_shutdown 5047
-SYS_sigaltstack        bits/syscall.h  d       451     #define SYS_sigaltstack 5129
-SYS_signalfd   bits/syscall.h  d       597     #define SYS_signalfd 5276
-SYS_signalfd4  bits/syscall.h  d       604     #define SYS_signalfd4 5283
-SYS_socket     bits/syscall.h  d       362     #define SYS_socket 5040
-SYS_socketpair bits/syscall.h  d       374     #define SYS_socketpair 5052
-SYS_splice     bits/syscall.h  d       584     #define SYS_splice 5263
-SYS_stat       bits/syscall.h  d       326     #define SYS_stat 5004
-SYS_statfs     bits/syscall.h  d       456     #define SYS_statfs 5134
-SYS_swapoff    bits/syscall.h  d       485     #define SYS_swapoff 5163
-SYS_swapon     bits/syscall.h  d       484     #define SYS_swapon 5162
-SYS_symlink    bits/syscall.h  d       408     #define SYS_symlink 5086
-SYS_symlinkat  bits/syscall.h  d       577     #define SYS_symlinkat 5256
-SYS_sync       bits/syscall.h  d       479     #define SYS_sync 5157
-SYS_sync_file_range    bits/syscall.h  d       585     #define SYS_sync_file_range 5264
-SYS_syncfs     bits/syscall.h  d       622     #define SYS_syncfs 5301
-SYS_sysfs      bits/syscall.h  d       458     #define SYS_sysfs 5136
-SYS_sysinfo    bits/syscall.h  d       419     #define SYS_sysinfo 5097
-SYS_syslog     bits/syscall.h  d       423     #define SYS_syslog 5101
-SYS_sysmips    bits/syscall.h  d       521     #define SYS_sysmips 5199
-SYS_tee        bits/syscall.h  d       586     #define SYS_tee 5265
-SYS_tgkill     bits/syscall.h  d       547     #define SYS_tgkill 5225
-SYS_timer_create       bits/syscall.h  d       538     #define SYS_timer_create 5216
-SYS_timer_delete       bits/syscall.h  d       542     #define SYS_timer_delete 5220
-SYS_timer_getoverrun   bits/syscall.h  d       541     #define SYS_timer_getoverrun 5219
-SYS_timer_gettime      bits/syscall.h  d       540     #define SYS_timer_gettime 5218
-SYS_timer_settime      bits/syscall.h  d       539     #define SYS_timer_settime 5217
-SYS_timerfd    bits/syscall.h  d       598     #define SYS_timerfd 5277
-SYS_timerfd_create     bits/syscall.h  d       601     #define SYS_timerfd_create 5280
-SYS_timerfd_gettime    bits/syscall.h  d       602     #define SYS_timerfd_gettime 5281
-SYS_timerfd_settime    bits/syscall.h  d       603     #define SYS_timerfd_settime 5282
-SYS_times      bits/syscall.h  d       420     #define SYS_times 5098
-SYS_tkill      bits/syscall.h  d       514     #define SYS_tkill 5192
-SYS_truncate   bits/syscall.h  d       396     #define SYS_truncate 5074
-SYS_umask      bits/syscall.h  d       415     #define SYS_umask 5093
-SYS_umount2    bits/syscall.h  d       483     #define SYS_umount2 5161
-SYS_uname      bits/syscall.h  d       383     #define SYS_uname 5061
-SYS_unlink     bits/syscall.h  d       407     #define SYS_unlink 5085
-SYS_unlinkat   bits/syscall.h  d       574     #define SYS_unlinkat 5253
-SYS_unshare    bits/syscall.h  d       583     #define SYS_unshare 5262
-SYS_userfaultfd        bits/syscall.h  d       638     #define SYS_userfaultfd 5317
-SYS_ustat      bits/syscall.h  d       455     #define SYS_ustat 5133
-SYS_utime      bits/syscall.h  d       452     #define SYS_utime 5130
-SYS_utimensat  bits/syscall.h  d       596     #define SYS_utimensat 5275
-SYS_utimes     bits/syscall.h  d       548     #define SYS_utimes 5226
-SYS_vhangup    bits/syscall.h  d       472     #define SYS_vhangup 5150
-SYS_vmsplice   bits/syscall.h  d       587     #define SYS_vmsplice 5266
-SYS_vserver    bits/syscall.h  d       558     #define SYS_vserver 5236
-SYS_wait4      bits/syscall.h  d       381     #define SYS_wait4 5059
-SYS_waitid     bits/syscall.h  d       559     #define SYS_waitid 5237
-SYS_write      bits/syscall.h  d       323     #define SYS_write 5001
-SYS_writev     bits/syscall.h  d       341     #define SYS_writev 5019
-TAB0   bits/termios.h  d       62      #define TAB0 0000000
-TAB1   bits/termios.h  d       63      #define TAB1 0004000
-TAB2   bits/termios.h  d       64      #define TAB2 0010000
-TAB3   bits/termios.h  d       65      #define TAB3 0014000
-TABDLY bits/termios.h  d       61      #define TABDLY 0014000
-TCFLSH bits/ioctl.h    d       17      #define TCFLSH 0x5407
-TCGETA bits/ioctl.h    d       11      #define TCGETA 0x5401
-TCGETS bits/ioctl.h    d       18      #define TCGETS 0x540D
-TCGETX bits/ioctl.h    d       87      #define TCGETX 0x5432
-TCIFLUSH       bits/termios.h  d       149     #define TCIFLUSH 0
-TCIOFF bits/termios.h  d       146     #define TCIOFF 2
-TCIOFLUSH      bits/termios.h  d       151     #define TCIOFLUSH 2
-TCION  bits/termios.h  d       147     #define TCION 3
-TCOFLUSH       bits/termios.h  d       150     #define TCOFLUSH 1
-TCOOFF bits/termios.h  d       144     #define TCOOFF 0
-TCOON  bits/termios.h  d       145     #define TCOON 1
-TCSADRAIN      bits/termios.h  d       154     #define TCSADRAIN 1
-TCSAFLUSH      bits/termios.h  d       155     #define TCSAFLUSH 2
-TCSANOW        bits/termios.h  d       153     #define TCSANOW 0
-TCSBRK bits/ioctl.h    d       15      #define TCSBRK 0x5405
-TCSBRKP        bits/ioctl.h    d       70      #define TCSBRKP 0x5486
-TCSETA bits/ioctl.h    d       12      #define TCSETA 0x5402
-TCSETAF        bits/ioctl.h    d       14      #define TCSETAF 0x5404
-TCSETAW        bits/ioctl.h    d       13      #define TCSETAW 0x5403
-TCSETS bits/ioctl.h    d       19      #define TCSETS 0x540E
-TCSETSF        bits/ioctl.h    d       21      #define TCSETSF 0x5410
-TCSETSW        bits/ioctl.h    d       20      #define TCSETSW 0x540F
-TCSETX bits/ioctl.h    d       88      #define TCSETX 0x5433
-TCSETXF        bits/ioctl.h    d       89      #define TCSETXF 0x5434
-TCSETXW        bits/ioctl.h    d       90      #define TCSETXW 0x5435
-TCXONC bits/ioctl.h    d       16      #define TCXONC 0x5406
-TIOCCBRK       bits/ioctl.h    d       59      #define TIOCCBRK 0x5428
-TIOCCONS       bits/ioctl.h    d       49      #define TIOCCONS _IOW('t', 120, int)
-TIOCEXCL       bits/ioctl.h    d       23      #define TIOCEXCL 0x740D
-TIOCGETD       bits/ioctl.h    d       37      #define TIOCGETD 0x7400
-TIOCGETP       bits/ioctl.h    d       54      #define TIOCGETP 0x7408
-TIOCGHAYESESP  bits/ioctl.h    d       83      #define TIOCGHAYESESP 0x5493
-TIOCGICOUNT    bits/ioctl.h    d       82      #define TIOCGICOUNT 0x5492
-TIOCGLCKTRMIOS bits/ioctl.h    d       75      #define TIOCGLCKTRMIOS 0x548B
-TIOCGLTC       bits/ioctl.h    d       45      #define TIOCGLTC 0x7474
-TIOCGPGRP      bits/ioctl.h    d       48      #define TIOCGPGRP _IOR('t', 119, int)
-TIOCGPTN       bits/ioctl.h    d       61      #define TIOCGPTN _IOR('T', 0x30, unsigned int)
-TIOCGSERIAL    bits/ioctl.h    d       68      #define TIOCGSERIAL 0x5484
-TIOCGSID       bits/ioctl.h    d       60      #define TIOCGSID 0x7416
-TIOCGSOFTCAR   bits/ioctl.h    d       65      #define TIOCGSOFTCAR 0x5481
-TIOCGWINSZ     bits/ioctl.h    d       34      #define TIOCGWINSZ _IOR('t', 104, struct winsize)
-TIOCINQ        bits/ioctl.h    d       52      #define TIOCINQ FIONREAD
-TIOCLINUX      bits/ioctl.h    d       67      #define TIOCLINUX 0x5483
-TIOCMBIC       bits/ioctl.h    d       29      #define TIOCMBIC 0x741C
-TIOCMBIS       bits/ioctl.h    d       28      #define TIOCMBIS 0x741B
-TIOCMGET       bits/ioctl.h    d       27      #define TIOCMGET 0x741D
-TIOCMIWAIT     bits/ioctl.h    d       81      #define TIOCMIWAIT 0x5491
-TIOCMSET       bits/ioctl.h    d       30      #define TIOCMSET 0x741D
-TIOCM_CAR      bits/ioctl.h    d       116     #define TIOCM_CAR 0x040
-TIOCM_CD       bits/ioctl.h    d       119     #define TIOCM_CD TIOCM_CAR
-TIOCM_CTS      bits/ioctl.h    d       115     #define TIOCM_CTS 0x020
-TIOCM_DSR      bits/ioctl.h    d       118     #define TIOCM_DSR 0x100
-TIOCM_DTR      bits/ioctl.h    d       111     #define TIOCM_DTR 0x002
-TIOCM_LE       bits/ioctl.h    d       110     #define TIOCM_LE 0x001
-TIOCM_LOOP     bits/ioctl.h    d       123     #define TIOCM_LOOP 0x8000
-TIOCM_MODEM_BITS       bits/ioctl.h    d       124     #define TIOCM_MODEM_BITS TIOCM_OUT2
-TIOCM_OUT1     bits/ioctl.h    d       121     #define TIOCM_OUT1 0x2000
-TIOCM_OUT2     bits/ioctl.h    d       122     #define TIOCM_OUT2 0x4000
-TIOCM_RI       bits/ioctl.h    d       120     #define TIOCM_RI TIOCM_RNG
-TIOCM_RNG      bits/ioctl.h    d       117     #define TIOCM_RNG 0x080
-TIOCM_RTS      bits/ioctl.h    d       112     #define TIOCM_RTS 0x004
-TIOCM_SR       bits/ioctl.h    d       114     #define TIOCM_SR 0x010
-TIOCM_ST       bits/ioctl.h    d       113     #define TIOCM_ST 0x008
-TIOCNOTTY      bits/ioctl.h    d       35      #define TIOCNOTTY 0x5471
-TIOCNXCL       bits/ioctl.h    d       24      #define TIOCNXCL 0x740E
-TIOCOUTQ       bits/ioctl.h    d       25      #define TIOCOUTQ 0x7472
-TIOCPKT        bits/ioctl.h    d       32      #define TIOCPKT 0x5470
-TIOCPKT_DATA   bits/ioctl.h    d       92      #define TIOCPKT_DATA 0
-TIOCPKT_DOSTOP bits/ioctl.h    d       98      #define TIOCPKT_DOSTOP 32
-TIOCPKT_FLUSHREAD      bits/ioctl.h    d       93      #define TIOCPKT_FLUSHREAD 1
-TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       94      #define TIOCPKT_FLUSHWRITE 2
-TIOCPKT_IOCTL  bits/ioctl.h    d       99      #define TIOCPKT_IOCTL 64
-TIOCPKT_NOSTOP bits/ioctl.h    d       97      #define TIOCPKT_NOSTOP 16
-TIOCPKT_START  bits/ioctl.h    d       96      #define TIOCPKT_START 8
-TIOCPKT_STOP   bits/ioctl.h    d       95      #define TIOCPKT_STOP 4
-TIOCSBRK       bits/ioctl.h    d       58      #define TIOCSBRK 0x5427
-TIOCSCTTY      bits/ioctl.h    d       64      #define TIOCSCTTY 0x5480
-TIOCSERCONFIG  bits/ioctl.h    d       72      #define TIOCSERCONFIG 0x5488
-TIOCSERGETLSR  bits/ioctl.h    d       78      #define TIOCSERGETLSR 0x548E
-TIOCSERGETMULTI        bits/ioctl.h    d       79      #define TIOCSERGETMULTI 0x548F
-TIOCSERGSTRUCT bits/ioctl.h    d       77      #define TIOCSERGSTRUCT 0x548D
-TIOCSERGWILD   bits/ioctl.h    d       73      #define TIOCSERGWILD 0x5489
-TIOCSERSETMULTI        bits/ioctl.h    d       80      #define TIOCSERSETMULTI 0x5490
-TIOCSERSWILD   bits/ioctl.h    d       74      #define TIOCSERSWILD 0x548A
-TIOCSER_TEMT   bits/ioctl.h    d       101     #define TIOCSER_TEMT 0x01
-TIOCSER_TEMT   bits/termios.h  d       165     #define TIOCSER_TEMT 1
-TIOCSETD       bits/ioctl.h    d       36      #define TIOCSETD 0x7401
-TIOCSETN       bits/ioctl.h    d       56      #define TIOCSETN 0x740A
-TIOCSETP       bits/ioctl.h    d       55      #define TIOCSETP 0x7409
-TIOCSHAYESESP  bits/ioctl.h    d       84      #define TIOCSHAYESESP 0x5494
-TIOCSLCKTRMIOS bits/ioctl.h    d       76      #define TIOCSLCKTRMIOS 0x548C
-TIOCSLTC       bits/ioctl.h    d       46      #define TIOCSLTC 0x7475
-TIOCSPGRP      bits/ioctl.h    d       47      #define TIOCSPGRP _IOW('t', 118, int)
-TIOCSPTLCK     bits/ioctl.h    d       62      #define TIOCSPTLCK _IOW('T', 0x31, int)
-TIOCSSERIAL    bits/ioctl.h    d       69      #define TIOCSSERIAL 0x5485
-TIOCSSOFTCAR   bits/ioctl.h    d       66      #define TIOCSSOFTCAR 0x5482
-TIOCSTI        bits/ioctl.h    d       26      #define TIOCSTI 0x5472
-TIOCSWINSZ     bits/ioctl.h    d       33      #define TIOCSWINSZ _IOW('t', 103, struct winsize)
-TIOCTTYGSTRUCT bits/ioctl.h    d       86      #define TIOCTTYGSTRUCT 0x5426
-TOSTOP bits/termios.h  d       141     #define TOSTOP 0100000
-UINTPTR_MAX    bits/stdint.h   d       17      #define UINTPTR_MAX UINT64_MAX
-UINT_FAST16_MAX        bits/stdint.h   d       12      #define UINT_FAST16_MAX UINT32_MAX
-UINT_FAST32_MAX        bits/stdint.h   d       13      #define UINT_FAST32_MAX UINT32_MAX
-VDISCARD       bits/termios.h  d       23      #define VDISCARD 13
-VEOF   bits/termios.h  d       26      #define VEOF 16
-VEOL   bits/termios.h  d       27      #define VEOL 17
-VEOL2  bits/termios.h  d       16      #define VEOL2 6
-VERASE bits/termios.h  d       12      #define VERASE 2
-VINTR  bits/termios.h  d       10      #define VINTR 0
-VKILL  bits/termios.h  d       13      #define VKILL 3
-VLNEXT bits/termios.h  d       25      #define VLNEXT 15
-VMIN   bits/termios.h  d       14      #define VMIN 4
-VQUIT  bits/termios.h  d       11      #define VQUIT 1
-VREPRINT       bits/termios.h  d       22      #define VREPRINT 12
-VSTART bits/termios.h  d       19      #define VSTART 8
-VSTOP  bits/termios.h  d       20      #define VSTOP 9
-VSUSP  bits/termios.h  d       21      #define VSUSP 10
-VSWTC  bits/termios.h  d       17      #define VSWTC 7
-VSWTCH bits/termios.h  d       18      #define VSWTCH 7
-VT0    bits/termios.h  d       74      #define VT0 0000000
-VT1    bits/termios.h  d       75      #define VT1 0040000
-VTDLY  bits/termios.h  d       73      #define VTDLY 0040000
-VTIME  bits/termios.h  d       15      #define VTIME 5
-VWERASE        bits/termios.h  d       24      #define VWERASE 14
-XCASE  bits/termios.h  d       129     #define XCASE 0000004
-XTABS  bits/termios.h  d       164     #define XTABS 0014000
-_Addr  bits/alltypes.h d       1       #define _Addr long
-_IO    bits/ioctl.h    d       6       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
-_IOC   bits/ioctl.h    d       1       #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) )
-_IOC_NONE      bits/ioctl.h    d       2       #define _IOC_NONE 1U
-_IOC_READ      bits/ioctl.h    d       3       #define _IOC_READ 2U
-_IOC_WRITE     bits/ioctl.h    d       4       #define _IOC_WRITE 4U
-_IOR   bits/ioctl.h    d       8       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
-_IOW   bits/ioctl.h    d       7       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
-_IOWR  bits/ioctl.h    d       9       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
-_Int64 bits/alltypes.h d       2       #define _Int64 long
-_NSIG  bits/signal.h   d       143     #define _NSIG 128
-_POSIX_V6_LP64_OFFBIG  bits/posix.h    d       1       #define _POSIX_V6_LP64_OFFBIG 1
-_POSIX_V7_LP64_OFFBIG  bits/posix.h    d       2       #define _POSIX_V7_LP64_OFFBIG 1
-_Reg   bits/alltypes.h d       3       #define _Reg long
-__BYTE_ORDER   bits/endian.h   d       2       #define __BYTE_ORDER __LITTLE_ENDIAN
-__BYTE_ORDER   bits/endian.h   d       4       #define __BYTE_ORDER __BIG_ENDIAN
-__DEFINED_FILE bits/alltypes.h d       350     #define __DEFINED_FILE
-__DEFINED___isoc_va_list       bits/alltypes.h d       12      #define __DEFINED___isoc_va_list
-__DEFINED_blkcnt_t     bits/alltypes.h d       217     #define __DEFINED_blkcnt_t
-__DEFINED_blksize_t    bits/alltypes.h d       212     #define __DEFINED_blksize_t
-__DEFINED_clock_t      bits/alltypes.h d       254     #define __DEFINED_clock_t
-__DEFINED_clockid_t    bits/alltypes.h d       249     #define __DEFINED_clockid_t
-__DEFINED_cnd_t        bits/alltypes.h d       80      #define __DEFINED_cnd_t
-__DEFINED_dev_t        bits/alltypes.h d       207     #define __DEFINED_dev_t
-__DEFINED_double_t     bits/alltypes.h d       31      #define __DEFINED_double_t
-__DEFINED_float_t      bits/alltypes.h d       26      #define __DEFINED_float_t
-__DEFINED_fsblkcnt_t   bits/alltypes.h d       222     #define __DEFINED_fsblkcnt_t
-__DEFINED_fsfilcnt_t   bits/alltypes.h d       227     #define __DEFINED_fsfilcnt_t
-__DEFINED_gid_t        bits/alltypes.h d       285     #define __DEFINED_gid_t
-__DEFINED_id_t bits/alltypes.h d       275     #define __DEFINED_id_t
-__DEFINED_ino_t        bits/alltypes.h d       202     #define __DEFINED_ino_t
-__DEFINED_int16_t      bits/alltypes.h d       136     #define __DEFINED_int16_t
-__DEFINED_int32_t      bits/alltypes.h d       141     #define __DEFINED_int32_t
-__DEFINED_int64_t      bits/alltypes.h d       146     #define __DEFINED_int64_t
-__DEFINED_int8_t       bits/alltypes.h d       131     #define __DEFINED_int8_t
-__DEFINED_intmax_t     bits/alltypes.h d       151     #define __DEFINED_intmax_t
-__DEFINED_intptr_t     bits/alltypes.h d       115     #define __DEFINED_intptr_t
-__DEFINED_key_t        bits/alltypes.h d       290     #define __DEFINED_key_t
-__DEFINED_locale_t     bits/alltypes.h d       362     #define __DEFINED_locale_t
-__DEFINED_max_align_t  bits/alltypes.h d       37      #define __DEFINED_max_align_t
-__DEFINED_mbstate_t    bits/alltypes.h d       356     #define __DEFINED_mbstate_t
-__DEFINED_mode_t       bits/alltypes.h d       187     #define __DEFINED_mode_t
-__DEFINED_mtx_t        bits/alltypes.h d       70      #define __DEFINED_mtx_t
-__DEFINED_nlink_t      bits/alltypes.h d       192     #define __DEFINED_nlink_t
-__DEFINED_nlink_t      bits/alltypes.h d       54      #define __DEFINED_nlink_t
-__DEFINED_off_t        bits/alltypes.h d       197     #define __DEFINED_off_t
-__DEFINED_pid_t        bits/alltypes.h d       270     #define __DEFINED_pid_t
-__DEFINED_pthread_attr_t       bits/alltypes.h d       60      #define __DEFINED_pthread_attr_t
-__DEFINED_pthread_barrier_t    bits/alltypes.h d       90      #define __DEFINED_pthread_barrier_t
-__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       339     #define __DEFINED_pthread_barrierattr_t
-__DEFINED_pthread_cond_t       bits/alltypes.h d       75      #define __DEFINED_pthread_cond_t
-__DEFINED_pthread_condattr_t   bits/alltypes.h d       334     #define __DEFINED_pthread_condattr_t
-__DEFINED_pthread_key_t        bits/alltypes.h d       319     #define __DEFINED_pthread_key_t
-__DEFINED_pthread_mutex_t      bits/alltypes.h d       65      #define __DEFINED_pthread_mutex_t
-__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       329     #define __DEFINED_pthread_mutexattr_t
-__DEFINED_pthread_once_t       bits/alltypes.h d       314     #define __DEFINED_pthread_once_t
-__DEFINED_pthread_rwlock_t     bits/alltypes.h d       85      #define __DEFINED_pthread_rwlock_t
-__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       344     #define __DEFINED_pthread_rwlockattr_t
-__DEFINED_pthread_spinlock_t   bits/alltypes.h d       324     #define __DEFINED_pthread_spinlock_t
-__DEFINED_pthread_t    bits/alltypes.h d       302     #define __DEFINED_pthread_t
-__DEFINED_pthread_t    bits/alltypes.h d       308     #define __DEFINED_pthread_t
-__DEFINED_ptrdiff_t    bits/alltypes.h d       105     #define __DEFINED_ptrdiff_t
-__DEFINED_register_t   bits/alltypes.h d       125     #define __DEFINED_register_t
-__DEFINED_regoff_t     bits/alltypes.h d       120     #define __DEFINED_regoff_t
-__DEFINED_sa_family_t  bits/alltypes.h d       385     #define __DEFINED_sa_family_t
-__DEFINED_sigset_t     bits/alltypes.h d       368     #define __DEFINED_sigset_t
-__DEFINED_size_t       bits/alltypes.h d       95      #define __DEFINED_size_t
-__DEFINED_socklen_t    bits/alltypes.h d       380     #define __DEFINED_socklen_t
-__DEFINED_ssize_t      bits/alltypes.h d       110     #define __DEFINED_ssize_t
-__DEFINED_struct_iovec bits/alltypes.h d       374     #define __DEFINED_struct_iovec
-__DEFINED_struct_timespec      bits/alltypes.h d       264     #define __DEFINED_struct_timespec
-__DEFINED_struct_timeval       bits/alltypes.h d       259     #define __DEFINED_struct_timeval
-__DEFINED_suseconds_t  bits/alltypes.h d       48      #define __DEFINED_suseconds_t
-__DEFINED_time_t       bits/alltypes.h d       43      #define __DEFINED_time_t
-__DEFINED_timer_t      bits/alltypes.h d       244     #define __DEFINED_timer_t
-__DEFINED_u_int64_t    bits/alltypes.h d       176     #define __DEFINED_u_int64_t
-__DEFINED_uid_t        bits/alltypes.h d       280     #define __DEFINED_uid_t
-__DEFINED_uint16_t     bits/alltypes.h d       161     #define __DEFINED_uint16_t
-__DEFINED_uint32_t     bits/alltypes.h d       166     #define __DEFINED_uint32_t
-__DEFINED_uint64_t     bits/alltypes.h d       171     #define __DEFINED_uint64_t
-__DEFINED_uint8_t      bits/alltypes.h d       156     #define __DEFINED_uint8_t
-__DEFINED_uintmax_t    bits/alltypes.h d       181     #define __DEFINED_uintmax_t
-__DEFINED_uintptr_t    bits/alltypes.h d       100     #define __DEFINED_uintptr_t
-__DEFINED_useconds_t   bits/alltypes.h d       295     #define __DEFINED_useconds_t
-__DEFINED_va_list      bits/alltypes.h d       7       #define __DEFINED_va_list
-__DEFINED_wchar_t      bits/alltypes.h d       19      #define __DEFINED_wchar_t
-__DEFINED_wctype_t     bits/alltypes.h d       238     #define __DEFINED_wctype_t
-__DEFINED_wint_t       bits/alltypes.h d       233     #define __DEFINED_wint_t
-__NR__newselect        bits/syscall.h  d       23      #define __NR__newselect 5022
-__NR__sysctl   bits/syscall.h  d       153     #define __NR__sysctl 5152
-__NR_accept    bits/syscall.h  d       43      #define __NR_accept 5042
-__NR_accept4   bits/syscall.h  d       293     #define __NR_accept4 5293
-__NR_access    bits/syscall.h  d       21      #define __NR_access 5020
-__NR_acct      bits/syscall.h  d       159     #define __NR_acct 5158
-__NR_add_key   bits/syscall.h  d       239     #define __NR_add_key 5239
-__NR_adjtimex  bits/syscall.h  d       155     #define __NR_adjtimex 5154
-__NR_afs_syscall       bits/syscall.h  d       177     #define __NR_afs_syscall 5176
-__NR_alarm     bits/syscall.h  d       38      #define __NR_alarm 5037
-__NR_bind      bits/syscall.h  d       49      #define __NR_bind 5048
-__NR_bpf       bits/syscall.h  d       315     #define __NR_bpf 5315
-__NR_brk       bits/syscall.h  d       13      #define __NR_brk 5012
-__NR_cachectl  bits/syscall.h  d       199     #define __NR_cachectl 5198
-__NR_cacheflush        bits/syscall.h  d       198     #define __NR_cacheflush 5197
-__NR_capget    bits/syscall.h  d       124     #define __NR_capget 5123
-__NR_capset    bits/syscall.h  d       125     #define __NR_capset 5124
-__NR_chdir     bits/syscall.h  d       79      #define __NR_chdir 5078
-__NR_chmod     bits/syscall.h  d       89      #define __NR_chmod 5088
-__NR_chown     bits/syscall.h  d       91      #define __NR_chown 5090
-__NR_chroot    bits/syscall.h  d       157     #define __NR_chroot 5156
-__NR_clock_adjtime     bits/syscall.h  d       300     #define __NR_clock_adjtime 5300
-__NR_clock_getres      bits/syscall.h  d       224     #define __NR_clock_getres 5223
-__NR_clock_gettime     bits/syscall.h  d       223     #define __NR_clock_gettime 5222
-__NR_clock_nanosleep   bits/syscall.h  d       225     #define __NR_clock_nanosleep 5224
-__NR_clock_settime     bits/syscall.h  d       222     #define __NR_clock_settime 5221
-__NR_clone     bits/syscall.h  d       56      #define __NR_clone 5055
-__NR_close     bits/syscall.h  d       4       #define __NR_close 5003
-__NR_connect   bits/syscall.h  d       42      #define __NR_connect 5041
-__NR_copy_file_range   bits/syscall.h  d       320     #define __NR_copy_file_range 5320
-__NR_creat     bits/syscall.h  d       84      #define __NR_creat 5083
-__NR_create_module     bits/syscall.h  d       168     #define __NR_create_module 5167
-__NR_delete_module     bits/syscall.h  d       170     #define __NR_delete_module 5169
-__NR_dup       bits/syscall.h  d       32      #define __NR_dup 5031
-__NR_dup2      bits/syscall.h  d       33      #define __NR_dup2 5032
-__NR_dup3      bits/syscall.h  d       286     #define __NR_dup3 5286
-__NR_epoll_create      bits/syscall.h  d       208     #define __NR_epoll_create 5207
-__NR_epoll_create1     bits/syscall.h  d       285     #define __NR_epoll_create1 5285
-__NR_epoll_ctl bits/syscall.h  d       209     #define __NR_epoll_ctl 5208
-__NR_epoll_pwait       bits/syscall.h  d       272     #define __NR_epoll_pwait 5272
-__NR_epoll_wait        bits/syscall.h  d       210     #define __NR_epoll_wait 5209
-__NR_eventfd   bits/syscall.h  d       278     #define __NR_eventfd 5278
-__NR_eventfd2  bits/syscall.h  d       284     #define __NR_eventfd2 5284
-__NR_execve    bits/syscall.h  d       58      #define __NR_execve 5057
-__NR_execveat  bits/syscall.h  d       316     #define __NR_execveat 5316
-__NR_exit      bits/syscall.h  d       59      #define __NR_exit 5058
-__NR_exit_group        bits/syscall.h  d       206     #define __NR_exit_group 5205
-__NR_faccessat bits/syscall.h  d       259     #define __NR_faccessat 5259
-__NR_fadvise64 bits/syscall.h  d       216     #define __NR_fadvise64 5215
-__NR_fallocate bits/syscall.h  d       279     #define __NR_fallocate 5279
-__NR_fanotify_init     bits/syscall.h  d       295     #define __NR_fanotify_init 5295
-__NR_fanotify_mark     bits/syscall.h  d       296     #define __NR_fanotify_mark 5296
-__NR_fchdir    bits/syscall.h  d       80      #define __NR_fchdir 5079
-__NR_fchmod    bits/syscall.h  d       90      #define __NR_fchmod 5089
-__NR_fchmodat  bits/syscall.h  d       258     #define __NR_fchmodat 5258
-__NR_fchown    bits/syscall.h  d       92      #define __NR_fchown 5091
-__NR_fchownat  bits/syscall.h  d       250     #define __NR_fchownat 5250
-__NR_fcntl     bits/syscall.h  d       71      #define __NR_fcntl 5070
-__NR_fdatasync bits/syscall.h  d       74      #define __NR_fdatasync 5073
-__NR_fgetxattr bits/syscall.h  d       186     #define __NR_fgetxattr 5185
-__NR_finit_module      bits/syscall.h  d       307     #define __NR_finit_module 5307
-__NR_flistxattr        bits/syscall.h  d       189     #define __NR_flistxattr 5188
-__NR_flock     bits/syscall.h  d       72      #define __NR_flock 5071
-__NR_fork      bits/syscall.h  d       57      #define __NR_fork 5056
-__NR_fremovexattr      bits/syscall.h  d       192     #define __NR_fremovexattr 5191
-__NR_fsetxattr bits/syscall.h  d       183     #define __NR_fsetxattr 5182
-__NR_fstat     bits/syscall.h  d       6       #define __NR_fstat 5005
-__NR_fstatfs   bits/syscall.h  d       136     #define __NR_fstatfs 5135
-__NR_fsync     bits/syscall.h  d       73      #define __NR_fsync 5072
-__NR_ftruncate bits/syscall.h  d       76      #define __NR_ftruncate 5075
-__NR_futex     bits/syscall.h  d       195     #define __NR_futex 5194
-__NR_futimesat bits/syscall.h  d       251     #define __NR_futimesat 5251
-__NR_get_kernel_syms   bits/syscall.h  d       171     #define __NR_get_kernel_syms 5170
-__NR_get_mempolicy     bits/syscall.h  d       229     #define __NR_get_mempolicy 5228
-__NR_get_robust_list   bits/syscall.h  d       269     #define __NR_get_robust_list 5269
-__NR_getcpu    bits/syscall.h  d       271     #define __NR_getcpu 5271
-__NR_getcwd    bits/syscall.h  d       78      #define __NR_getcwd 5077
-__NR_getdents  bits/syscall.h  d       77      #define __NR_getdents 5076
-__NR_getdents64        bits/syscall.h  d       308     #define __NR_getdents64 5308
-__NR_getegid   bits/syscall.h  d       107     #define __NR_getegid 5106
-__NR_geteuid   bits/syscall.h  d       106     #define __NR_geteuid 5105
-__NR_getgid    bits/syscall.h  d       103     #define __NR_getgid 5102
-__NR_getgroups bits/syscall.h  d       114     #define __NR_getgroups 5113
-__NR_getitimer bits/syscall.h  d       36      #define __NR_getitimer 5035
-__NR_getpeername       bits/syscall.h  d       52      #define __NR_getpeername 5051
-__NR_getpgid   bits/syscall.h  d       120     #define __NR_getpgid 5119
-__NR_getpgrp   bits/syscall.h  d       110     #define __NR_getpgrp 5109
-__NR_getpid    bits/syscall.h  d       39      #define __NR_getpid 5038
-__NR_getpmsg   bits/syscall.h  d       175     #define __NR_getpmsg 5174
-__NR_getppid   bits/syscall.h  d       109     #define __NR_getppid 5108
-__NR_getpriority       bits/syscall.h  d       138     #define __NR_getpriority 5137
-__NR_getrandom bits/syscall.h  d       313     #define __NR_getrandom 5313
-__NR_getresgid bits/syscall.h  d       119     #define __NR_getresgid 5118
-__NR_getresuid bits/syscall.h  d       117     #define __NR_getresuid 5116
-__NR_getrlimit bits/syscall.h  d       96      #define __NR_getrlimit 5095
-__NR_getrusage bits/syscall.h  d       97      #define __NR_getrusage 5096
-__NR_getsid    bits/syscall.h  d       123     #define __NR_getsid 5122
-__NR_getsockname       bits/syscall.h  d       51      #define __NR_getsockname 5050
-__NR_getsockopt        bits/syscall.h  d       55      #define __NR_getsockopt 5054
-__NR_gettid    bits/syscall.h  d       179     #define __NR_gettid 5178
-__NR_gettimeofday      bits/syscall.h  d       95      #define __NR_gettimeofday 5094
-__NR_getuid    bits/syscall.h  d       101     #define __NR_getuid 5100
-__NR_getxattr  bits/syscall.h  d       184     #define __NR_getxattr 5183
-__NR_init_module       bits/syscall.h  d       169     #define __NR_init_module 5168
-__NR_inotify_add_watch bits/syscall.h  d       244     #define __NR_inotify_add_watch 5244
-__NR_inotify_init      bits/syscall.h  d       243     #define __NR_inotify_init 5243
-__NR_inotify_init1     bits/syscall.h  d       288     #define __NR_inotify_init1 5288
-__NR_inotify_rm_watch  bits/syscall.h  d       245     #define __NR_inotify_rm_watch 5245
-__NR_io_cancel bits/syscall.h  d       205     #define __NR_io_cancel 5204
-__NR_io_destroy        bits/syscall.h  d       202     #define __NR_io_destroy 5201
-__NR_io_getevents      bits/syscall.h  d       203     #define __NR_io_getevents 5202
-__NR_io_setup  bits/syscall.h  d       201     #define __NR_io_setup 5200
-__NR_io_submit bits/syscall.h  d       204     #define __NR_io_submit 5203
-__NR_ioctl     bits/syscall.h  d       16      #define __NR_ioctl 5015
-__NR_ioprio_get        bits/syscall.h  d       274     #define __NR_ioprio_get 5274
-__NR_ioprio_set        bits/syscall.h  d       273     #define __NR_ioprio_set 5273
-__NR_kcmp      bits/syscall.h  d       306     #define __NR_kcmp 5306
-__NR_kexec_load        bits/syscall.h  d       270     #define __NR_kexec_load 5270
-__NR_keyctl    bits/syscall.h  d       241     #define __NR_keyctl 5241
-__NR_kill      bits/syscall.h  d       61      #define __NR_kill 5060
-__NR_lchown    bits/syscall.h  d       93      #define __NR_lchown 5092
-__NR_lgetxattr bits/syscall.h  d       185     #define __NR_lgetxattr 5184
-__NR_link      bits/syscall.h  d       85      #define __NR_link 5084
-__NR_linkat    bits/syscall.h  d       255     #define __NR_linkat 5255
-__NR_listen    bits/syscall.h  d       50      #define __NR_listen 5049
-__NR_listxattr bits/syscall.h  d       187     #define __NR_listxattr 5186
-__NR_llistxattr        bits/syscall.h  d       188     #define __NR_llistxattr 5187
-__NR_lookup_dcookie    bits/syscall.h  d       207     #define __NR_lookup_dcookie 5206
-__NR_lremovexattr      bits/syscall.h  d       191     #define __NR_lremovexattr 5190
-__NR_lseek     bits/syscall.h  d       9       #define __NR_lseek 5008
-__NR_lsetxattr bits/syscall.h  d       182     #define __NR_lsetxattr 5181
-__NR_lstat     bits/syscall.h  d       7       #define __NR_lstat 5006
-__NR_madvise   bits/syscall.h  d       28      #define __NR_madvise 5027
-__NR_mbind     bits/syscall.h  d       228     #define __NR_mbind 5227
-__NR_membarrier        bits/syscall.h  d       318     #define __NR_membarrier 5318
-__NR_memfd_create      bits/syscall.h  d       314     #define __NR_memfd_create 5314
-__NR_migrate_pages     bits/syscall.h  d       246     #define __NR_migrate_pages 5246
-__NR_mincore   bits/syscall.h  d       27      #define __NR_mincore 5026
-__NR_mkdir     bits/syscall.h  d       82      #define __NR_mkdir 5081
-__NR_mkdirat   bits/syscall.h  d       248     #define __NR_mkdirat 5248
-__NR_mknod     bits/syscall.h  d       132     #define __NR_mknod 5131
-__NR_mknodat   bits/syscall.h  d       249     #define __NR_mknodat 5249
-__NR_mlock     bits/syscall.h  d       147     #define __NR_mlock 5146
-__NR_mlock2    bits/syscall.h  d       319     #define __NR_mlock2 5319
-__NR_mlockall  bits/syscall.h  d       149     #define __NR_mlockall 5148
-__NR_mmap      bits/syscall.h  d       10      #define __NR_mmap 5009
-__NR_mount     bits/syscall.h  d       161     #define __NR_mount 5160
-__NR_move_pages        bits/syscall.h  d       267     #define __NR_move_pages 5267
-__NR_mprotect  bits/syscall.h  d       11      #define __NR_mprotect 5010
-__NR_mq_getsetattr     bits/syscall.h  d       236     #define __NR_mq_getsetattr 5235
-__NR_mq_notify bits/syscall.h  d       235     #define __NR_mq_notify 5234
-__NR_mq_open   bits/syscall.h  d       231     #define __NR_mq_open 5230
-__NR_mq_timedreceive   bits/syscall.h  d       234     #define __NR_mq_timedreceive 5233
-__NR_mq_timedsend      bits/syscall.h  d       233     #define __NR_mq_timedsend 5232
-__NR_mq_unlink bits/syscall.h  d       232     #define __NR_mq_unlink 5231
-__NR_mremap    bits/syscall.h  d       25      #define __NR_mremap 5024
-__NR_msgctl    bits/syscall.h  d       70      #define __NR_msgctl 5069
-__NR_msgget    bits/syscall.h  d       67      #define __NR_msgget 5066
-__NR_msgrcv    bits/syscall.h  d       69      #define __NR_msgrcv 5068
-__NR_msgsnd    bits/syscall.h  d       68      #define __NR_msgsnd 5067
-__NR_msync     bits/syscall.h  d       26      #define __NR_msync 5025
-__NR_munlock   bits/syscall.h  d       148     #define __NR_munlock 5147
-__NR_munlockall        bits/syscall.h  d       150     #define __NR_munlockall 5149
-__NR_munmap    bits/syscall.h  d       12      #define __NR_munmap 5011
-__NR_name_to_handle_at bits/syscall.h  d       298     #define __NR_name_to_handle_at 5298
-__NR_nanosleep bits/syscall.h  d       35      #define __NR_nanosleep 5034
-__NR_newfstatat        bits/syscall.h  d       252     #define __NR_newfstatat 5252
-__NR_nfsservctl        bits/syscall.h  d       174     #define __NR_nfsservctl 5173
-__NR_open      bits/syscall.h  d       3       #define __NR_open 5002
-__NR_open_by_handle_at bits/syscall.h  d       299     #define __NR_open_by_handle_at 5299
-__NR_openat    bits/syscall.h  d       247     #define __NR_openat 5247
-__NR_pause     bits/syscall.h  d       34      #define __NR_pause 5033
-__NR_perf_event_open   bits/syscall.h  d       292     #define __NR_perf_event_open 5292
-__NR_personality       bits/syscall.h  d       133     #define __NR_personality 5132
-__NR_pipe      bits/syscall.h  d       22      #define __NR_pipe 5021
-__NR_pipe2     bits/syscall.h  d       287     #define __NR_pipe2 5287
-__NR_pivot_root        bits/syscall.h  d       152     #define __NR_pivot_root 5151
-__NR_poll      bits/syscall.h  d       8       #define __NR_poll 5007
-__NR_ppoll     bits/syscall.h  d       261     #define __NR_ppoll 5261
-__NR_prctl     bits/syscall.h  d       154     #define __NR_prctl 5153
-__NR_pread64   bits/syscall.h  d       17      #define __NR_pread64 5016
-__NR_preadv    bits/syscall.h  d       289     #define __NR_preadv 5289
-__NR_prlimit64 bits/syscall.h  d       297     #define __NR_prlimit64 5297
-__NR_process_vm_readv  bits/syscall.h  d       304     #define __NR_process_vm_readv 5304
-__NR_process_vm_writev bits/syscall.h  d       305     #define __NR_process_vm_writev 5305
-__NR_pselect6  bits/syscall.h  d       260     #define __NR_pselect6 5260
-__NR_ptrace    bits/syscall.h  d       100     #define __NR_ptrace 5099
-__NR_putpmsg   bits/syscall.h  d       176     #define __NR_putpmsg 5175
-__NR_pwrite64  bits/syscall.h  d       18      #define __NR_pwrite64 5017
-__NR_pwritev   bits/syscall.h  d       290     #define __NR_pwritev 5290
-__NR_query_module      bits/syscall.h  d       172     #define __NR_query_module 5171
-__NR_quotactl  bits/syscall.h  d       173     #define __NR_quotactl 5172
-__NR_read      bits/syscall.h  d       1       #define __NR_read 5000
-__NR_readahead bits/syscall.h  d       180     #define __NR_readahead 5179
-__NR_readlink  bits/syscall.h  d       88      #define __NR_readlink 5087
-__NR_readlinkat        bits/syscall.h  d       257     #define __NR_readlinkat 5257
-__NR_readv     bits/syscall.h  d       19      #define __NR_readv 5018
-__NR_reboot    bits/syscall.h  d       165     #define __NR_reboot 5164
-__NR_recvfrom  bits/syscall.h  d       45      #define __NR_recvfrom 5044
-__NR_recvmmsg  bits/syscall.h  d       294     #define __NR_recvmmsg 5294
-__NR_recvmsg   bits/syscall.h  d       47      #define __NR_recvmsg 5046
-__NR_remap_file_pages  bits/syscall.h  d       211     #define __NR_remap_file_pages 5210
-__NR_removexattr       bits/syscall.h  d       190     #define __NR_removexattr 5189
-__NR_rename    bits/syscall.h  d       81      #define __NR_rename 5080
-__NR_renameat  bits/syscall.h  d       254     #define __NR_renameat 5254
-__NR_renameat2 bits/syscall.h  d       311     #define __NR_renameat2 5311
-__NR_request_key       bits/syscall.h  d       240     #define __NR_request_key 5240
-__NR_reserved177       bits/syscall.h  d       178     #define __NR_reserved177 5177
-__NR_reserved193       bits/syscall.h  d       194     #define __NR_reserved193 5193
-__NR_restart_syscall   bits/syscall.h  d       214     #define __NR_restart_syscall 5213
-__NR_rmdir     bits/syscall.h  d       83      #define __NR_rmdir 5082
-__NR_rt_sigaction      bits/syscall.h  d       14      #define __NR_rt_sigaction 5013
-__NR_rt_sigpending     bits/syscall.h  d       126     #define __NR_rt_sigpending 5125
-__NR_rt_sigprocmask    bits/syscall.h  d       15      #define __NR_rt_sigprocmask 5014
-__NR_rt_sigqueueinfo   bits/syscall.h  d       128     #define __NR_rt_sigqueueinfo 5127
-__NR_rt_sigreturn      bits/syscall.h  d       212     #define __NR_rt_sigreturn 5211
-__NR_rt_sigsuspend     bits/syscall.h  d       129     #define __NR_rt_sigsuspend 5128
-__NR_rt_sigtimedwait   bits/syscall.h  d       127     #define __NR_rt_sigtimedwait 5126
-__NR_rt_tgsigqueueinfo bits/syscall.h  d       291     #define __NR_rt_tgsigqueueinfo 5291
-__NR_sched_get_priority_max    bits/syscall.h  d       144     #define __NR_sched_get_priority_max 5143
-__NR_sched_get_priority_min    bits/syscall.h  d       145     #define __NR_sched_get_priority_min 5144
-__NR_sched_getaffinity bits/syscall.h  d       197     #define __NR_sched_getaffinity 5196
-__NR_sched_getattr     bits/syscall.h  d       310     #define __NR_sched_getattr 5310
-__NR_sched_getparam    bits/syscall.h  d       141     #define __NR_sched_getparam 5140
-__NR_sched_getscheduler        bits/syscall.h  d       143     #define __NR_sched_getscheduler 5142
-__NR_sched_rr_get_interval     bits/syscall.h  d       146     #define __NR_sched_rr_get_interval 5145
-__NR_sched_setaffinity bits/syscall.h  d       196     #define __NR_sched_setaffinity 5195
-__NR_sched_setattr     bits/syscall.h  d       309     #define __NR_sched_setattr 5309
-__NR_sched_setparam    bits/syscall.h  d       140     #define __NR_sched_setparam 5139
-__NR_sched_setscheduler        bits/syscall.h  d       142     #define __NR_sched_setscheduler 5141
-__NR_sched_yield       bits/syscall.h  d       24      #define __NR_sched_yield 5023
-__NR_seccomp   bits/syscall.h  d       312     #define __NR_seccomp 5312
-__NR_semctl    bits/syscall.h  d       65      #define __NR_semctl 5064
-__NR_semget    bits/syscall.h  d       63      #define __NR_semget 5062
-__NR_semop     bits/syscall.h  d       64      #define __NR_semop 5063
-__NR_semtimedop        bits/syscall.h  d       215     #define __NR_semtimedop 5214
-__NR_sendfile  bits/syscall.h  d       40      #define __NR_sendfile 5039
-__NR_sendmmsg  bits/syscall.h  d       302     #define __NR_sendmmsg 5302
-__NR_sendmsg   bits/syscall.h  d       46      #define __NR_sendmsg 5045
-__NR_sendto    bits/syscall.h  d       44      #define __NR_sendto 5043
-__NR_set_mempolicy     bits/syscall.h  d       230     #define __NR_set_mempolicy 5229
-__NR_set_robust_list   bits/syscall.h  d       268     #define __NR_set_robust_list 5268
-__NR_set_thread_area   bits/syscall.h  d       242     #define __NR_set_thread_area 5242
-__NR_set_tid_address   bits/syscall.h  d       213     #define __NR_set_tid_address 5212
-__NR_setdomainname     bits/syscall.h  d       167     #define __NR_setdomainname 5166
-__NR_setfsgid  bits/syscall.h  d       122     #define __NR_setfsgid 5121
-__NR_setfsuid  bits/syscall.h  d       121     #define __NR_setfsuid 5120
-__NR_setgid    bits/syscall.h  d       105     #define __NR_setgid 5104
-__NR_setgroups bits/syscall.h  d       115     #define __NR_setgroups 5114
-__NR_sethostname       bits/syscall.h  d       166     #define __NR_sethostname 5165
-__NR_setitimer bits/syscall.h  d       37      #define __NR_setitimer 5036
-__NR_setns     bits/syscall.h  d       303     #define __NR_setns 5303
-__NR_setpgid   bits/syscall.h  d       108     #define __NR_setpgid 5107
-__NR_setpriority       bits/syscall.h  d       139     #define __NR_setpriority 5138
-__NR_setregid  bits/syscall.h  d       113     #define __NR_setregid 5112
-__NR_setresgid bits/syscall.h  d       118     #define __NR_setresgid 5117
-__NR_setresuid bits/syscall.h  d       116     #define __NR_setresuid 5115
-__NR_setreuid  bits/syscall.h  d       112     #define __NR_setreuid 5111
-__NR_setrlimit bits/syscall.h  d       156     #define __NR_setrlimit 5155
-__NR_setsid    bits/syscall.h  d       111     #define __NR_setsid 5110
-__NR_setsockopt        bits/syscall.h  d       54      #define __NR_setsockopt 5053
-__NR_settimeofday      bits/syscall.h  d       160     #define __NR_settimeofday 5159
-__NR_setuid    bits/syscall.h  d       104     #define __NR_setuid 5103
-__NR_setxattr  bits/syscall.h  d       181     #define __NR_setxattr 5180
-__NR_shmat     bits/syscall.h  d       30      #define __NR_shmat 5029
-__NR_shmctl    bits/syscall.h  d       31      #define __NR_shmctl 5030
-__NR_shmdt     bits/syscall.h  d       66      #define __NR_shmdt 5065
-__NR_shmget    bits/syscall.h  d       29      #define __NR_shmget 5028
-__NR_shutdown  bits/syscall.h  d       48      #define __NR_shutdown 5047
-__NR_sigaltstack       bits/syscall.h  d       130     #define __NR_sigaltstack 5129
-__NR_signalfd  bits/syscall.h  d       276     #define __NR_signalfd 5276
-__NR_signalfd4 bits/syscall.h  d       283     #define __NR_signalfd4 5283
-__NR_socket    bits/syscall.h  d       41      #define __NR_socket 5040
-__NR_socketpair        bits/syscall.h  d       53      #define __NR_socketpair 5052
-__NR_splice    bits/syscall.h  d       263     #define __NR_splice 5263
-__NR_stat      bits/syscall.h  d       5       #define __NR_stat 5004
-__NR_statfs    bits/syscall.h  d       135     #define __NR_statfs 5134
-__NR_swapoff   bits/syscall.h  d       164     #define __NR_swapoff 5163
-__NR_swapon    bits/syscall.h  d       163     #define __NR_swapon 5162
-__NR_symlink   bits/syscall.h  d       87      #define __NR_symlink 5086
-__NR_symlinkat bits/syscall.h  d       256     #define __NR_symlinkat 5256
-__NR_sync      bits/syscall.h  d       158     #define __NR_sync 5157
-__NR_sync_file_range   bits/syscall.h  d       264     #define __NR_sync_file_range 5264
-__NR_syncfs    bits/syscall.h  d       301     #define __NR_syncfs 5301
-__NR_sysfs     bits/syscall.h  d       137     #define __NR_sysfs 5136
-__NR_sysinfo   bits/syscall.h  d       98      #define __NR_sysinfo 5097
-__NR_syslog    bits/syscall.h  d       102     #define __NR_syslog 5101
-__NR_sysmips   bits/syscall.h  d       200     #define __NR_sysmips 5199
-__NR_tee       bits/syscall.h  d       265     #define __NR_tee 5265
-__NR_tgkill    bits/syscall.h  d       226     #define __NR_tgkill 5225
-__NR_timer_create      bits/syscall.h  d       217     #define __NR_timer_create 5216
-__NR_timer_delete      bits/syscall.h  d       221     #define __NR_timer_delete 5220
-__NR_timer_getoverrun  bits/syscall.h  d       220     #define __NR_timer_getoverrun 5219
-__NR_timer_gettime     bits/syscall.h  d       219     #define __NR_timer_gettime 5218
-__NR_timer_settime     bits/syscall.h  d       218     #define __NR_timer_settime 5217
-__NR_timerfd   bits/syscall.h  d       277     #define __NR_timerfd 5277
-__NR_timerfd_create    bits/syscall.h  d       280     #define __NR_timerfd_create 5280
-__NR_timerfd_gettime   bits/syscall.h  d       281     #define __NR_timerfd_gettime 5281
-__NR_timerfd_settime   bits/syscall.h  d       282     #define __NR_timerfd_settime 5282
-__NR_times     bits/syscall.h  d       99      #define __NR_times 5098
-__NR_tkill     bits/syscall.h  d       193     #define __NR_tkill 5192
-__NR_truncate  bits/syscall.h  d       75      #define __NR_truncate 5074
-__NR_umask     bits/syscall.h  d       94      #define __NR_umask 5093
-__NR_umount2   bits/syscall.h  d       162     #define __NR_umount2 5161
-__NR_uname     bits/syscall.h  d       62      #define __NR_uname 5061
-__NR_unlink    bits/syscall.h  d       86      #define __NR_unlink 5085
-__NR_unlinkat  bits/syscall.h  d       253     #define __NR_unlinkat 5253
-__NR_unshare   bits/syscall.h  d       262     #define __NR_unshare 5262
-__NR_userfaultfd       bits/syscall.h  d       317     #define __NR_userfaultfd 5317
-__NR_ustat     bits/syscall.h  d       134     #define __NR_ustat 5133
-__NR_utime     bits/syscall.h  d       131     #define __NR_utime 5130
-__NR_utimensat bits/syscall.h  d       275     #define __NR_utimensat 5275
-__NR_utimes    bits/syscall.h  d       227     #define __NR_utimes 5226
-__NR_vhangup   bits/syscall.h  d       151     #define __NR_vhangup 5150
-__NR_vmsplice  bits/syscall.h  d       266     #define __NR_vmsplice 5266
-__NR_vserver   bits/syscall.h  d       237     #define __NR_vserver 5236
-__NR_wait4     bits/syscall.h  d       60      #define __NR_wait4 5059
-__NR_waitid    bits/syscall.h  d       238     #define __NR_waitid 5237
-__NR_write     bits/syscall.h  d       2       #define __NR_write 5001
-__NR_writev    bits/syscall.h  d       20      #define __NR_writev 5019
-__SI_SWAP_ERRNO_CODE   bits/signal.h   d       104     #define __SI_SWAP_ERRNO_CODE
-__WORDSIZE     bits/reg.h      d       2       #define __WORDSIZE 64
-__isoc_va_list bits/alltypes.h t       11      typedef __builtin_va_list __isoc_va_list;
-__jmp_buf      bits/setjmp.h   t       1       typedef unsigned long long __jmp_buf[23];
-blkcnt_t       bits/alltypes.h t       216     typedef _Int64 blkcnt_t;
-blksize_t      bits/alltypes.h t       211     typedef long blksize_t;
-clock_t        bits/alltypes.h t       253     typedef long clock_t;
-clockid_t      bits/alltypes.h t       248     typedef int clockid_t;
-cnd_t  bits/alltypes.h t       79      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } cnd_t;
-dev_t  bits/alltypes.h t       206     typedef unsigned _Int64 dev_t;
-double_t       bits/alltypes.h t       30      typedef double double_t;
-elf_fpreg_t    bits/user.h     t       15      typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
-elf_fpregset_t bits/user.h     t       15      typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
-elf_greg_t     bits/user.h     t       14      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
-elf_gregset_t  bits/user.h     t       14      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
-fenv_t bits/fenv.h     t       23      } fenv_t;
-fexcept_t      bits/fenv.h     t       19      typedef unsigned short fexcept_t;
-float_t        bits/alltypes.h t       25      typedef float float_t;
-fpregset_t     bits/signal.h   t       20      } fpregset_t;
-fsblkcnt_t     bits/alltypes.h t       221     typedef unsigned _Int64 fsblkcnt_t;
-fsfilcnt_t     bits/alltypes.h t       226     typedef unsigned _Int64 fsfilcnt_t;
-gid_t  bits/alltypes.h t       284     typedef unsigned gid_t;
-greg_t bits/signal.h   t       10      typedef unsigned long long greg_t, gregset_t[32];
-gregset_t      bits/signal.h   t       10      typedef unsigned long long greg_t, gregset_t[32];
-id_t   bits/alltypes.h t       274     typedef unsigned id_t;
-ino_t  bits/alltypes.h t       201     typedef unsigned _Int64 ino_t;
-int16_t        bits/alltypes.h t       135     typedef short int16_t;
-int32_t        bits/alltypes.h t       140     typedef int int32_t;
-int64_t        bits/alltypes.h t       145     typedef _Int64 int64_t;
-int8_t bits/alltypes.h t       130     typedef signed char int8_t;
-int_fast16_t   bits/stdint.h   t       1       typedef int32_t int_fast16_t;
-int_fast32_t   bits/stdint.h   t       2       typedef int32_t int_fast32_t;
-intmax_t       bits/alltypes.h t       150     typedef _Int64 intmax_t;
-intptr_t       bits/alltypes.h t       114     typedef _Addr intptr_t;
-key_t  bits/alltypes.h t       289     typedef int key_t;
-locale_t       bits/alltypes.h t       361     typedef struct __locale_struct * locale_t;
-max_align_t    bits/alltypes.h t       36      typedef struct { long long __ll; long double __ld; } max_align_t;
-mbstate_t      bits/alltypes.h t       355     typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
-mcontext_t     bits/signal.h   t       56      } mcontext_t;
-mcontext_t     bits/signal.h   t       64      } mcontext_t;
-mode_t bits/alltypes.h t       186     typedef unsigned mode_t;
-mtx_t  bits/alltypes.h t       69      typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } mtx_t;
-nlink_t        bits/alltypes.h t       191     typedef unsigned _Reg nlink_t;
-nlink_t        bits/alltypes.h t       53      typedef unsigned nlink_t;
-off_t  bits/alltypes.h t       196     typedef _Int64 off_t;
-pid_t  bits/alltypes.h t       269     typedef int pid_t;
-pthread_attr_t bits/alltypes.h t       59      typedef struct { union { int __i[14]; volatile int __vi[14]; unsigned long __s[7]; } __u; } pthread_attr_t;
-pthread_barrier_t      bits/alltypes.h t       89      typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[4]; } __u; } pthread_barrier_t;
-pthread_barrierattr_t  bits/alltypes.h t       338     typedef struct { unsigned __attr; } pthread_barrierattr_t;
-pthread_cond_t bits/alltypes.h t       74      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } pthread_cond_t;
-pthread_condattr_t     bits/alltypes.h t       333     typedef struct { unsigned __attr; } pthread_condattr_t;
-pthread_key_t  bits/alltypes.h t       318     typedef unsigned pthread_key_t;
-pthread_mutex_t        bits/alltypes.h t       64      typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } pthread_mutex_t;
-pthread_mutexattr_t    bits/alltypes.h t       328     typedef struct { unsigned __attr; } pthread_mutexattr_t;
-pthread_once_t bits/alltypes.h t       313     typedef int pthread_once_t;
-pthread_rwlock_t       bits/alltypes.h t       84      typedef struct { union { int __i[14]; volatile int __vi[14]; void *__p[7]; } __u; } pthread_rwlock_t;
-pthread_rwlockattr_t   bits/alltypes.h t       343     typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
-pthread_spinlock_t     bits/alltypes.h t       323     typedef int pthread_spinlock_t;
-pthread_t      bits/alltypes.h t       301     typedef unsigned long pthread_t;
-pthread_t      bits/alltypes.h t       307     typedef struct __pthread * pthread_t;
-ptrdiff_t      bits/alltypes.h t       104     typedef _Addr ptrdiff_t;
-register_t     bits/alltypes.h t       124     typedef _Reg register_t;
-regoff_t       bits/alltypes.h t       119     typedef _Addr regoff_t;
-sa_family_t    bits/alltypes.h t       384     typedef unsigned short sa_family_t;
-sigset_t       bits/alltypes.h t       367     typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
-size_t bits/alltypes.h t       94      typedef unsigned _Addr size_t;
-socklen_t      bits/alltypes.h t       379     typedef unsigned socklen_t;
-ssize_t        bits/alltypes.h t       109     typedef _Addr ssize_t;
-struct __mbstate_t     bits/alltypes.h s       355     
-struct __sigset_t      bits/alltypes.h s       367     
-struct __ucontext      bits/signal.h   s       73      
-struct cmsghdr bits/socket.h   s       23      
-struct iovec   bits/alltypes.h s       373     
-struct ipc_perm        bits/ipc.h      s       1       
-struct msghdr  bits/socket.h   s       3       
-struct msqid_ds        bits/msg.h      s       1       
-struct semid_ds        bits/sem.h      s       1       
-struct shm_info        bits/shm.h      s       20      
-struct shmid_ds        bits/shm.h      s       3       
-struct shminfo bits/shm.h      s       16      
-struct sigaltstack     bits/signal.h   s       67      
-struct sigcontext      bits/signal.h   s       22      
-struct stat    bits/stat.h     s       4       
-struct statfs  bits/statfs.h   s       1       
-struct termios bits/termios.h  s       1       
-struct timespec        bits/alltypes.h s       263     
-struct timeval bits/alltypes.h s       258     
-struct user    bits/user.h     s       1       
-struct winsize bits/ioctl.h    s       103     
-suseconds_t    bits/alltypes.h t       47      typedef long suseconds_t;
-time_t bits/alltypes.h t       42      typedef long time_t;
-timer_t        bits/alltypes.h t       243     typedef void * timer_t;
-u_int64_t      bits/alltypes.h t       175     typedef unsigned _Int64 u_int64_t;
-ucontext_t     bits/signal.h   t       79      } ucontext_t;
-uid_t  bits/alltypes.h t       279     typedef unsigned uid_t;
-uint16_t       bits/alltypes.h t       160     typedef unsigned short uint16_t;
-uint32_t       bits/alltypes.h t       165     typedef unsigned int uint32_t;
-uint64_t       bits/alltypes.h t       170     typedef unsigned _Int64 uint64_t;
-uint8_t        bits/alltypes.h t       155     typedef unsigned char uint8_t;
-uint_fast16_t  bits/stdint.h   t       3       typedef uint32_t uint_fast16_t;
-uint_fast32_t  bits/stdint.h   t       4       typedef uint32_t uint_fast32_t;
-uintmax_t      bits/alltypes.h t       180     typedef unsigned _Int64 uintmax_t;
-uintptr_t      bits/alltypes.h t       99      typedef unsigned _Addr uintptr_t;
-useconds_t     bits/alltypes.h t       294     typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       3       #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        bits/stdarg.h   d       4       #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end bits/stdarg.h   d       2       #define va_end(v) __builtin_va_end(v)
-va_list        bits/alltypes.h t       6       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       1       #define va_start(v,l) __builtin_va_start(v,l)
-wchar_t        bits/alltypes.h t       18      typedef int wchar_t;
-wctype_t       bits/alltypes.h t       237     typedef unsigned long wctype_t;
-wint_t bits/alltypes.h t       232     typedef unsigned wint_t;
+B0     bits/termios.h  d       #define B0 0000000
+B1000000       bits/termios.h  d       #define B1000000 0010010
+B110   bits/termios.h  d       #define B110 0000003
+B115200        bits/termios.h  d       #define B115200 0010002
+B1152000       bits/termios.h  d       #define B1152000 0010011
+B1200  bits/termios.h  d       #define B1200 0000011
+B134   bits/termios.h  d       #define B134 0000004
+B150   bits/termios.h  d       #define B150 0000005
+B1500000       bits/termios.h  d       #define B1500000 0010012
+B1800  bits/termios.h  d       #define B1800 0000012
+B19200 bits/termios.h  d       #define B19200 0000016
+B200   bits/termios.h  d       #define B200 0000006
+B2000000       bits/termios.h  d       #define B2000000 0010013
+B230400        bits/termios.h  d       #define B230400 0010003
+B2400  bits/termios.h  d       #define B2400 0000013
+B2500000       bits/termios.h  d       #define B2500000 0010014
+B300   bits/termios.h  d       #define B300 0000007
+B3000000       bits/termios.h  d       #define B3000000 0010015
+B3500000       bits/termios.h  d       #define B3500000 0010016
+B38400 bits/termios.h  d       #define B38400 0000017
+B4000000       bits/termios.h  d       #define B4000000 0010017
+B460800        bits/termios.h  d       #define B460800 0010004
+B4800  bits/termios.h  d       #define B4800 0000014
+B50    bits/termios.h  d       #define B50 0000001
+B500000        bits/termios.h  d       #define B500000 0010005
+B57600 bits/termios.h  d       #define B57600 0010001
+B576000        bits/termios.h  d       #define B576000 0010006
+B600   bits/termios.h  d       #define B600 0000010
+B75    bits/termios.h  d       #define B75 0000002
+B921600        bits/termios.h  d       #define B921600 0010007
+B9600  bits/termios.h  d       #define B9600 0000015
+BRKINT bits/termios.h  d       #define BRKINT 0000002
+BS0    bits/termios.h  d       #define BS0 0000000
+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
+CR3    bits/termios.h  d       #define CR3 0003000
+CRDLY  bits/termios.h  d       #define CRDLY 0003000
+CREAD  bits/termios.h  d       #define CREAD 0000200
+CRTSCTS        bits/termios.h  d       #define CRTSCTS 020000000000
+CS5    bits/termios.h  d       #define CS5 0000000
+CS6    bits/termios.h  d       #define CS6 0000020
+CS7    bits/termios.h  d       #define CS7 0000040
+CS8    bits/termios.h  d       #define CS8 0000060
+CSIZE  bits/termios.h  d       #define CSIZE 0000060
+CSTOPB bits/termios.h  d       #define CSTOPB 0000100
+DECIMAL_DIG    bits/float.h    d       #define DECIMAL_DIG 36
+E2BIG  bits/errno.h    d       #define E2BIG 7
+EACCES bits/errno.h    d       #define EACCES 13
+EADDRINUSE     bits/errno.h    d       #define EADDRINUSE 125
+EADDRNOTAVAIL  bits/errno.h    d       #define EADDRNOTAVAIL 126
+EADV   bits/errno.h    d       #define EADV 68
+EAFNOSUPPORT   bits/errno.h    d       #define EAFNOSUPPORT 124
+EAGAIN bits/errno.h    d       #define EAGAIN 11
+EALREADY       bits/errno.h    d       #define EALREADY 149
+EBADE  bits/errno.h    d       #define EBADE 50
+EBADF  bits/errno.h    d       #define EBADF 9
+EBADFD bits/errno.h    d       #define EBADFD 81
+EBADMSG        bits/errno.h    d       #define EBADMSG 77
+EBADR  bits/errno.h    d       #define EBADR 51
+EBADRQC        bits/errno.h    d       #define EBADRQC 54
+EBADSLT        bits/errno.h    d       #define EBADSLT 55
+EBFONT bits/errno.h    d       #define EBFONT 59
+EBUSY  bits/errno.h    d       #define EBUSY 16
+ECANCELED      bits/errno.h    d       #define ECANCELED 158
+ECHILD bits/errno.h    d       #define ECHILD 10
+ECHO   bits/termios.h  d       #define ECHO 0000010
+ECHOCTL        bits/termios.h  d       #define ECHOCTL 0001000
+ECHOE  bits/termios.h  d       #define ECHOE 0000020
+ECHOK  bits/termios.h  d       #define ECHOK 0000040
+ECHOKE bits/termios.h  d       #define ECHOKE 0004000
+ECHONL bits/termios.h  d       #define ECHONL 0000100
+ECHOPRT        bits/termios.h  d       #define ECHOPRT 0002000
+ECHRNG bits/errno.h    d       #define ECHRNG 37
+ECOMM  bits/errno.h    d       #define ECOMM 70
+ECONNABORTED   bits/errno.h    d       #define ECONNABORTED 130
+ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 146
+ECONNRESET     bits/errno.h    d       #define ECONNRESET 131
+EDEADLK        bits/errno.h    d       #define EDEADLK 45
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK 56
+EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 96
+EDOM   bits/errno.h    d       #define EDOM 33
+EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
+EDQUOT bits/errno.h    d       #define EDQUOT 1133
+EEXIST bits/errno.h    d       #define EEXIST 17
+EFAULT bits/errno.h    d       #define EFAULT 14
+EFBIG  bits/errno.h    d       #define EFBIG 27
+EF_CP0_BADVADDR        bits/reg.h      d       #define EF_CP0_BADVADDR 35
+EF_CP0_CAUSE   bits/reg.h      d       #define EF_CP0_CAUSE 37
+EF_CP0_EPC     bits/reg.h      d       #define EF_CP0_EPC 34
+EF_CP0_STATUS  bits/reg.h      d       #define EF_CP0_STATUS 36
+EF_HI  bits/reg.h      d       #define EF_HI 33
+EF_LO  bits/reg.h      d       #define EF_LO 32
+EF_R0  bits/reg.h      d       #define EF_R0 0
+EF_R1  bits/reg.h      d       #define EF_R1 1
+EF_R10 bits/reg.h      d       #define EF_R10 10
+EF_R11 bits/reg.h      d       #define EF_R11 11
+EF_R12 bits/reg.h      d       #define EF_R12 12
+EF_R13 bits/reg.h      d       #define EF_R13 13
+EF_R14 bits/reg.h      d       #define EF_R14 14
+EF_R15 bits/reg.h      d       #define EF_R15 15
+EF_R16 bits/reg.h      d       #define EF_R16 16
+EF_R17 bits/reg.h      d       #define EF_R17 17
+EF_R18 bits/reg.h      d       #define EF_R18 18
+EF_R19 bits/reg.h      d       #define EF_R19 19
+EF_R2  bits/reg.h      d       #define EF_R2 2
+EF_R20 bits/reg.h      d       #define EF_R20 20
+EF_R21 bits/reg.h      d       #define EF_R21 21
+EF_R22 bits/reg.h      d       #define EF_R22 22
+EF_R23 bits/reg.h      d       #define EF_R23 23
+EF_R24 bits/reg.h      d       #define EF_R24 24
+EF_R25 bits/reg.h      d       #define EF_R25 25
+EF_R26 bits/reg.h      d       #define EF_R26 26
+EF_R27 bits/reg.h      d       #define EF_R27 27
+EF_R28 bits/reg.h      d       #define EF_R28 28
+EF_R29 bits/reg.h      d       #define EF_R29 29
+EF_R3  bits/reg.h      d       #define EF_R3 3
+EF_R30 bits/reg.h      d       #define EF_R30 30
+EF_R31 bits/reg.h      d       #define EF_R31 31
+EF_R4  bits/reg.h      d       #define EF_R4 4
+EF_R5  bits/reg.h      d       #define EF_R5 5
+EF_R6  bits/reg.h      d       #define EF_R6 6
+EF_R7  bits/reg.h      d       #define EF_R7 7
+EF_R8  bits/reg.h      d       #define EF_R8 8
+EF_R9  bits/reg.h      d       #define EF_R9 9
+EF_SIZE        bits/reg.h      d       #define EF_SIZE 304
+EF_UNUSED0     bits/reg.h      d       #define EF_UNUSED0 38
+EHOSTDOWN      bits/errno.h    d       #define EHOSTDOWN 147
+EHOSTUNREACH   bits/errno.h    d       #define EHOSTUNREACH 148
+EHWPOISON      bits/errno.h    d       #define EHWPOISON 168
+EIDRM  bits/errno.h    d       #define EIDRM 36
+EILSEQ bits/errno.h    d       #define EILSEQ 88
+EINPROGRESS    bits/errno.h    d       #define EINPROGRESS 150
+EINTR  bits/errno.h    d       #define EINTR 4
+EINVAL bits/errno.h    d       #define EINVAL 22
+EIO    bits/errno.h    d       #define EIO 5
+EISCONN        bits/errno.h    d       #define EISCONN 133
+EISDIR bits/errno.h    d       #define EISDIR 21
+EISNAM bits/errno.h    d       #define EISNAM 139
+EKEYEXPIRED    bits/errno.h    d       #define EKEYEXPIRED 162
+EKEYREJECTED   bits/errno.h    d       #define EKEYREJECTED 164
+EKEYREVOKED    bits/errno.h    d       #define EKEYREVOKED 163
+EL2HLT bits/errno.h    d       #define EL2HLT 44
+EL2NSYNC       bits/errno.h    d       #define EL2NSYNC 38
+EL3HLT bits/errno.h    d       #define EL3HLT 39
+EL3RST bits/errno.h    d       #define EL3RST 40
+ELF_NFPREG     bits/user.h     d       #define ELF_NFPREG 33
+ELF_NGREG      bits/user.h     d       #define ELF_NGREG 45
+ELIBACC        bits/errno.h    d       #define ELIBACC 83
+ELIBBAD        bits/errno.h    d       #define ELIBBAD 84
+ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 87
+ELIBMAX        bits/errno.h    d       #define ELIBMAX 86
+ELIBSCN        bits/errno.h    d       #define ELIBSCN 85
+ELNRNG bits/errno.h    d       #define ELNRNG 41
+ELOOP  bits/errno.h    d       #define ELOOP 90
+EMEDIUMTYPE    bits/errno.h    d       #define EMEDIUMTYPE 160
+EMFILE bits/errno.h    d       #define EMFILE 24
+EMLINK bits/errno.h    d       #define EMLINK 31
+EMSGSIZE       bits/errno.h    d       #define EMSGSIZE 97
+EMULTIHOP      bits/errno.h    d       #define EMULTIHOP 74
+ENAMETOOLONG   bits/errno.h    d       #define ENAMETOOLONG 78
+ENAVAIL        bits/errno.h    d       #define ENAVAIL 138
+ENETDOWN       bits/errno.h    d       #define ENETDOWN 127
+ENETRESET      bits/errno.h    d       #define ENETRESET 129
+ENETUNREACH    bits/errno.h    d       #define ENETUNREACH 128
+ENFILE bits/errno.h    d       #define ENFILE 23
+ENOANO bits/errno.h    d       #define ENOANO 53
+ENOBUFS        bits/errno.h    d       #define ENOBUFS 132
+ENOCSI bits/errno.h    d       #define ENOCSI 43
+ENODATA        bits/errno.h    d       #define ENODATA 61
+ENODEV bits/errno.h    d       #define ENODEV 19
+ENOENT bits/errno.h    d       #define ENOENT 2
+ENOEXEC        bits/errno.h    d       #define ENOEXEC 8
+ENOKEY bits/errno.h    d       #define ENOKEY 161
+ENOLCK bits/errno.h    d       #define ENOLCK 46
+ENOLINK        bits/errno.h    d       #define ENOLINK 67
+ENOMEDIUM      bits/errno.h    d       #define ENOMEDIUM 159
+ENOMEM bits/errno.h    d       #define ENOMEM 12
+ENOMSG bits/errno.h    d       #define ENOMSG 35
+ENONET bits/errno.h    d       #define ENONET 64
+ENOPKG bits/errno.h    d       #define ENOPKG 65
+ENOPROTOOPT    bits/errno.h    d       #define ENOPROTOOPT 99
+ENOSPC bits/errno.h    d       #define ENOSPC 28
+ENOSR  bits/errno.h    d       #define ENOSR 63
+ENOSTR bits/errno.h    d       #define ENOSTR 60
+ENOSYS bits/errno.h    d       #define ENOSYS 89
+ENOTBLK        bits/errno.h    d       #define ENOTBLK 15
+ENOTCONN       bits/errno.h    d       #define ENOTCONN 134
+ENOTDIR        bits/errno.h    d       #define ENOTDIR 20
+ENOTEMPTY      bits/errno.h    d       #define ENOTEMPTY 93
+ENOTNAM        bits/errno.h    d       #define ENOTNAM 137
+ENOTRECOVERABLE        bits/errno.h    d       #define ENOTRECOVERABLE 166
+ENOTSOCK       bits/errno.h    d       #define ENOTSOCK 95
+ENOTSUP        bits/errno.h    d       #define ENOTSUP EOPNOTSUPP
+ENOTTY bits/errno.h    d       #define ENOTTY 25
+ENOTUNIQ       bits/errno.h    d       #define ENOTUNIQ 80
+ENXIO  bits/errno.h    d       #define ENXIO 6
+EOPNOTSUPP     bits/errno.h    d       #define EOPNOTSUPP 122
+EOVERFLOW      bits/errno.h    d       #define EOVERFLOW 79
+EOWNERDEAD     bits/errno.h    d       #define EOWNERDEAD 165
+EPERM  bits/errno.h    d       #define EPERM 1
+EPFNOSUPPORT   bits/errno.h    d       #define EPFNOSUPPORT 123
+EPIPE  bits/errno.h    d       #define EPIPE 32
+EPROTO bits/errno.h    d       #define EPROTO 71
+EPROTONOSUPPORT        bits/errno.h    d       #define EPROTONOSUPPORT 120
+EPROTOTYPE     bits/errno.h    d       #define EPROTOTYPE 98
+ERANGE bits/errno.h    d       #define ERANGE 34
+EREMCHG        bits/errno.h    d       #define EREMCHG 82
+EREMOTE        bits/errno.h    d       #define EREMOTE 66
+EREMOTEIO      bits/errno.h    d       #define EREMOTEIO 140
+ERESTART       bits/errno.h    d       #define ERESTART 91
+ERFKILL        bits/errno.h    d       #define ERFKILL 167
+EROFS  bits/errno.h    d       #define EROFS 30
+ESHUTDOWN      bits/errno.h    d       #define ESHUTDOWN 143
+ESOCKTNOSUPPORT        bits/errno.h    d       #define ESOCKTNOSUPPORT 121
+ESPIPE bits/errno.h    d       #define ESPIPE 29
+ESRCH  bits/errno.h    d       #define ESRCH 3
+ESRMNT bits/errno.h    d       #define ESRMNT 69
+ESTALE bits/errno.h    d       #define ESTALE 151
+ESTRPIPE       bits/errno.h    d       #define ESTRPIPE 92
+ETIME  bits/errno.h    d       #define ETIME 62
+ETIMEDOUT      bits/errno.h    d       #define ETIMEDOUT 145
+ETOOMANYREFS   bits/errno.h    d       #define ETOOMANYREFS 144
+ETXTBSY        bits/errno.h    d       #define ETXTBSY 26
+EUCLEAN        bits/errno.h    d       #define EUCLEAN 135
+EUNATCH        bits/errno.h    d       #define EUNATCH 42
+EUSERS bits/errno.h    d       #define EUSERS 94
+EWOULDBLOCK    bits/errno.h    d       #define EWOULDBLOCK EAGAIN
+EXDEV  bits/errno.h    d       #define EXDEV 18
+EXFULL bits/errno.h    d       #define EXFULL 52
+EXTA   bits/termios.h  d       #define EXTA 0000016
+EXTB   bits/termios.h  d       #define EXTB 0000017
+EXTPROC        bits/termios.h  d       #define EXTPROC 0200000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 124
+FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
+FE_DIVBYZERO   bits/fenv.h     d       #define FE_DIVBYZERO 32
+FE_DOWNWARD    bits/fenv.h     d       #define FE_DOWNWARD 3
+FE_INEXACT     bits/fenv.h     d       #define FE_INEXACT 4
+FE_INVALID     bits/fenv.h     d       #define FE_INVALID 64
+FE_OVERFLOW    bits/fenv.h     d       #define FE_OVERFLOW 16
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TOWARDZERO  bits/fenv.h     d       #define FE_TOWARDZERO 1
+FE_UNDERFLOW   bits/fenv.h     d       #define FE_UNDERFLOW 8
+FE_UPWARD      bits/fenv.h     d       #define FE_UPWARD 2
+FF0    bits/termios.h  d       #define FF0 0000000
+FF1    bits/termios.h  d       #define FF1 0100000
+FFDLY  bits/termios.h  d       #define FFDLY 0100000
+FILE   bits/alltypes.h T       typedef struct _IO_FILE FILE;
+FIOASYNC       bits/ioctl.h    d       #define FIOASYNC 0x667D
+FIOCLEX        bits/ioctl.h    d       #define FIOCLEX 0x6601
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN 0x8903
+FIONBIO        bits/ioctl.h    d       #define FIONBIO 0x667E
+FIONCLEX       bits/ioctl.h    d       #define FIONCLEX 0x6602
+FIONREAD       bits/ioctl.h    d       #define FIONREAD 0x467F
+FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE 0x667F
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN 0x8901
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 0
+FLUSHO bits/termios.h  d       #define FLUSHO 0020000
+F_DUPFD        bits/fcntl.h    d       #define F_DUPFD 0
+F_GETFD        bits/fcntl.h    d       #define F_GETFD 1
+F_GETFL        bits/fcntl.h    d       #define F_GETFL 3
+F_GETLK        bits/fcntl.h    d       #define F_GETLK 14
+F_GETOWN       bits/fcntl.h    d       #define F_GETOWN 23
+F_GETOWNER_UIDS        bits/fcntl.h    d       #define F_GETOWNER_UIDS 17
+F_GETOWN_EX    bits/fcntl.h    d       #define F_GETOWN_EX 16
+F_GETSIG       bits/fcntl.h    d       #define F_GETSIG 11
+F_SETFD        bits/fcntl.h    d       #define F_SETFD 2
+F_SETFL        bits/fcntl.h    d       #define F_SETFL 4
+F_SETLK        bits/fcntl.h    d       #define F_SETLK 6
+F_SETLKW       bits/fcntl.h    d       #define F_SETLKW 7
+F_SETOWN       bits/fcntl.h    d       #define F_SETOWN 24
+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
+ICANON bits/termios.h  d       #define ICANON 0000002
+ICRNL  bits/termios.h  d       #define ICRNL 0000400
+IEXTEN bits/termios.h  d       #define IEXTEN 0000400
+IGNBRK bits/termios.h  d       #define IGNBRK 0000001
+IGNCR  bits/termios.h  d       #define IGNCR 0000200
+IGNPAR bits/termios.h  d       #define IGNPAR 0000004
+IMAXBEL        bits/termios.h  d       #define IMAXBEL 0020000
+INLCR  bits/termios.h  d       #define INLCR 0000100
+INPCK  bits/termios.h  d       #define INPCK 0000020
+INTPTR_MAX     bits/stdint.h   d       #define INTPTR_MAX INT64_MAX
+INTPTR_MIN     bits/stdint.h   d       #define INTPTR_MIN INT64_MIN
+INT_FAST16_MAX bits/stdint.h   d       #define INT_FAST16_MAX INT32_MAX
+INT_FAST16_MIN bits/stdint.h   d       #define INT_FAST16_MIN INT32_MIN
+INT_FAST32_MAX bits/stdint.h   d       #define INT_FAST32_MAX INT32_MAX
+INT_FAST32_MIN bits/stdint.h   d       #define INT_FAST32_MIN INT32_MIN
+IPC_64 bits/ipc.h      d       #define IPC_64 0x100
+ISIG   bits/termios.h  d       #define ISIG 0000001
+ISTRIP bits/termios.h  d       #define ISTRIP 0000040
+ITOSTOP        bits/termios.h  d       #define ITOSTOP 0100000
+IUCLC  bits/termios.h  d       #define IUCLC 0001000
+IUTF8  bits/termios.h  d       #define IUTF8 0040000
+IXANY  bits/termios.h  d       #define IXANY 0004000
+IXOFF  bits/termios.h  d       #define IXOFF 0010000
+IXON   bits/termios.h  d       #define IXON 0002000
+LDBL_DIG       bits/float.h    d       #define LDBL_DIG 33
+LDBL_EPSILON   bits/float.h    d       #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L
+LDBL_MANT_DIG  bits/float.h    d       #define LDBL_MANT_DIG 113
+LDBL_MAX       bits/float.h    d       #define LDBL_MAX 1.18973149535723176508575932662800702e+4932L
+LDBL_MAX_10_EXP        bits/float.h    d       #define LDBL_MAX_10_EXP 4932
+LDBL_MAX_EXP   bits/float.h    d       #define LDBL_MAX_EXP 16384
+LDBL_MIN       bits/float.h    d       #define LDBL_MIN 3.36210314311209350626267781732175260e-4932L
+LDBL_MIN_10_EXP        bits/float.h    d       #define LDBL_MIN_10_EXP (-4931)
+LDBL_MIN_EXP   bits/float.h    d       #define LDBL_MIN_EXP (-16381)
+LDBL_TRUE_MIN  bits/float.h    d       #define LDBL_TRUE_MIN 6.47517511943802511092443895822764655e-4966L
+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
+MAP_ANON       bits/mman.h     d       #define MAP_ANON 0x800
+MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x2000
+MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x4000
+MAP_GROWSDOWN  bits/mman.h     d       #define MAP_GROWSDOWN 0x1000
+MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x80000
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x8000
+MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x20000
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x0400
+MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x10000
+MAP_STACK      bits/mman.h     d       #define MAP_STACK 0x40000
+MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 2048
+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_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_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
+N_R3964        bits/ioctl.h    d       #define N_R3964 9
+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_TTY  bits/ioctl.h    d       #define N_TTY 0
+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
+OFILL  bits/termios.h  d       #define OFILL 0000100
+OLCUC  bits/termios.h  d       #define OLCUC 0000002
+ONLCR  bits/termios.h  d       #define ONLCR 0000004
+ONLRET bits/termios.h  d       #define ONLRET 0000040
+ONOCR  bits/termios.h  d       #define ONOCR 0000020
+OPOST  bits/termios.h  d       #define OPOST 0000001
+O_APPEND       bits/fcntl.h    d       #define O_APPEND 0010
+O_ASYNC        bits/fcntl.h    d       #define O_ASYNC 010000
+O_CLOEXEC      bits/fcntl.h    d       #define O_CLOEXEC 02000000
+O_CREAT        bits/fcntl.h    d       #define O_CREAT 0400
+O_DIRECT       bits/fcntl.h    d       #define O_DIRECT 0100000
+O_DIRECTORY    bits/fcntl.h    d       #define O_DIRECTORY 0200000
+O_DSYNC        bits/fcntl.h    d       #define O_DSYNC 0020
+O_EXCL bits/fcntl.h    d       #define O_EXCL 02000
+O_LARGEFILE    bits/fcntl.h    d       #define O_LARGEFILE 0
+O_NDELAY       bits/fcntl.h    d       #define O_NDELAY O_NONBLOCK
+O_NOATIME      bits/fcntl.h    d       #define O_NOATIME 01000000
+O_NOCTTY       bits/fcntl.h    d       #define O_NOCTTY 04000
+O_NOFOLLOW     bits/fcntl.h    d       #define O_NOFOLLOW 0400000
+O_NONBLOCK     bits/fcntl.h    d       #define O_NONBLOCK 0200
+O_PATH bits/fcntl.h    d       #define O_PATH 010000000
+O_RSYNC        bits/fcntl.h    d       #define O_RSYNC 040020
+O_SYNC bits/fcntl.h    d       #define O_SYNC 040020
+O_TMPFILE      bits/fcntl.h    d       #define O_TMPFILE 020200000
+O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
+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
+POLLWRBAND     bits/poll.h     d       #define POLLWRBAND 0x100
+POLLWRNORM     bits/poll.h     d       #define POLLWRNORM POLLOUT
+PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT64_MAX
+PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT64_MIN
+RLIMIT_AS      bits/resource.h d       #define RLIMIT_AS 6
+RLIMIT_MEMLOCK bits/resource.h d       #define RLIMIT_MEMLOCK 9
+RLIMIT_NOFILE  bits/resource.h d       #define RLIMIT_NOFILE 5
+RLIMIT_NPROC   bits/resource.h d       #define RLIMIT_NPROC 8
+RLIMIT_RSS     bits/resource.h d       #define RLIMIT_RSS 7
+SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
+SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 0x10000
+SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000
+SA_ONSTACK     bits/signal.h   d       #define SA_ONSTACK 0x08000000
+SA_RESETHAND   bits/signal.h   d       #define SA_RESETHAND 0x80000000
+SA_RESTART     bits/signal.h   d       #define SA_RESTART 0x10000000
+SA_RESTORER    bits/signal.h   d       #define SA_RESTORER 0x04000000
+SA_SIGINFO     bits/signal.h   d       #define SA_SIGINFO 8
+SHMLBA bits/shm.h      d       #define SHMLBA 4096
+SIGABRT        bits/signal.h   d       #define SIGABRT 6
+SIGALRM        bits/signal.h   d       #define SIGALRM 14
+SIGBUS bits/signal.h   d       #define SIGBUS 10
+SIGCHLD        bits/signal.h   d       #define SIGCHLD 18
+SIGCONT        bits/signal.h   d       #define SIGCONT 25
+SIGFPE bits/signal.h   d       #define SIGFPE 8
+SIGHUP bits/signal.h   d       #define SIGHUP 1
+SIGILL bits/signal.h   d       #define SIGILL 4
+SIGINT bits/signal.h   d       #define SIGINT 2
+SIGIO  bits/signal.h   d       #define SIGIO 22
+SIGIOT bits/signal.h   d       #define SIGIOT SIGABRT
+SIGKILL        bits/signal.h   d       #define SIGKILL 9
+SIGPIPE        bits/signal.h   d       #define SIGPIPE 13
+SIGPOLL        bits/signal.h   d       #define SIGPOLL SIGIO
+SIGPROF        bits/signal.h   d       #define SIGPROF 29
+SIGPWR bits/signal.h   d       #define SIGPWR 19
+SIGQUIT        bits/signal.h   d       #define SIGQUIT 3
+SIGSEGV        bits/signal.h   d       #define SIGSEGV 11
+SIGSTKFLT      bits/signal.h   d       #define SIGSTKFLT 7
+SIGSTKSZ       bits/signal.h   d       #define SIGSTKSZ 8192
+SIGSTOP        bits/signal.h   d       #define SIGSTOP 23
+SIGSYS bits/signal.h   d       #define SIGSYS 12
+SIGTERM        bits/signal.h   d       #define SIGTERM 15
+SIGTRAP        bits/signal.h   d       #define SIGTRAP 5
+SIGTSTP        bits/signal.h   d       #define SIGTSTP 24
+SIGTTIN        bits/signal.h   d       #define SIGTTIN 26
+SIGTTOU        bits/signal.h   d       #define SIGTTOU 27
+SIGUNUSED      bits/signal.h   d       #define SIGUNUSED SIGSYS
+SIGURG bits/signal.h   d       #define SIGURG 21
+SIGUSR1        bits/signal.h   d       #define SIGUSR1 16
+SIGUSR2        bits/signal.h   d       #define SIGUSR2 17
+SIGVTALRM      bits/signal.h   d       #define SIGVTALRM 28
+SIGWINCH       bits/signal.h   d       #define SIGWINCH 20
+SIGXCPU        bits/signal.h   d       #define SIGXCPU 30
+SIGXFSZ        bits/signal.h   d       #define SIGXFSZ 31
+SIG_BLOCK      bits/signal.h   d       #define SIG_BLOCK 1
+SIG_SETMASK    bits/signal.h   d       #define SIG_SETMASK 3
+SIG_UNBLOCK    bits/signal.h   d       #define SIG_UNBLOCK 2
+SIOCADDDLCI    bits/ioctl.h    d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   bits/ioctl.h    d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      bits/ioctl.h    d       #define SIOCADDRT 0x890B
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK 0x8905
+SIOCDARP       bits/ioctl.h    d       #define SIOCDARP 0x8953
+SIOCDELDLCI    bits/ioctl.h    d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   bits/ioctl.h    d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      bits/ioctl.h    d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE bits/ioctl.h    d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    bits/ioctl.h    d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      bits/ioctl.h    d       #define SIOCDRARP 0x8960
+SIOCGARP       bits/ioctl.h    d       #define SIOCGARP 0x8954
+SIOCGIFADDR    bits/ioctl.h    d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      bits/ioctl.h    d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR bits/ioctl.h    d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    bits/ioctl.h    d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   bits/ioctl.h    d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR bits/ioctl.h    d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   bits/ioctl.h    d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   bits/ioctl.h    d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  bits/ioctl.h    d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   bits/ioctl.h    d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     bits/ioctl.h    d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     bits/ioctl.h    d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  bits/ioctl.h    d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     bits/ioctl.h    d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    bits/ioctl.h    d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK bits/ioctl.h    d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  bits/ioctl.h    d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   bits/ioctl.h    d       #define SIOCGIFSLAVE 0x8929
+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
+SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
+SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
+SIOCSIFADDR    bits/ioctl.h    d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      bits/ioctl.h    d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR bits/ioctl.h    d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR bits/ioctl.h    d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   bits/ioctl.h    d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   bits/ioctl.h    d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  bits/ioctl.h    d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     bits/ioctl.h    d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    bits/ioctl.h    d       #define SIOCSIFLINK 0x8911
+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
+SIOCSIFTXQLEN  bits/ioctl.h    d       #define SIOCSIFTXQLEN 0x8943
+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
+SI_ASYNCIO     bits/signal.h   d       #define SI_ASYNCIO (-2)
+SI_MESGQ       bits/signal.h   d       #define SI_MESGQ (-4)
+SI_TIMER       bits/signal.h   d       #define SI_TIMER (-3)
+SOCK_CLOEXEC   bits/socket.h   d       #define SOCK_CLOEXEC 02000000
+SOCK_DGRAM     bits/socket.h   d       #define SOCK_DGRAM 1
+SOCK_NONBLOCK  bits/socket.h   d       #define SOCK_NONBLOCK 0200
+SOCK_STREAM    bits/socket.h   d       #define SOCK_STREAM 2
+SOL_SOCKET     bits/socket.h   d       #define SOL_SOCKET 65535
+SO_ACCEPTCONN  bits/socket.h   d       #define SO_ACCEPTCONN 0x1009
+SO_BROADCAST   bits/socket.h   d       #define SO_BROADCAST 0x0020
+SO_BSDCOMPAT   bits/socket.h   d       #define SO_BSDCOMPAT 14
+SO_DEBUG       bits/socket.h   d       #define SO_DEBUG 1
+SO_DOMAIN      bits/socket.h   d       #define SO_DOMAIN 0x1029
+SO_DONTROUTE   bits/socket.h   d       #define SO_DONTROUTE 0x0010
+SO_ERROR       bits/socket.h   d       #define SO_ERROR 0x1007
+SO_KEEPALIVE   bits/socket.h   d       #define SO_KEEPALIVE 0x0008
+SO_LINGER      bits/socket.h   d       #define SO_LINGER 0x0080
+SO_NO_CHECK    bits/socket.h   d       #define SO_NO_CHECK 11
+SO_OOBINLINE   bits/socket.h   d       #define SO_OOBINLINE 0x0100
+SO_PASSCRED    bits/socket.h   d       #define SO_PASSCRED 17
+SO_PEERCRED    bits/socket.h   d       #define SO_PEERCRED 18
+SO_PRIORITY    bits/socket.h   d       #define SO_PRIORITY 12
+SO_PROTOCOL    bits/socket.h   d       #define SO_PROTOCOL 0x1028
+SO_RCVBUF      bits/socket.h   d       #define SO_RCVBUF 0x1002
+SO_RCVBUFFORCE bits/socket.h   d       #define SO_RCVBUFFORCE 33
+SO_RCVLOWAT    bits/socket.h   d       #define SO_RCVLOWAT 0x1004
+SO_RCVTIMEO    bits/socket.h   d       #define SO_RCVTIMEO 0x1006
+SO_REUSEADDR   bits/socket.h   d       #define SO_REUSEADDR 0x0004
+SO_REUSEPORT   bits/socket.h   d       #define SO_REUSEPORT 0x0200
+SO_SNDBUF      bits/socket.h   d       #define SO_SNDBUF 0x1001
+SO_SNDBUFFORCE bits/socket.h   d       #define SO_SNDBUFFORCE 31
+SO_SNDLOWAT    bits/socket.h   d       #define SO_SNDLOWAT 0x1003
+SO_SNDTIMEO    bits/socket.h   d       #define SO_SNDTIMEO 0x1005
+SO_TYPE        bits/socket.h   d       #define SO_TYPE 0x1008
+SYS__newselect bits/syscall.h  d       #define SYS__newselect 5022
+SYS__sysctl    bits/syscall.h  d       #define SYS__sysctl 5152
+SYS_accept     bits/syscall.h  d       #define SYS_accept 5042
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 5293
+SYS_access     bits/syscall.h  d       #define SYS_access 5020
+SYS_acct       bits/syscall.h  d       #define SYS_acct 5158
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key 5239
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex 5154
+SYS_afs_syscall        bits/syscall.h  d       #define SYS_afs_syscall 5176
+SYS_alarm      bits/syscall.h  d       #define SYS_alarm 5037
+SYS_bind       bits/syscall.h  d       #define SYS_bind 5048
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf 5315
+SYS_brk        bits/syscall.h  d       #define SYS_brk 5012
+SYS_cachectl   bits/syscall.h  d       #define SYS_cachectl 5198
+SYS_cacheflush bits/syscall.h  d       #define SYS_cacheflush 5197
+SYS_capget     bits/syscall.h  d       #define SYS_capget 5123
+SYS_capset     bits/syscall.h  d       #define SYS_capset 5124
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir 5078
+SYS_chmod      bits/syscall.h  d       #define SYS_chmod 5088
+SYS_chown      bits/syscall.h  d       #define SYS_chown 5090
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot 5156
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime 5300
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 5223
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 5222
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 5224
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 5221
+SYS_clone      bits/syscall.h  d       #define SYS_clone 5055
+SYS_close      bits/syscall.h  d       #define SYS_close 5003
+SYS_connect    bits/syscall.h  d       #define SYS_connect 5041
+SYS_copy_file_range    bits/syscall.h  d       #define SYS_copy_file_range 5320
+SYS_creat      bits/syscall.h  d       #define SYS_creat 5083
+SYS_create_module      bits/syscall.h  d       #define SYS_create_module 5167
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 5169
+SYS_dup        bits/syscall.h  d       #define SYS_dup 5031
+SYS_dup2       bits/syscall.h  d       #define SYS_dup2 5032
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 5286
+SYS_epoll_create       bits/syscall.h  d       #define SYS_epoll_create 5207
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 5285
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl 5208
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait 5272
+SYS_epoll_wait bits/syscall.h  d       #define SYS_epoll_wait 5209
+SYS_eventfd    bits/syscall.h  d       #define SYS_eventfd 5278
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 5284
+SYS_execve     bits/syscall.h  d       #define SYS_execve 5057
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat 5316
+SYS_exit       bits/syscall.h  d       #define SYS_exit 5058
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group 5205
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat 5259
+SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 5215
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate 5279
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init 5295
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark 5296
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir 5079
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod 5089
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat 5258
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown 5091
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat 5250
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl 5070
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync 5073
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr 5185
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module 5307
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr 5188
+SYS_flock      bits/syscall.h  d       #define SYS_flock 5071
+SYS_fork       bits/syscall.h  d       #define SYS_fork 5056
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr 5191
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr 5182
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat 5005
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs 5135
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync 5072
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 5075
+SYS_futex      bits/syscall.h  d       #define SYS_futex 5194
+SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 5251
+SYS_get_kernel_syms    bits/syscall.h  d       #define SYS_get_kernel_syms 5170
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 5228
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list 5269
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu 5271
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd 5077
+SYS_getdents   bits/syscall.h  d       #define SYS_getdents 5076
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 5308
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid 5106
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid 5105
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid 5102
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups 5113
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer 5035
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername 5051
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid 5119
+SYS_getpgrp    bits/syscall.h  d       #define SYS_getpgrp 5109
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid 5038
+SYS_getpmsg    bits/syscall.h  d       #define SYS_getpmsg 5174
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid 5108
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority 5137
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom 5313
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid 5118
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid 5116
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit 5095
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage 5096
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid 5122
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname 5050
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt 5054
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid 5178
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday 5094
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid 5100
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr 5183
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module 5168
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch 5244
+SYS_inotify_init       bits/syscall.h  d       #define SYS_inotify_init 5243
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 5288
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch 5245
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 5204
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 5201
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 5202
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 5200
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 5203
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 5015
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get 5274
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set 5273
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp 5306
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load 5270
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl 5241
+SYS_kill       bits/syscall.h  d       #define SYS_kill 5060
+SYS_lchown     bits/syscall.h  d       #define SYS_lchown 5092
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr 5184
+SYS_link       bits/syscall.h  d       #define SYS_link 5084
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat 5255
+SYS_listen     bits/syscall.h  d       #define SYS_listen 5049
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr 5186
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr 5187
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie 5206
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr 5190
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek 5008
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr 5181
+SYS_lstat      bits/syscall.h  d       #define SYS_lstat 5006
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise 5027
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind 5227
+SYS_membarrier bits/syscall.h  d       #define SYS_membarrier 5318
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create 5314
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages 5246
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore 5026
+SYS_mkdir      bits/syscall.h  d       #define SYS_mkdir 5081
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat 5248
+SYS_mknod      bits/syscall.h  d       #define SYS_mknod 5131
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat 5249
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock 5146
+SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 5319
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall 5148
+SYS_mmap       bits/syscall.h  d       #define SYS_mmap 5009
+SYS_mount      bits/syscall.h  d       #define SYS_mount 5160
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages 5267
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect 5010
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr 5235
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 5234
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 5230
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 5233
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 5232
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 5231
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap 5024
+SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl 5069
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget 5066
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv 5068
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd 5067
+SYS_msync      bits/syscall.h  d       #define SYS_msync 5025
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock 5147
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 5149
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap 5011
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at 5298
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep 5034
+SYS_newfstatat bits/syscall.h  d       #define SYS_newfstatat 5252
+SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl 5173
+SYS_open       bits/syscall.h  d       #define SYS_open 5002
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at 5299
+SYS_openat     bits/syscall.h  d       #define SYS_openat 5247
+SYS_pause      bits/syscall.h  d       #define SYS_pause 5033
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 5292
+SYS_personality        bits/syscall.h  d       #define SYS_personality 5132
+SYS_pipe       bits/syscall.h  d       #define SYS_pipe 5021
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 5287
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 5151
+SYS_poll       bits/syscall.h  d       #define SYS_poll 5007
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 5261
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl 5153
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 5016
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv 5289
+SYS_preadv2    bits/syscall.h  d       #define SYS_preadv2 5321
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 5297
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 5304
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 5305
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 5260
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace 5099
+SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg 5175
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 5017
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 5290
+SYS_pwritev2   bits/syscall.h  d       #define SYS_pwritev2 5322
+SYS_query_module       bits/syscall.h  d       #define SYS_query_module 5171
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 5172
+SYS_read       bits/syscall.h  d       #define SYS_read 5000
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead 5179
+SYS_readlink   bits/syscall.h  d       #define SYS_readlink 5087
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat 5257
+SYS_readv      bits/syscall.h  d       #define SYS_readv 5018
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot 5164
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 5044
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 5294
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 5046
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 5210
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 5189
+SYS_rename     bits/syscall.h  d       #define SYS_rename 5080
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat 5254
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 5311
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key 5240
+SYS_reserved177        bits/syscall.h  d       #define SYS_reserved177 5177
+SYS_reserved193        bits/syscall.h  d       #define SYS_reserved193 5193
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 5213
+SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 5082
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 5013
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 5125
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 5014
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo 5127
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 5211
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 5128
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 5126
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 5291
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max 5143
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min 5144
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity 5196
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr 5310
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam 5140
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler 5142
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval 5145
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 5195
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 5309
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 5139
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler 5141
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield 5023
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp 5312
+SYS_semctl     bits/syscall.h  d       #define SYS_semctl 5064
+SYS_semget     bits/syscall.h  d       #define SYS_semget 5062
+SYS_semop      bits/syscall.h  d       #define SYS_semop 5063
+SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop 5214
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 5039
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg 5302
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg 5045
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto 5043
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy 5229
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list 5268
+SYS_set_thread_area    bits/syscall.h  d       #define SYS_set_thread_area 5242
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address 5212
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname 5166
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid 5121
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid 5120
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid 5104
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups 5114
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname 5165
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer 5036
+SYS_setns      bits/syscall.h  d       #define SYS_setns 5303
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid 5107
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority 5138
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid 5112
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid 5117
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid 5115
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid 5111
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit 5155
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid 5110
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt 5053
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday 5159
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid 5103
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 5180
+SYS_shmat      bits/syscall.h  d       #define SYS_shmat 5029
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl 5030
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt 5065
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget 5028
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 5047
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 5129
+SYS_signalfd   bits/syscall.h  d       #define SYS_signalfd 5276
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 5283
+SYS_socket     bits/syscall.h  d       #define SYS_socket 5040
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair 5052
+SYS_splice     bits/syscall.h  d       #define SYS_splice 5263
+SYS_stat       bits/syscall.h  d       #define SYS_stat 5004
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs 5134
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 5163
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon 5162
+SYS_symlink    bits/syscall.h  d       #define SYS_symlink 5086
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat 5256
+SYS_sync       bits/syscall.h  d       #define SYS_sync 5157
+SYS_sync_file_range    bits/syscall.h  d       #define SYS_sync_file_range 5264
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs 5301
+SYS_sysfs      bits/syscall.h  d       #define SYS_sysfs 5136
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo 5097
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog 5101
+SYS_sysmips    bits/syscall.h  d       #define SYS_sysmips 5199
+SYS_tee        bits/syscall.h  d       #define SYS_tee 5265
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill 5225
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create 5216
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 5220
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 5219
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 5218
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 5217
+SYS_timerfd    bits/syscall.h  d       #define SYS_timerfd 5277
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 5280
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 5281
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 5282
+SYS_times      bits/syscall.h  d       #define SYS_times 5098
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill 5192
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate 5074
+SYS_umask      bits/syscall.h  d       #define SYS_umask 5093
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 5161
+SYS_uname      bits/syscall.h  d       #define SYS_uname 5061
+SYS_unlink     bits/syscall.h  d       #define SYS_unlink 5085
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat 5253
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare 5262
+SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd 5317
+SYS_ustat      bits/syscall.h  d       #define SYS_ustat 5133
+SYS_utime      bits/syscall.h  d       #define SYS_utime 5130
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat 5275
+SYS_utimes     bits/syscall.h  d       #define SYS_utimes 5226
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 5150
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice 5266
+SYS_vserver    bits/syscall.h  d       #define SYS_vserver 5236
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 5059
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid 5237
+SYS_write      bits/syscall.h  d       #define SYS_write 5001
+SYS_writev     bits/syscall.h  d       #define SYS_writev 5019
+TAB0   bits/termios.h  d       #define TAB0 0000000
+TAB1   bits/termios.h  d       #define TAB1 0004000
+TAB2   bits/termios.h  d       #define TAB2 0010000
+TAB3   bits/termios.h  d       #define TAB3 0014000
+TABDLY bits/termios.h  d       #define TABDLY 0014000
+TCFLSH bits/ioctl.h    d       #define TCFLSH 0x5407
+TCGETA bits/ioctl.h    d       #define TCGETA 0x5401
+TCGETS bits/ioctl.h    d       #define TCGETS 0x540D
+TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
+TCIOFF bits/termios.h  d       #define TCIOFF 2
+TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
+TCION  bits/termios.h  d       #define TCION 3
+TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
+TCOOFF bits/termios.h  d       #define TCOOFF 0
+TCOON  bits/termios.h  d       #define TCOON 1
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 0x540f
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 0x5410
+TCSANOW        bits/termios.h  d       #define TCSANOW 0x540e
+TCSBRK bits/ioctl.h    d       #define TCSBRK 0x5405
+TCSBRKP        bits/ioctl.h    d       #define TCSBRKP 0x5486
+TCSETA bits/ioctl.h    d       #define TCSETA 0x5402
+TCSETAF        bits/ioctl.h    d       #define TCSETAF 0x5404
+TCSETAW        bits/ioctl.h    d       #define TCSETAW 0x5403
+TCSETS bits/ioctl.h    d       #define TCSETS 0x540E
+TCSETSF        bits/ioctl.h    d       #define TCSETSF 0x5410
+TCSETSW        bits/ioctl.h    d       #define TCSETSW 0x540F
+TCXONC bits/ioctl.h    d       #define TCXONC 0x5406
+TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
+TIOCCONS       bits/ioctl.h    d       #define TIOCCONS _IOW('t', 120, int)
+TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL 0x740D
+TIOCGDEV       bits/ioctl.h    d       #define TIOCGDEV _IOR('T', 0x32, unsigned int)
+TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x7400
+TIOCGETP       bits/ioctl.h    d       #define TIOCGETP 0x7408
+TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL _IOR('T', 0x40, int)
+TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x5492
+TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x548B
+TIOCGLTC       bits/ioctl.h    d       #define TIOCGLTC 0x7474
+TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP _IOR('t', 119, int)
+TIOCGPKT       bits/ioctl.h    d       #define TIOCGPKT _IOR('T', 0x38, int)
+TIOCGPTLCK     bits/ioctl.h    d       #define TIOCGPTLCK _IOR('T', 0x39, int)
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN _IOR('T', 0x30, unsigned int)
+TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 _IOR('T', 0x2E, char[32])
+TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x5484
+TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x7416
+TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5481
+TIOCGWINSZ     bits/ioctl.h    d       #define TIOCGWINSZ _IOR('t', 104, struct winsize)
+TIOCINQ        bits/ioctl.h    d       #define TIOCINQ FIONREAD
+TIOCLINUX      bits/ioctl.h    d       #define TIOCLINUX 0x5483
+TIOCMBIC       bits/ioctl.h    d       #define TIOCMBIC 0x741C
+TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS 0x741B
+TIOCMGET       bits/ioctl.h    d       #define TIOCMGET 0x741D
+TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT 0x5491
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x741A
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x100
+TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x040
+TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x400
+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_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
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x200
+TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x020
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x010
+TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY 0x5471
+TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x740E
+TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x7472
+TIOCPKT        bits/ioctl.h    d       #define TIOCPKT 0x5470
+TIOCPKT_DATA   bits/ioctl.h    d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP bits/ioctl.h    d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      bits/ioctl.h    d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  bits/ioctl.h    d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP bits/ioctl.h    d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  bits/ioctl.h    d       #define TIOCPKT_START 8
+TIOCPKT_STOP   bits/ioctl.h    d       #define TIOCPKT_STOP 4
+TIOCSBRK       bits/ioctl.h    d       #define TIOCSBRK 0x5427
+TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY 0x5480
+TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG 0x5488
+TIOCSERGETLSR  bits/ioctl.h    d       #define TIOCSERGETLSR 0x548E
+TIOCSERGETMULTI        bits/ioctl.h    d       #define TIOCSERGETMULTI 0x548F
+TIOCSERGSTRUCT bits/ioctl.h    d       #define TIOCSERGSTRUCT 0x548D
+TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD 0x5489
+TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI 0x5490
+TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x548A
+TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSER_TEMT   bits/termios.h  d       #define TIOCSER_TEMT 1
+TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x7401
+TIOCSETN       bits/ioctl.h    d       #define TIOCSETN 0x740A
+TIOCSETP       bits/ioctl.h    d       #define TIOCSETP 0x7409
+TIOCSIG        bits/ioctl.h    d       #define TIOCSIG _IOW('T', 0x36, int)
+TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x548C
+TIOCSLTC       bits/ioctl.h    d       #define TIOCSLTC 0x7475
+TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP _IOW('t', 118, int)
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK _IOW('T', 0x31, int)
+TIOCSRS485     bits/ioctl.h    d       #define TIOCSRS485 _IOWR('T', 0x2F, char[32])
+TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x5485
+TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x5482
+TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5472
+TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ _IOW('t', 103, struct winsize)
+TIOCVHANGUP    bits/ioctl.h    d       #define TIOCVHANGUP 0x5437
+TOSTOP bits/termios.h  d       #define TOSTOP 0100000
+UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT64_MAX
+UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
+UINT_FAST32_MAX        bits/stdint.h   d       #define UINT_FAST32_MAX UINT32_MAX
+VDISCARD       bits/termios.h  d       #define VDISCARD 13
+VEOF   bits/termios.h  d       #define VEOF 16
+VEOL   bits/termios.h  d       #define VEOL 17
+VEOL2  bits/termios.h  d       #define VEOL2 6
+VERASE bits/termios.h  d       #define VERASE 2
+VINTR  bits/termios.h  d       #define VINTR 0
+VKILL  bits/termios.h  d       #define VKILL 3
+VLNEXT bits/termios.h  d       #define VLNEXT 15
+VMIN   bits/termios.h  d       #define VMIN 4
+VQUIT  bits/termios.h  d       #define VQUIT 1
+VREPRINT       bits/termios.h  d       #define VREPRINT 12
+VSTART bits/termios.h  d       #define VSTART 8
+VSTOP  bits/termios.h  d       #define VSTOP 9
+VSUSP  bits/termios.h  d       #define VSUSP 10
+VSWTC  bits/termios.h  d       #define VSWTC 7
+VSWTCH bits/termios.h  d       #define VSWTCH 7
+VT0    bits/termios.h  d       #define VT0 0000000
+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)
+_IOC   bits/ioctl.h    d       #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) )
+_IOC_NONE      bits/ioctl.h    d       #define _IOC_NONE 1U
+_IOC_READ      bits/ioctl.h    d       #define _IOC_READ 2U
+_IOC_WRITE     bits/ioctl.h    d       #define _IOC_WRITE 4U
+_IOR   bits/ioctl.h    d       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
+_IOW   bits/ioctl.h    d       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
+_IOWR  bits/ioctl.h    d       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
+_Int64 bits/alltypes.h d       #define _Int64 long
+_NSIG  bits/signal.h   d       #define _NSIG 128
+_POSIX_V6_LP64_OFFBIG  bits/posix.h    d       #define _POSIX_V6_LP64_OFFBIG 1
+_POSIX_V7_LP64_OFFBIG  bits/posix.h    d       #define _POSIX_V7_LP64_OFFBIG 1
+_Reg   bits/alltypes.h d       #define _Reg long
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __BIG_ENDIAN
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __LITTLE_ENDIAN
+__DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED_blkcnt_t     bits/alltypes.h d       #define __DEFINED_blkcnt_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_clock_t      bits/alltypes.h d       #define __DEFINED_clock_t
+__DEFINED_clockid_t    bits/alltypes.h d       #define __DEFINED_clockid_t
+__DEFINED_cnd_t        bits/alltypes.h d       #define __DEFINED_cnd_t
+__DEFINED_dev_t        bits/alltypes.h d       #define __DEFINED_dev_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_fsblkcnt_t   bits/alltypes.h d       #define __DEFINED_fsblkcnt_t
+__DEFINED_fsfilcnt_t   bits/alltypes.h d       #define __DEFINED_fsfilcnt_t
+__DEFINED_gid_t        bits/alltypes.h d       #define __DEFINED_gid_t
+__DEFINED_id_t bits/alltypes.h d       #define __DEFINED_id_t
+__DEFINED_ino_t        bits/alltypes.h d       #define __DEFINED_ino_t
+__DEFINED_int16_t      bits/alltypes.h d       #define __DEFINED_int16_t
+__DEFINED_int32_t      bits/alltypes.h d       #define __DEFINED_int32_t
+__DEFINED_int64_t      bits/alltypes.h d       #define __DEFINED_int64_t
+__DEFINED_int8_t       bits/alltypes.h d       #define __DEFINED_int8_t
+__DEFINED_intmax_t     bits/alltypes.h d       #define __DEFINED_intmax_t
+__DEFINED_intptr_t     bits/alltypes.h d       #define __DEFINED_intptr_t
+__DEFINED_key_t        bits/alltypes.h d       #define __DEFINED_key_t
+__DEFINED_locale_t     bits/alltypes.h d       #define __DEFINED_locale_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_mbstate_t    bits/alltypes.h d       #define __DEFINED_mbstate_t
+__DEFINED_mode_t       bits/alltypes.h d       #define __DEFINED_mode_t
+__DEFINED_mtx_t        bits/alltypes.h d       #define __DEFINED_mtx_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_off_t        bits/alltypes.h d       #define __DEFINED_off_t
+__DEFINED_pid_t        bits/alltypes.h d       #define __DEFINED_pid_t
+__DEFINED_pthread_attr_t       bits/alltypes.h d       #define __DEFINED_pthread_attr_t
+__DEFINED_pthread_barrier_t    bits/alltypes.h d       #define __DEFINED_pthread_barrier_t
+__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       #define __DEFINED_pthread_barrierattr_t
+__DEFINED_pthread_cond_t       bits/alltypes.h d       #define __DEFINED_pthread_cond_t
+__DEFINED_pthread_condattr_t   bits/alltypes.h d       #define __DEFINED_pthread_condattr_t
+__DEFINED_pthread_key_t        bits/alltypes.h d       #define __DEFINED_pthread_key_t
+__DEFINED_pthread_mutex_t      bits/alltypes.h d       #define __DEFINED_pthread_mutex_t
+__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       #define __DEFINED_pthread_mutexattr_t
+__DEFINED_pthread_once_t       bits/alltypes.h d       #define __DEFINED_pthread_once_t
+__DEFINED_pthread_rwlock_t     bits/alltypes.h d       #define __DEFINED_pthread_rwlock_t
+__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       #define __DEFINED_pthread_rwlockattr_t
+__DEFINED_pthread_spinlock_t   bits/alltypes.h d       #define __DEFINED_pthread_spinlock_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_ptrdiff_t    bits/alltypes.h d       #define __DEFINED_ptrdiff_t
+__DEFINED_register_t   bits/alltypes.h d       #define __DEFINED_register_t
+__DEFINED_regoff_t     bits/alltypes.h d       #define __DEFINED_regoff_t
+__DEFINED_sa_family_t  bits/alltypes.h d       #define __DEFINED_sa_family_t
+__DEFINED_sigset_t     bits/alltypes.h d       #define __DEFINED_sigset_t
+__DEFINED_size_t       bits/alltypes.h d       #define __DEFINED_size_t
+__DEFINED_socklen_t    bits/alltypes.h d       #define __DEFINED_socklen_t
+__DEFINED_ssize_t      bits/alltypes.h d       #define __DEFINED_ssize_t
+__DEFINED_struct_iovec bits/alltypes.h d       #define __DEFINED_struct_iovec
+__DEFINED_struct_timespec      bits/alltypes.h d       #define __DEFINED_struct_timespec
+__DEFINED_struct_timeval       bits/alltypes.h d       #define __DEFINED_struct_timeval
+__DEFINED_suseconds_t  bits/alltypes.h d       #define __DEFINED_suseconds_t
+__DEFINED_time_t       bits/alltypes.h d       #define __DEFINED_time_t
+__DEFINED_timer_t      bits/alltypes.h d       #define __DEFINED_timer_t
+__DEFINED_u_int64_t    bits/alltypes.h d       #define __DEFINED_u_int64_t
+__DEFINED_uid_t        bits/alltypes.h d       #define __DEFINED_uid_t
+__DEFINED_uint16_t     bits/alltypes.h d       #define __DEFINED_uint16_t
+__DEFINED_uint32_t     bits/alltypes.h d       #define __DEFINED_uint32_t
+__DEFINED_uint64_t     bits/alltypes.h d       #define __DEFINED_uint64_t
+__DEFINED_uint8_t      bits/alltypes.h d       #define __DEFINED_uint8_t
+__DEFINED_uintmax_t    bits/alltypes.h d       #define __DEFINED_uintmax_t
+__DEFINED_uintptr_t    bits/alltypes.h d       #define __DEFINED_uintptr_t
+__DEFINED_useconds_t   bits/alltypes.h d       #define __DEFINED_useconds_t
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__NR__newselect        bits/syscall.h  d       #define __NR__newselect 5022
+__NR__sysctl   bits/syscall.h  d       #define __NR__sysctl 5152
+__NR_accept    bits/syscall.h  d       #define __NR_accept 5042
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 5293
+__NR_access    bits/syscall.h  d       #define __NR_access 5020
+__NR_acct      bits/syscall.h  d       #define __NR_acct 5158
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key 5239
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex 5154
+__NR_afs_syscall       bits/syscall.h  d       #define __NR_afs_syscall 5176
+__NR_alarm     bits/syscall.h  d       #define __NR_alarm 5037
+__NR_bind      bits/syscall.h  d       #define __NR_bind 5048
+__NR_bpf       bits/syscall.h  d       #define __NR_bpf 5315
+__NR_brk       bits/syscall.h  d       #define __NR_brk 5012
+__NR_cachectl  bits/syscall.h  d       #define __NR_cachectl 5198
+__NR_cacheflush        bits/syscall.h  d       #define __NR_cacheflush 5197
+__NR_capget    bits/syscall.h  d       #define __NR_capget 5123
+__NR_capset    bits/syscall.h  d       #define __NR_capset 5124
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir 5078
+__NR_chmod     bits/syscall.h  d       #define __NR_chmod 5088
+__NR_chown     bits/syscall.h  d       #define __NR_chown 5090
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot 5156
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 5300
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 5223
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 5222
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 5224
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 5221
+__NR_clone     bits/syscall.h  d       #define __NR_clone 5055
+__NR_close     bits/syscall.h  d       #define __NR_close 5003
+__NR_connect   bits/syscall.h  d       #define __NR_connect 5041
+__NR_copy_file_range   bits/syscall.h  d       #define __NR_copy_file_range 5320
+__NR_creat     bits/syscall.h  d       #define __NR_creat 5083
+__NR_create_module     bits/syscall.h  d       #define __NR_create_module 5167
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 5169
+__NR_dup       bits/syscall.h  d       #define __NR_dup 5031
+__NR_dup2      bits/syscall.h  d       #define __NR_dup2 5032
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 5286
+__NR_epoll_create      bits/syscall.h  d       #define __NR_epoll_create 5207
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 5285
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl 5208
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait 5272
+__NR_epoll_wait        bits/syscall.h  d       #define __NR_epoll_wait 5209
+__NR_eventfd   bits/syscall.h  d       #define __NR_eventfd 5278
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 5284
+__NR_execve    bits/syscall.h  d       #define __NR_execve 5057
+__NR_execveat  bits/syscall.h  d       #define __NR_execveat 5316
+__NR_exit      bits/syscall.h  d       #define __NR_exit 5058
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 5205
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat 5259
+__NR_fadvise64 bits/syscall.h  d       #define __NR_fadvise64 5215
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate 5279
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 5295
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark 5296
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir 5079
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod 5089
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat 5258
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown 5091
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat 5250
+__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl 5070
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync 5073
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr 5185
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module 5307
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr 5188
+__NR_flock     bits/syscall.h  d       #define __NR_flock 5071
+__NR_fork      bits/syscall.h  d       #define __NR_fork 5056
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr 5191
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 5182
+__NR_fstat     bits/syscall.h  d       #define __NR_fstat 5005
+__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 5135
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync 5072
+__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 5075
+__NR_futex     bits/syscall.h  d       #define __NR_futex 5194
+__NR_futimesat bits/syscall.h  d       #define __NR_futimesat 5251
+__NR_get_kernel_syms   bits/syscall.h  d       #define __NR_get_kernel_syms 5170
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 5228
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 5269
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu 5271
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd 5077
+__NR_getdents  bits/syscall.h  d       #define __NR_getdents 5076
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 5308
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid 5106
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid 5105
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid 5102
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups 5113
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer 5035
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername 5051
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid 5119
+__NR_getpgrp   bits/syscall.h  d       #define __NR_getpgrp 5109
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid 5038
+__NR_getpmsg   bits/syscall.h  d       #define __NR_getpmsg 5174
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid 5108
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority 5137
+__NR_getrandom bits/syscall.h  d       #define __NR_getrandom 5313
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid 5118
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid 5116
+__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit 5095
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage 5096
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid 5122
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname 5050
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt 5054
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid 5178
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday 5094
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid 5100
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr 5183
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module 5168
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch 5244
+__NR_inotify_init      bits/syscall.h  d       #define __NR_inotify_init 5243
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 5288
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch 5245
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 5204
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 5201
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 5202
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 5200
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit 5203
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 5015
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 5274
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 5273
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 5306
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 5270
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 5241
+__NR_kill      bits/syscall.h  d       #define __NR_kill 5060
+__NR_lchown    bits/syscall.h  d       #define __NR_lchown 5092
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr 5184
+__NR_link      bits/syscall.h  d       #define __NR_link 5084
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat 5255
+__NR_listen    bits/syscall.h  d       #define __NR_listen 5049
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr 5186
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr 5187
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie 5206
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr 5190
+__NR_lseek     bits/syscall.h  d       #define __NR_lseek 5008
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr 5181
+__NR_lstat     bits/syscall.h  d       #define __NR_lstat 5006
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise 5027
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind 5227
+__NR_membarrier        bits/syscall.h  d       #define __NR_membarrier 5318
+__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create 5314
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages 5246
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore 5026
+__NR_mkdir     bits/syscall.h  d       #define __NR_mkdir 5081
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat 5248
+__NR_mknod     bits/syscall.h  d       #define __NR_mknod 5131
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat 5249
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock 5146
+__NR_mlock2    bits/syscall.h  d       #define __NR_mlock2 5319
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall 5148
+__NR_mmap      bits/syscall.h  d       #define __NR_mmap 5009
+__NR_mount     bits/syscall.h  d       #define __NR_mount 5160
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages 5267
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect 5010
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr 5235
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 5234
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 5230
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 5233
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 5232
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 5231
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap 5024
+__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 5069
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget 5066
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv 5068
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd 5067
+__NR_msync     bits/syscall.h  d       #define __NR_msync 5025
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock 5147
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 5149
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap 5011
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at 5298
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep 5034
+__NR_newfstatat        bits/syscall.h  d       #define __NR_newfstatat 5252
+__NR_nfsservctl        bits/syscall.h  d       #define __NR_nfsservctl 5173
+__NR_open      bits/syscall.h  d       #define __NR_open 5002
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at 5299
+__NR_openat    bits/syscall.h  d       #define __NR_openat 5247
+__NR_pause     bits/syscall.h  d       #define __NR_pause 5033
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 5292
+__NR_personality       bits/syscall.h  d       #define __NR_personality 5132
+__NR_pipe      bits/syscall.h  d       #define __NR_pipe 5021
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 5287
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 5151
+__NR_poll      bits/syscall.h  d       #define __NR_poll 5007
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 5261
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl 5153
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 5016
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv 5289
+__NR_preadv2   bits/syscall.h  d       #define __NR_preadv2 5321
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 5297
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 5304
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 5305
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 5260
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 5099
+__NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg 5175
+__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 5017
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 5290
+__NR_pwritev2  bits/syscall.h  d       #define __NR_pwritev2 5322
+__NR_query_module      bits/syscall.h  d       #define __NR_query_module 5171
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 5172
+__NR_read      bits/syscall.h  d       #define __NR_read 5000
+__NR_readahead bits/syscall.h  d       #define __NR_readahead 5179
+__NR_readlink  bits/syscall.h  d       #define __NR_readlink 5087
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat 5257
+__NR_readv     bits/syscall.h  d       #define __NR_readv 5018
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot 5164
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 5044
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 5294
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 5046
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 5210
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 5189
+__NR_rename    bits/syscall.h  d       #define __NR_rename 5080
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat 5254
+__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 5311
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key 5240
+__NR_reserved177       bits/syscall.h  d       #define __NR_reserved177 5177
+__NR_reserved193       bits/syscall.h  d       #define __NR_reserved193 5193
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 5213
+__NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 5082
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 5013
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 5125
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 5014
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo 5127
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 5211
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 5128
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 5126
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 5291
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 5143
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 5144
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity 5196
+__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr 5310
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 5140
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 5142
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 5145
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 5195
+__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 5309
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 5139
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler 5141
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield 5023
+__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp 5312
+__NR_semctl    bits/syscall.h  d       #define __NR_semctl 5064
+__NR_semget    bits/syscall.h  d       #define __NR_semget 5062
+__NR_semop     bits/syscall.h  d       #define __NR_semop 5063
+__NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop 5214
+__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 5039
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 5302
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg 5045
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto 5043
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy 5229
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list 5268
+__NR_set_thread_area   bits/syscall.h  d       #define __NR_set_thread_area 5242
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address 5212
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname 5166
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid 5121
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid 5120
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid 5104
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups 5114
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname 5165
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer 5036
+__NR_setns     bits/syscall.h  d       #define __NR_setns 5303
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid 5107
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority 5138
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid 5112
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid 5117
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid 5115
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid 5111
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit 5155
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid 5110
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt 5053
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday 5159
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid 5103
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 5180
+__NR_shmat     bits/syscall.h  d       #define __NR_shmat 5029
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl 5030
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt 5065
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget 5028
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 5047
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 5129
+__NR_signalfd  bits/syscall.h  d       #define __NR_signalfd 5276
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 5283
+__NR_socket    bits/syscall.h  d       #define __NR_socket 5040
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 5052
+__NR_splice    bits/syscall.h  d       #define __NR_splice 5263
+__NR_stat      bits/syscall.h  d       #define __NR_stat 5004
+__NR_statfs    bits/syscall.h  d       #define __NR_statfs 5134
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 5163
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon 5162
+__NR_symlink   bits/syscall.h  d       #define __NR_symlink 5086
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 5256
+__NR_sync      bits/syscall.h  d       #define __NR_sync 5157
+__NR_sync_file_range   bits/syscall.h  d       #define __NR_sync_file_range 5264
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs 5301
+__NR_sysfs     bits/syscall.h  d       #define __NR_sysfs 5136
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo 5097
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog 5101
+__NR_sysmips   bits/syscall.h  d       #define __NR_sysmips 5199
+__NR_tee       bits/syscall.h  d       #define __NR_tee 5265
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill 5225
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create 5216
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 5220
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 5219
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 5218
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 5217
+__NR_timerfd   bits/syscall.h  d       #define __NR_timerfd 5277
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 5280
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 5281
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 5282
+__NR_times     bits/syscall.h  d       #define __NR_times 5098
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill 5192
+__NR_truncate  bits/syscall.h  d       #define __NR_truncate 5074
+__NR_umask     bits/syscall.h  d       #define __NR_umask 5093
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 5161
+__NR_uname     bits/syscall.h  d       #define __NR_uname 5061
+__NR_unlink    bits/syscall.h  d       #define __NR_unlink 5085
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat 5253
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare 5262
+__NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd 5317
+__NR_ustat     bits/syscall.h  d       #define __NR_ustat 5133
+__NR_utime     bits/syscall.h  d       #define __NR_utime 5130
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat 5275
+__NR_utimes    bits/syscall.h  d       #define __NR_utimes 5226
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 5150
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice 5266
+__NR_vserver   bits/syscall.h  d       #define __NR_vserver 5236
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 5059
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid 5237
+__NR_write     bits/syscall.h  d       #define __NR_write 5001
+__NR_writev    bits/syscall.h  d       #define __NR_writev 5019
+__SI_SWAP_ERRNO_CODE   bits/signal.h   d       #define __SI_SWAP_ERRNO_CODE
+__WORDSIZE     bits/reg.h      d       #define __WORDSIZE 64
+__isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
+__jmp_buf      bits/setjmp.h   t       typedef unsigned long long __jmp_buf[23];
+blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
+blksize_t      bits/alltypes.h t       typedef long blksize_t;
+clock_t        bits/alltypes.h t       typedef long clock_t;
+clockid_t      bits/alltypes.h t       typedef int clockid_t;
+cnd_t  bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } cnd_t;
+dev_t  bits/alltypes.h t       typedef unsigned _Int64 dev_t;
+double_t       bits/alltypes.h t       typedef double double_t;
+elf_fpreg_t    bits/user.h     t       typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
+elf_fpregset_t bits/user.h     t       typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
+elf_greg_t     bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+elf_gregset_t  bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+fenv_t bits/fenv.h     t       } fenv_t;
+fexcept_t      bits/fenv.h     t       typedef unsigned short fexcept_t;
+float_t        bits/alltypes.h t       typedef float float_t;
+fpregset_t     bits/signal.h   t       } fpregset_t;
+fsblkcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsblkcnt_t;
+fsfilcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsfilcnt_t;
+gid_t  bits/alltypes.h t       typedef unsigned gid_t;
+greg_t bits/signal.h   t       typedef unsigned long long greg_t, gregset_t[32];
+gregset_t      bits/signal.h   t       typedef unsigned long long greg_t, gregset_t[32];
+id_t   bits/alltypes.h t       typedef unsigned id_t;
+ino_t  bits/alltypes.h t       typedef unsigned _Int64 ino_t;
+int16_t        bits/alltypes.h t       typedef short int16_t;
+int32_t        bits/alltypes.h t       typedef int int32_t;
+int64_t        bits/alltypes.h t       typedef _Int64 int64_t;
+int8_t bits/alltypes.h t       typedef signed char int8_t;
+int_fast16_t   bits/stdint.h   t       typedef int32_t int_fast16_t;
+int_fast32_t   bits/stdint.h   t       typedef int32_t int_fast32_t;
+intmax_t       bits/alltypes.h t       typedef _Int64 intmax_t;
+intptr_t       bits/alltypes.h t       typedef _Addr intptr_t;
+key_t  bits/alltypes.h t       typedef int key_t;
+locale_t       bits/alltypes.h t       typedef struct __locale_struct * locale_t;
+max_align_t    bits/alltypes.h t       typedef struct { long long __ll; long double __ld; } max_align_t;
+mbstate_t      bits/alltypes.h t       typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mode_t bits/alltypes.h t       typedef unsigned mode_t;
+mtx_t  bits/alltypes.h t       typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } mtx_t;
+nlink_t        bits/alltypes.h t       typedef unsigned _Reg nlink_t;
+nlink_t        bits/alltypes.h t       typedef unsigned nlink_t;
+off_t  bits/alltypes.h t       typedef _Int64 off_t;
+pid_t  bits/alltypes.h t       typedef int pid_t;
+pthread_attr_t bits/alltypes.h t       typedef struct { union { int __i[14]; volatile int __vi[14]; unsigned long __s[7]; } __u; } pthread_attr_t;
+pthread_barrier_t      bits/alltypes.h t       typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[4]; } __u; } pthread_barrier_t;
+pthread_barrierattr_t  bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_barrierattr_t;
+pthread_cond_t bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } pthread_cond_t;
+pthread_condattr_t     bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_condattr_t;
+pthread_key_t  bits/alltypes.h t       typedef unsigned pthread_key_t;
+pthread_mutex_t        bits/alltypes.h t       typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } pthread_mutex_t;
+pthread_mutexattr_t    bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_mutexattr_t;
+pthread_once_t bits/alltypes.h t       typedef int pthread_once_t;
+pthread_rwlock_t       bits/alltypes.h t       typedef struct { union { int __i[14]; volatile int __vi[14]; void *__p[7]; } __u; } pthread_rwlock_t;
+pthread_rwlockattr_t   bits/alltypes.h t       typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
+pthread_spinlock_t     bits/alltypes.h t       typedef int pthread_spinlock_t;
+pthread_t      bits/alltypes.h t       typedef struct __pthread * pthread_t;
+pthread_t      bits/alltypes.h t       typedef unsigned long pthread_t;
+ptrdiff_t      bits/alltypes.h t       typedef _Addr ptrdiff_t;
+register_t     bits/alltypes.h t       typedef _Reg register_t;
+regoff_t       bits/alltypes.h t       typedef _Addr regoff_t;
+sa_family_t    bits/alltypes.h t       typedef unsigned short sa_family_t;
+sigset_t       bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
+size_t bits/alltypes.h t       typedef unsigned _Addr size_t;
+socklen_t      bits/alltypes.h t       typedef unsigned socklen_t;
+ssize_t        bits/alltypes.h t       typedef _Addr ssize_t;
+struct __mbstate_t     bits/alltypes.h s       
+struct __sigset_t      bits/alltypes.h s       
+struct __ucontext      bits/signal.h   s       
+struct cmsghdr bits/socket.h   s       
+struct iovec   bits/alltypes.h s       
+struct ipc_perm        bits/ipc.h      s       
+struct msghdr  bits/socket.h   s       
+struct msqid_ds        bits/msg.h      s       
+struct semid_ds        bits/sem.h      s       
+struct shm_info        bits/shm.h      s       
+struct shmid_ds        bits/shm.h      s       
+struct shminfo bits/shm.h      s       
+struct sigaltstack     bits/signal.h   s       
+struct sigcontext      bits/signal.h   s       
+struct stat    bits/stat.h     s       
+struct statfs  bits/statfs.h   s       
+struct termios bits/termios.h  s       
+struct timespec        bits/alltypes.h s       
+struct timeval bits/alltypes.h s       
+struct user    bits/user.h     s       
+struct winsize bits/ioctl.h    s       
+suseconds_t    bits/alltypes.h t       typedef long suseconds_t;
+time_t bits/alltypes.h t       typedef long time_t;
+timer_t        bits/alltypes.h t       typedef void * timer_t;
+u_int64_t      bits/alltypes.h t       typedef unsigned _Int64 u_int64_t;
+ucontext_t     bits/signal.h   t       } ucontext_t;
+uid_t  bits/alltypes.h t       typedef unsigned uid_t;
+uint16_t       bits/alltypes.h t       typedef unsigned short uint16_t;
+uint32_t       bits/alltypes.h t       typedef unsigned int uint32_t;
+uint64_t       bits/alltypes.h t       typedef unsigned _Int64 uint64_t;
+uint8_t        bits/alltypes.h t       typedef unsigned char uint8_t;
+uint_fast16_t  bits/stdint.h   t       typedef uint32_t uint_fast16_t;
+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 int wchar_t;
+wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
diff --git a/data/musl.mipsn32.decls b/data/musl.mipsn32.decls
new file mode 100644 (file)
index 0000000..d067739
--- /dev/null
@@ -0,0 +1,1512 @@
+B0     bits/termios.h  d       #define B0 0000000
+B1000000       bits/termios.h  d       #define B1000000 0010010
+B110   bits/termios.h  d       #define B110 0000003
+B115200        bits/termios.h  d       #define B115200 0010002
+B1152000       bits/termios.h  d       #define B1152000 0010011
+B1200  bits/termios.h  d       #define B1200 0000011
+B134   bits/termios.h  d       #define B134 0000004
+B150   bits/termios.h  d       #define B150 0000005
+B1500000       bits/termios.h  d       #define B1500000 0010012
+B1800  bits/termios.h  d       #define B1800 0000012
+B19200 bits/termios.h  d       #define B19200 0000016
+B200   bits/termios.h  d       #define B200 0000006
+B2000000       bits/termios.h  d       #define B2000000 0010013
+B230400        bits/termios.h  d       #define B230400 0010003
+B2400  bits/termios.h  d       #define B2400 0000013
+B2500000       bits/termios.h  d       #define B2500000 0010014
+B300   bits/termios.h  d       #define B300 0000007
+B3000000       bits/termios.h  d       #define B3000000 0010015
+B3500000       bits/termios.h  d       #define B3500000 0010016
+B38400 bits/termios.h  d       #define B38400 0000017
+B4000000       bits/termios.h  d       #define B4000000 0010017
+B460800        bits/termios.h  d       #define B460800 0010004
+B4800  bits/termios.h  d       #define B4800 0000014
+B50    bits/termios.h  d       #define B50 0000001
+B500000        bits/termios.h  d       #define B500000 0010005
+B57600 bits/termios.h  d       #define B57600 0010001
+B576000        bits/termios.h  d       #define B576000 0010006
+B600   bits/termios.h  d       #define B600 0000010
+B75    bits/termios.h  d       #define B75 0000002
+B921600        bits/termios.h  d       #define B921600 0010007
+B9600  bits/termios.h  d       #define B9600 0000015
+BRKINT bits/termios.h  d       #define BRKINT 0000002
+BS0    bits/termios.h  d       #define BS0 0000000
+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
+CR3    bits/termios.h  d       #define CR3 0003000
+CRDLY  bits/termios.h  d       #define CRDLY 0003000
+CREAD  bits/termios.h  d       #define CREAD 0000200
+CRTSCTS        bits/termios.h  d       #define CRTSCTS 020000000000
+CS5    bits/termios.h  d       #define CS5 0000000
+CS6    bits/termios.h  d       #define CS6 0000020
+CS7    bits/termios.h  d       #define CS7 0000040
+CS8    bits/termios.h  d       #define CS8 0000060
+CSIZE  bits/termios.h  d       #define CSIZE 0000060
+CSTOPB bits/termios.h  d       #define CSTOPB 0000100
+DECIMAL_DIG    bits/float.h    d       #define DECIMAL_DIG 36
+E2BIG  bits/errno.h    d       #define E2BIG 7
+EACCES bits/errno.h    d       #define EACCES 13
+EADDRINUSE     bits/errno.h    d       #define EADDRINUSE 125
+EADDRNOTAVAIL  bits/errno.h    d       #define EADDRNOTAVAIL 126
+EADV   bits/errno.h    d       #define EADV 68
+EAFNOSUPPORT   bits/errno.h    d       #define EAFNOSUPPORT 124
+EAGAIN bits/errno.h    d       #define EAGAIN 11
+EALREADY       bits/errno.h    d       #define EALREADY 149
+EBADE  bits/errno.h    d       #define EBADE 50
+EBADF  bits/errno.h    d       #define EBADF 9
+EBADFD bits/errno.h    d       #define EBADFD 81
+EBADMSG        bits/errno.h    d       #define EBADMSG 77
+EBADR  bits/errno.h    d       #define EBADR 51
+EBADRQC        bits/errno.h    d       #define EBADRQC 54
+EBADSLT        bits/errno.h    d       #define EBADSLT 55
+EBFONT bits/errno.h    d       #define EBFONT 59
+EBUSY  bits/errno.h    d       #define EBUSY 16
+ECANCELED      bits/errno.h    d       #define ECANCELED 158
+ECHILD bits/errno.h    d       #define ECHILD 10
+ECHO   bits/termios.h  d       #define ECHO 0000010
+ECHOCTL        bits/termios.h  d       #define ECHOCTL 0001000
+ECHOE  bits/termios.h  d       #define ECHOE 0000020
+ECHOK  bits/termios.h  d       #define ECHOK 0000040
+ECHOKE bits/termios.h  d       #define ECHOKE 0004000
+ECHONL bits/termios.h  d       #define ECHONL 0000100
+ECHOPRT        bits/termios.h  d       #define ECHOPRT 0002000
+ECHRNG bits/errno.h    d       #define ECHRNG 37
+ECOMM  bits/errno.h    d       #define ECOMM 70
+ECONNABORTED   bits/errno.h    d       #define ECONNABORTED 130
+ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 146
+ECONNRESET     bits/errno.h    d       #define ECONNRESET 131
+EDEADLK        bits/errno.h    d       #define EDEADLK 45
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK 56
+EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 96
+EDOM   bits/errno.h    d       #define EDOM 33
+EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
+EDQUOT bits/errno.h    d       #define EDQUOT 1133
+EEXIST bits/errno.h    d       #define EEXIST 17
+EFAULT bits/errno.h    d       #define EFAULT 14
+EFBIG  bits/errno.h    d       #define EFBIG 27
+EF_CP0_BADVADDR        bits/reg.h      d       #define EF_CP0_BADVADDR 35
+EF_CP0_CAUSE   bits/reg.h      d       #define EF_CP0_CAUSE 37
+EF_CP0_EPC     bits/reg.h      d       #define EF_CP0_EPC 34
+EF_CP0_STATUS  bits/reg.h      d       #define EF_CP0_STATUS 36
+EF_HI  bits/reg.h      d       #define EF_HI 33
+EF_LO  bits/reg.h      d       #define EF_LO 32
+EF_R0  bits/reg.h      d       #define EF_R0 0
+EF_R1  bits/reg.h      d       #define EF_R1 1
+EF_R10 bits/reg.h      d       #define EF_R10 10
+EF_R11 bits/reg.h      d       #define EF_R11 11
+EF_R12 bits/reg.h      d       #define EF_R12 12
+EF_R13 bits/reg.h      d       #define EF_R13 13
+EF_R14 bits/reg.h      d       #define EF_R14 14
+EF_R15 bits/reg.h      d       #define EF_R15 15
+EF_R16 bits/reg.h      d       #define EF_R16 16
+EF_R17 bits/reg.h      d       #define EF_R17 17
+EF_R18 bits/reg.h      d       #define EF_R18 18
+EF_R19 bits/reg.h      d       #define EF_R19 19
+EF_R2  bits/reg.h      d       #define EF_R2 2
+EF_R20 bits/reg.h      d       #define EF_R20 20
+EF_R21 bits/reg.h      d       #define EF_R21 21
+EF_R22 bits/reg.h      d       #define EF_R22 22
+EF_R23 bits/reg.h      d       #define EF_R23 23
+EF_R24 bits/reg.h      d       #define EF_R24 24
+EF_R25 bits/reg.h      d       #define EF_R25 25
+EF_R26 bits/reg.h      d       #define EF_R26 26
+EF_R27 bits/reg.h      d       #define EF_R27 27
+EF_R28 bits/reg.h      d       #define EF_R28 28
+EF_R29 bits/reg.h      d       #define EF_R29 29
+EF_R3  bits/reg.h      d       #define EF_R3 3
+EF_R30 bits/reg.h      d       #define EF_R30 30
+EF_R31 bits/reg.h      d       #define EF_R31 31
+EF_R4  bits/reg.h      d       #define EF_R4 4
+EF_R5  bits/reg.h      d       #define EF_R5 5
+EF_R6  bits/reg.h      d       #define EF_R6 6
+EF_R7  bits/reg.h      d       #define EF_R7 7
+EF_R8  bits/reg.h      d       #define EF_R8 8
+EF_R9  bits/reg.h      d       #define EF_R9 9
+EF_SIZE        bits/reg.h      d       #define EF_SIZE 304
+EF_UNUSED0     bits/reg.h      d       #define EF_UNUSED0 38
+EHOSTDOWN      bits/errno.h    d       #define EHOSTDOWN 147
+EHOSTUNREACH   bits/errno.h    d       #define EHOSTUNREACH 148
+EHWPOISON      bits/errno.h    d       #define EHWPOISON 168
+EIDRM  bits/errno.h    d       #define EIDRM 36
+EILSEQ bits/errno.h    d       #define EILSEQ 88
+EINPROGRESS    bits/errno.h    d       #define EINPROGRESS 150
+EINTR  bits/errno.h    d       #define EINTR 4
+EINVAL bits/errno.h    d       #define EINVAL 22
+EIO    bits/errno.h    d       #define EIO 5
+EISCONN        bits/errno.h    d       #define EISCONN 133
+EISDIR bits/errno.h    d       #define EISDIR 21
+EISNAM bits/errno.h    d       #define EISNAM 139
+EKEYEXPIRED    bits/errno.h    d       #define EKEYEXPIRED 162
+EKEYREJECTED   bits/errno.h    d       #define EKEYREJECTED 164
+EKEYREVOKED    bits/errno.h    d       #define EKEYREVOKED 163
+EL2HLT bits/errno.h    d       #define EL2HLT 44
+EL2NSYNC       bits/errno.h    d       #define EL2NSYNC 38
+EL3HLT bits/errno.h    d       #define EL3HLT 39
+EL3RST bits/errno.h    d       #define EL3RST 40
+ELF_NFPREG     bits/user.h     d       #define ELF_NFPREG 33
+ELF_NGREG      bits/user.h     d       #define ELF_NGREG 45
+ELIBACC        bits/errno.h    d       #define ELIBACC 83
+ELIBBAD        bits/errno.h    d       #define ELIBBAD 84
+ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 87
+ELIBMAX        bits/errno.h    d       #define ELIBMAX 86
+ELIBSCN        bits/errno.h    d       #define ELIBSCN 85
+ELNRNG bits/errno.h    d       #define ELNRNG 41
+ELOOP  bits/errno.h    d       #define ELOOP 90
+EMEDIUMTYPE    bits/errno.h    d       #define EMEDIUMTYPE 160
+EMFILE bits/errno.h    d       #define EMFILE 24
+EMLINK bits/errno.h    d       #define EMLINK 31
+EMSGSIZE       bits/errno.h    d       #define EMSGSIZE 97
+EMULTIHOP      bits/errno.h    d       #define EMULTIHOP 74
+ENAMETOOLONG   bits/errno.h    d       #define ENAMETOOLONG 78
+ENAVAIL        bits/errno.h    d       #define ENAVAIL 138
+ENETDOWN       bits/errno.h    d       #define ENETDOWN 127
+ENETRESET      bits/errno.h    d       #define ENETRESET 129
+ENETUNREACH    bits/errno.h    d       #define ENETUNREACH 128
+ENFILE bits/errno.h    d       #define ENFILE 23
+ENOANO bits/errno.h    d       #define ENOANO 53
+ENOBUFS        bits/errno.h    d       #define ENOBUFS 132
+ENOCSI bits/errno.h    d       #define ENOCSI 43
+ENODATA        bits/errno.h    d       #define ENODATA 61
+ENODEV bits/errno.h    d       #define ENODEV 19
+ENOENT bits/errno.h    d       #define ENOENT 2
+ENOEXEC        bits/errno.h    d       #define ENOEXEC 8
+ENOKEY bits/errno.h    d       #define ENOKEY 161
+ENOLCK bits/errno.h    d       #define ENOLCK 46
+ENOLINK        bits/errno.h    d       #define ENOLINK 67
+ENOMEDIUM      bits/errno.h    d       #define ENOMEDIUM 159
+ENOMEM bits/errno.h    d       #define ENOMEM 12
+ENOMSG bits/errno.h    d       #define ENOMSG 35
+ENONET bits/errno.h    d       #define ENONET 64
+ENOPKG bits/errno.h    d       #define ENOPKG 65
+ENOPROTOOPT    bits/errno.h    d       #define ENOPROTOOPT 99
+ENOSPC bits/errno.h    d       #define ENOSPC 28
+ENOSR  bits/errno.h    d       #define ENOSR 63
+ENOSTR bits/errno.h    d       #define ENOSTR 60
+ENOSYS bits/errno.h    d       #define ENOSYS 89
+ENOTBLK        bits/errno.h    d       #define ENOTBLK 15
+ENOTCONN       bits/errno.h    d       #define ENOTCONN 134
+ENOTDIR        bits/errno.h    d       #define ENOTDIR 20
+ENOTEMPTY      bits/errno.h    d       #define ENOTEMPTY 93
+ENOTNAM        bits/errno.h    d       #define ENOTNAM 137
+ENOTRECOVERABLE        bits/errno.h    d       #define ENOTRECOVERABLE 166
+ENOTSOCK       bits/errno.h    d       #define ENOTSOCK 95
+ENOTSUP        bits/errno.h    d       #define ENOTSUP EOPNOTSUPP
+ENOTTY bits/errno.h    d       #define ENOTTY 25
+ENOTUNIQ       bits/errno.h    d       #define ENOTUNIQ 80
+ENXIO  bits/errno.h    d       #define ENXIO 6
+EOPNOTSUPP     bits/errno.h    d       #define EOPNOTSUPP 122
+EOVERFLOW      bits/errno.h    d       #define EOVERFLOW 79
+EOWNERDEAD     bits/errno.h    d       #define EOWNERDEAD 165
+EPERM  bits/errno.h    d       #define EPERM 1
+EPFNOSUPPORT   bits/errno.h    d       #define EPFNOSUPPORT 123
+EPIPE  bits/errno.h    d       #define EPIPE 32
+EPROTO bits/errno.h    d       #define EPROTO 71
+EPROTONOSUPPORT        bits/errno.h    d       #define EPROTONOSUPPORT 120
+EPROTOTYPE     bits/errno.h    d       #define EPROTOTYPE 98
+ERANGE bits/errno.h    d       #define ERANGE 34
+EREMCHG        bits/errno.h    d       #define EREMCHG 82
+EREMOTE        bits/errno.h    d       #define EREMOTE 66
+EREMOTEIO      bits/errno.h    d       #define EREMOTEIO 140
+ERESTART       bits/errno.h    d       #define ERESTART 91
+ERFKILL        bits/errno.h    d       #define ERFKILL 167
+EROFS  bits/errno.h    d       #define EROFS 30
+ESHUTDOWN      bits/errno.h    d       #define ESHUTDOWN 143
+ESOCKTNOSUPPORT        bits/errno.h    d       #define ESOCKTNOSUPPORT 121
+ESPIPE bits/errno.h    d       #define ESPIPE 29
+ESRCH  bits/errno.h    d       #define ESRCH 3
+ESRMNT bits/errno.h    d       #define ESRMNT 69
+ESTALE bits/errno.h    d       #define ESTALE 151
+ESTRPIPE       bits/errno.h    d       #define ESTRPIPE 92
+ETIME  bits/errno.h    d       #define ETIME 62
+ETIMEDOUT      bits/errno.h    d       #define ETIMEDOUT 145
+ETOOMANYREFS   bits/errno.h    d       #define ETOOMANYREFS 144
+ETXTBSY        bits/errno.h    d       #define ETXTBSY 26
+EUCLEAN        bits/errno.h    d       #define EUCLEAN 135
+EUNATCH        bits/errno.h    d       #define EUNATCH 42
+EUSERS bits/errno.h    d       #define EUSERS 94
+EWOULDBLOCK    bits/errno.h    d       #define EWOULDBLOCK EAGAIN
+EXDEV  bits/errno.h    d       #define EXDEV 18
+EXFULL bits/errno.h    d       #define EXFULL 52
+EXTA   bits/termios.h  d       #define EXTA 0000016
+EXTB   bits/termios.h  d       #define EXTB 0000017
+EXTPROC        bits/termios.h  d       #define EXTPROC 0200000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 124
+FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
+FE_DIVBYZERO   bits/fenv.h     d       #define FE_DIVBYZERO 32
+FE_DOWNWARD    bits/fenv.h     d       #define FE_DOWNWARD 3
+FE_INEXACT     bits/fenv.h     d       #define FE_INEXACT 4
+FE_INVALID     bits/fenv.h     d       #define FE_INVALID 64
+FE_OVERFLOW    bits/fenv.h     d       #define FE_OVERFLOW 16
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TOWARDZERO  bits/fenv.h     d       #define FE_TOWARDZERO 1
+FE_UNDERFLOW   bits/fenv.h     d       #define FE_UNDERFLOW 8
+FE_UPWARD      bits/fenv.h     d       #define FE_UPWARD 2
+FF0    bits/termios.h  d       #define FF0 0000000
+FF1    bits/termios.h  d       #define FF1 0100000
+FFDLY  bits/termios.h  d       #define FFDLY 0100000
+FILE   bits/alltypes.h T       typedef struct _IO_FILE FILE;
+FIOASYNC       bits/ioctl.h    d       #define FIOASYNC 0x667D
+FIOCLEX        bits/ioctl.h    d       #define FIOCLEX 0x6601
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN 0x8903
+FIONBIO        bits/ioctl.h    d       #define FIONBIO 0x667E
+FIONCLEX       bits/ioctl.h    d       #define FIONCLEX 0x6602
+FIONREAD       bits/ioctl.h    d       #define FIONREAD 0x467F
+FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE 0x667F
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN 0x8901
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 0
+FLUSHO bits/termios.h  d       #define FLUSHO 0020000
+F_DUPFD        bits/fcntl.h    d       #define F_DUPFD 0
+F_GETFD        bits/fcntl.h    d       #define F_GETFD 1
+F_GETFL        bits/fcntl.h    d       #define F_GETFL 3
+F_GETLK        bits/fcntl.h    d       #define F_GETLK 33
+F_GETOWN       bits/fcntl.h    d       #define F_GETOWN 23
+F_GETOWNER_UIDS        bits/fcntl.h    d       #define F_GETOWNER_UIDS 17
+F_GETOWN_EX    bits/fcntl.h    d       #define F_GETOWN_EX 16
+F_GETSIG       bits/fcntl.h    d       #define F_GETSIG 11
+F_SETFD        bits/fcntl.h    d       #define F_SETFD 2
+F_SETFL        bits/fcntl.h    d       #define F_SETFL 4
+F_SETLK        bits/fcntl.h    d       #define F_SETLK 34
+F_SETLKW       bits/fcntl.h    d       #define F_SETLKW 35
+F_SETOWN       bits/fcntl.h    d       #define F_SETOWN 24
+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
+ICANON bits/termios.h  d       #define ICANON 0000002
+ICRNL  bits/termios.h  d       #define ICRNL 0000400
+IEXTEN bits/termios.h  d       #define IEXTEN 0000400
+IGNBRK bits/termios.h  d       #define IGNBRK 0000001
+IGNCR  bits/termios.h  d       #define IGNCR 0000200
+IGNPAR bits/termios.h  d       #define IGNPAR 0000004
+IMAXBEL        bits/termios.h  d       #define IMAXBEL 0020000
+INLCR  bits/termios.h  d       #define INLCR 0000100
+INPCK  bits/termios.h  d       #define INPCK 0000020
+INTPTR_MAX     bits/stdint.h   d       #define INTPTR_MAX INT32_MAX
+INTPTR_MIN     bits/stdint.h   d       #define INTPTR_MIN INT32_MIN
+INT_FAST16_MAX bits/stdint.h   d       #define INT_FAST16_MAX INT32_MAX
+INT_FAST16_MIN bits/stdint.h   d       #define INT_FAST16_MIN INT32_MIN
+INT_FAST32_MAX bits/stdint.h   d       #define INT_FAST32_MAX INT32_MAX
+INT_FAST32_MIN bits/stdint.h   d       #define INT_FAST32_MIN INT32_MIN
+IPC_64 bits/ipc.h      d       #define IPC_64 0x100
+ISIG   bits/termios.h  d       #define ISIG 0000001
+ISTRIP bits/termios.h  d       #define ISTRIP 0000040
+ITOSTOP        bits/termios.h  d       #define ITOSTOP 0100000
+IUCLC  bits/termios.h  d       #define IUCLC 0001000
+IUTF8  bits/termios.h  d       #define IUTF8 0040000
+IXANY  bits/termios.h  d       #define IXANY 0004000
+IXOFF  bits/termios.h  d       #define IXOFF 0010000
+IXON   bits/termios.h  d       #define IXON 0002000
+LDBL_DIG       bits/float.h    d       #define LDBL_DIG 33
+LDBL_EPSILON   bits/float.h    d       #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L
+LDBL_MANT_DIG  bits/float.h    d       #define LDBL_MANT_DIG 113
+LDBL_MAX       bits/float.h    d       #define LDBL_MAX 1.18973149535723176508575932662800702e+4932L
+LDBL_MAX_10_EXP        bits/float.h    d       #define LDBL_MAX_10_EXP 4932
+LDBL_MAX_EXP   bits/float.h    d       #define LDBL_MAX_EXP 16384
+LDBL_MIN       bits/float.h    d       #define LDBL_MIN 3.36210314311209350626267781732175260e-4932L
+LDBL_MIN_10_EXP        bits/float.h    d       #define LDBL_MIN_10_EXP (-4931)
+LDBL_MIN_EXP   bits/float.h    d       #define LDBL_MIN_EXP (-16381)
+LDBL_TRUE_MIN  bits/float.h    d       #define LDBL_TRUE_MIN 6.47517511943802511092443895822764655e-4966L
+LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
+LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
+LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
+MAP_ANON       bits/mman.h     d       #define MAP_ANON 0x800
+MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x2000
+MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x4000
+MAP_GROWSDOWN  bits/mman.h     d       #define MAP_GROWSDOWN 0x1000
+MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x80000
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x8000
+MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x20000
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x0400
+MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x10000
+MAP_STACK      bits/mman.h     d       #define MAP_STACK 0x40000
+MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 2048
+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_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_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
+N_R3964        bits/ioctl.h    d       #define N_R3964 9
+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_TTY  bits/ioctl.h    d       #define N_TTY 0
+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
+OFILL  bits/termios.h  d       #define OFILL 0000100
+OLCUC  bits/termios.h  d       #define OLCUC 0000002
+ONLCR  bits/termios.h  d       #define ONLCR 0000004
+ONLRET bits/termios.h  d       #define ONLRET 0000040
+ONOCR  bits/termios.h  d       #define ONOCR 0000020
+OPOST  bits/termios.h  d       #define OPOST 0000001
+O_APPEND       bits/fcntl.h    d       #define O_APPEND 0010
+O_ASYNC        bits/fcntl.h    d       #define O_ASYNC 010000
+O_CLOEXEC      bits/fcntl.h    d       #define O_CLOEXEC 02000000
+O_CREAT        bits/fcntl.h    d       #define O_CREAT 0400
+O_DIRECT       bits/fcntl.h    d       #define O_DIRECT 0100000
+O_DIRECTORY    bits/fcntl.h    d       #define O_DIRECTORY 0200000
+O_DSYNC        bits/fcntl.h    d       #define O_DSYNC 0020
+O_EXCL bits/fcntl.h    d       #define O_EXCL 02000
+O_LARGEFILE    bits/fcntl.h    d       #define O_LARGEFILE 020000
+O_NDELAY       bits/fcntl.h    d       #define O_NDELAY O_NONBLOCK
+O_NOATIME      bits/fcntl.h    d       #define O_NOATIME 01000000
+O_NOCTTY       bits/fcntl.h    d       #define O_NOCTTY 04000
+O_NOFOLLOW     bits/fcntl.h    d       #define O_NOFOLLOW 0400000
+O_NONBLOCK     bits/fcntl.h    d       #define O_NONBLOCK 0200
+O_PATH bits/fcntl.h    d       #define O_PATH 010000000
+O_RSYNC        bits/fcntl.h    d       #define O_RSYNC 040020
+O_SYNC bits/fcntl.h    d       #define O_SYNC 040020
+O_TMPFILE      bits/fcntl.h    d       #define O_TMPFILE 020200000
+O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
+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
+POLLWRBAND     bits/poll.h     d       #define POLLWRBAND 0x100
+POLLWRNORM     bits/poll.h     d       #define POLLWRNORM POLLOUT
+PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT32_MAX
+PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
+RLIMIT_AS      bits/resource.h d       #define RLIMIT_AS 6
+RLIMIT_MEMLOCK bits/resource.h d       #define RLIMIT_MEMLOCK 9
+RLIMIT_NOFILE  bits/resource.h d       #define RLIMIT_NOFILE 5
+RLIMIT_NPROC   bits/resource.h d       #define RLIMIT_NPROC 8
+RLIMIT_RSS     bits/resource.h d       #define RLIMIT_RSS 7
+SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
+SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 0x10000
+SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000
+SA_ONSTACK     bits/signal.h   d       #define SA_ONSTACK 0x08000000
+SA_RESETHAND   bits/signal.h   d       #define SA_RESETHAND 0x80000000
+SA_RESTART     bits/signal.h   d       #define SA_RESTART 0x10000000
+SA_RESTORER    bits/signal.h   d       #define SA_RESTORER 0x04000000
+SA_SIGINFO     bits/signal.h   d       #define SA_SIGINFO 8
+SHMLBA bits/shm.h      d       #define SHMLBA 4096
+SIGABRT        bits/signal.h   d       #define SIGABRT 6
+SIGALRM        bits/signal.h   d       #define SIGALRM 14
+SIGBUS bits/signal.h   d       #define SIGBUS 10
+SIGCHLD        bits/signal.h   d       #define SIGCHLD 18
+SIGCONT        bits/signal.h   d       #define SIGCONT 25
+SIGFPE bits/signal.h   d       #define SIGFPE 8
+SIGHUP bits/signal.h   d       #define SIGHUP 1
+SIGILL bits/signal.h   d       #define SIGILL 4
+SIGINT bits/signal.h   d       #define SIGINT 2
+SIGIO  bits/signal.h   d       #define SIGIO 22
+SIGIOT bits/signal.h   d       #define SIGIOT SIGABRT
+SIGKILL        bits/signal.h   d       #define SIGKILL 9
+SIGPIPE        bits/signal.h   d       #define SIGPIPE 13
+SIGPOLL        bits/signal.h   d       #define SIGPOLL SIGIO
+SIGPROF        bits/signal.h   d       #define SIGPROF 29
+SIGPWR bits/signal.h   d       #define SIGPWR 19
+SIGQUIT        bits/signal.h   d       #define SIGQUIT 3
+SIGSEGV        bits/signal.h   d       #define SIGSEGV 11
+SIGSTKFLT      bits/signal.h   d       #define SIGSTKFLT 7
+SIGSTKSZ       bits/signal.h   d       #define SIGSTKSZ 8192
+SIGSTOP        bits/signal.h   d       #define SIGSTOP 23
+SIGSYS bits/signal.h   d       #define SIGSYS 12
+SIGTERM        bits/signal.h   d       #define SIGTERM 15
+SIGTRAP        bits/signal.h   d       #define SIGTRAP 5
+SIGTSTP        bits/signal.h   d       #define SIGTSTP 24
+SIGTTIN        bits/signal.h   d       #define SIGTTIN 26
+SIGTTOU        bits/signal.h   d       #define SIGTTOU 27
+SIGUNUSED      bits/signal.h   d       #define SIGUNUSED SIGSYS
+SIGURG bits/signal.h   d       #define SIGURG 21
+SIGUSR1        bits/signal.h   d       #define SIGUSR1 16
+SIGUSR2        bits/signal.h   d       #define SIGUSR2 17
+SIGVTALRM      bits/signal.h   d       #define SIGVTALRM 28
+SIGWINCH       bits/signal.h   d       #define SIGWINCH 20
+SIGXCPU        bits/signal.h   d       #define SIGXCPU 30
+SIGXFSZ        bits/signal.h   d       #define SIGXFSZ 31
+SIG_BLOCK      bits/signal.h   d       #define SIG_BLOCK 1
+SIG_SETMASK    bits/signal.h   d       #define SIG_SETMASK 3
+SIG_UNBLOCK    bits/signal.h   d       #define SIG_UNBLOCK 2
+SIOCADDDLCI    bits/ioctl.h    d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   bits/ioctl.h    d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      bits/ioctl.h    d       #define SIOCADDRT 0x890B
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK 0x8905
+SIOCDARP       bits/ioctl.h    d       #define SIOCDARP 0x8953
+SIOCDELDLCI    bits/ioctl.h    d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   bits/ioctl.h    d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      bits/ioctl.h    d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE bits/ioctl.h    d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    bits/ioctl.h    d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      bits/ioctl.h    d       #define SIOCDRARP 0x8960
+SIOCGARP       bits/ioctl.h    d       #define SIOCGARP 0x8954
+SIOCGIFADDR    bits/ioctl.h    d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      bits/ioctl.h    d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR bits/ioctl.h    d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    bits/ioctl.h    d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   bits/ioctl.h    d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR bits/ioctl.h    d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   bits/ioctl.h    d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   bits/ioctl.h    d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  bits/ioctl.h    d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   bits/ioctl.h    d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     bits/ioctl.h    d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     bits/ioctl.h    d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  bits/ioctl.h    d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     bits/ioctl.h    d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    bits/ioctl.h    d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK bits/ioctl.h    d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  bits/ioctl.h    d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   bits/ioctl.h    d       #define SIOCGIFSLAVE 0x8929
+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
+SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
+SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
+SIOCSIFADDR    bits/ioctl.h    d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      bits/ioctl.h    d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR bits/ioctl.h    d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR bits/ioctl.h    d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   bits/ioctl.h    d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   bits/ioctl.h    d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  bits/ioctl.h    d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     bits/ioctl.h    d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    bits/ioctl.h    d       #define SIOCSIFLINK 0x8911
+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
+SIOCSIFTXQLEN  bits/ioctl.h    d       #define SIOCSIFTXQLEN 0x8943
+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 UINT32_MAX
+SI_ASYNCIO     bits/signal.h   d       #define SI_ASYNCIO (-2)
+SI_MESGQ       bits/signal.h   d       #define SI_MESGQ (-4)
+SI_TIMER       bits/signal.h   d       #define SI_TIMER (-3)
+SOCK_CLOEXEC   bits/socket.h   d       #define SOCK_CLOEXEC 02000000
+SOCK_DGRAM     bits/socket.h   d       #define SOCK_DGRAM 1
+SOCK_NONBLOCK  bits/socket.h   d       #define SOCK_NONBLOCK 0200
+SOCK_STREAM    bits/socket.h   d       #define SOCK_STREAM 2
+SOL_SOCKET     bits/socket.h   d       #define SOL_SOCKET 65535
+SO_ACCEPTCONN  bits/socket.h   d       #define SO_ACCEPTCONN 0x1009
+SO_BROADCAST   bits/socket.h   d       #define SO_BROADCAST 0x0020
+SO_BSDCOMPAT   bits/socket.h   d       #define SO_BSDCOMPAT 14
+SO_DEBUG       bits/socket.h   d       #define SO_DEBUG 1
+SO_DOMAIN      bits/socket.h   d       #define SO_DOMAIN 0x1029
+SO_DONTROUTE   bits/socket.h   d       #define SO_DONTROUTE 0x0010
+SO_ERROR       bits/socket.h   d       #define SO_ERROR 0x1007
+SO_KEEPALIVE   bits/socket.h   d       #define SO_KEEPALIVE 0x0008
+SO_LINGER      bits/socket.h   d       #define SO_LINGER 0x0080
+SO_NO_CHECK    bits/socket.h   d       #define SO_NO_CHECK 11
+SO_OOBINLINE   bits/socket.h   d       #define SO_OOBINLINE 0x0100
+SO_PASSCRED    bits/socket.h   d       #define SO_PASSCRED 17
+SO_PEERCRED    bits/socket.h   d       #define SO_PEERCRED 18
+SO_PRIORITY    bits/socket.h   d       #define SO_PRIORITY 12
+SO_PROTOCOL    bits/socket.h   d       #define SO_PROTOCOL 0x1028
+SO_RCVBUF      bits/socket.h   d       #define SO_RCVBUF 0x1002
+SO_RCVBUFFORCE bits/socket.h   d       #define SO_RCVBUFFORCE 33
+SO_RCVLOWAT    bits/socket.h   d       #define SO_RCVLOWAT 0x1004
+SO_RCVTIMEO    bits/socket.h   d       #define SO_RCVTIMEO 0x1006
+SO_REUSEADDR   bits/socket.h   d       #define SO_REUSEADDR 0x0004
+SO_REUSEPORT   bits/socket.h   d       #define SO_REUSEPORT 0x0200
+SO_SNDBUF      bits/socket.h   d       #define SO_SNDBUF 0x1001
+SO_SNDBUFFORCE bits/socket.h   d       #define SO_SNDBUFFORCE 31
+SO_SNDLOWAT    bits/socket.h   d       #define SO_SNDLOWAT 0x1003
+SO_SNDTIMEO    bits/socket.h   d       #define SO_SNDTIMEO 0x1005
+SO_TYPE        bits/socket.h   d       #define SO_TYPE 0x1008
+SYS__newselect bits/syscall.h  d       #define SYS__newselect 6022
+SYS__sysctl    bits/syscall.h  d       #define SYS__sysctl 6152
+SYS_accept     bits/syscall.h  d       #define SYS_accept 6042
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 6297
+SYS_access     bits/syscall.h  d       #define SYS_access 6020
+SYS_acct       bits/syscall.h  d       #define SYS_acct 6158
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key 6243
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex 6154
+SYS_afs_syscall        bits/syscall.h  d       #define SYS_afs_syscall 6176
+SYS_alarm      bits/syscall.h  d       #define SYS_alarm 6037
+SYS_bind       bits/syscall.h  d       #define SYS_bind 6048
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf 6319
+SYS_brk        bits/syscall.h  d       #define SYS_brk 6012
+SYS_cachectl   bits/syscall.h  d       #define SYS_cachectl 6198
+SYS_cacheflush bits/syscall.h  d       #define SYS_cacheflush 6197
+SYS_capget     bits/syscall.h  d       #define SYS_capget 6123
+SYS_capset     bits/syscall.h  d       #define SYS_capset 6124
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir 6078
+SYS_chmod      bits/syscall.h  d       #define SYS_chmod 6088
+SYS_chown      bits/syscall.h  d       #define SYS_chown 6090
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot 6156
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime 6305
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 6227
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 6226
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 6228
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 6225
+SYS_clone      bits/syscall.h  d       #define SYS_clone 6055
+SYS_close      bits/syscall.h  d       #define SYS_close 6003
+SYS_connect    bits/syscall.h  d       #define SYS_connect 6041
+SYS_copy_file_range    bits/syscall.h  d       #define SYS_copy_file_range 6324
+SYS_creat      bits/syscall.h  d       #define SYS_creat 6083
+SYS_create_module      bits/syscall.h  d       #define SYS_create_module 6167
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 6169
+SYS_dup        bits/syscall.h  d       #define SYS_dup 6031
+SYS_dup2       bits/syscall.h  d       #define SYS_dup2 6032
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 6290
+SYS_epoll_create       bits/syscall.h  d       #define SYS_epoll_create 6207
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 6289
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl 6208
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait 6276
+SYS_epoll_wait bits/syscall.h  d       #define SYS_epoll_wait 6209
+SYS_eventfd    bits/syscall.h  d       #define SYS_eventfd 6282
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 6288
+SYS_execve     bits/syscall.h  d       #define SYS_execve 6057
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat 6320
+SYS_exit       bits/syscall.h  d       #define SYS_exit 6058
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group 6205
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat 6263
+SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 6216
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate 6283
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init 6300
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark 6301
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir 6079
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod 6089
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat 6262
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown 6091
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat 6254
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl 6070
+SYS_fcntl64    bits/syscall.h  d       #define SYS_fcntl64 6212
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync 6073
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr 6185
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module 6312
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr 6188
+SYS_flock      bits/syscall.h  d       #define SYS_flock 6071
+SYS_fork       bits/syscall.h  d       #define SYS_fork 6056
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr 6191
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr 6182
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat 6005
+SYS_fstatat    bits/syscall.h  d       #define SYS_fstatat 6256
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs 6135
+SYS_fstatfs64  bits/syscall.h  d       #define SYS_fstatfs64 6218
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync 6072
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 6075
+SYS_futex      bits/syscall.h  d       #define SYS_futex 6194
+SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 6255
+SYS_get_kernel_syms    bits/syscall.h  d       #define SYS_get_kernel_syms 6170
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 6232
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list 6273
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu 6275
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd 6077
+SYS_getdents   bits/syscall.h  d       #define SYS_getdents 6076
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 6299
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid 6106
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid 6105
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid 6102
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups 6113
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer 6035
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername 6051
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid 6119
+SYS_getpgrp    bits/syscall.h  d       #define SYS_getpgrp 6109
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid 6038
+SYS_getpmsg    bits/syscall.h  d       #define SYS_getpmsg 6174
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid 6108
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority 6137
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom 6317
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid 6118
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid 6116
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit 6095
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage 6096
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid 6122
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname 6050
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt 6054
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid 6178
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday 6094
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid 6100
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr 6183
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module 6168
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch 6248
+SYS_inotify_init       bits/syscall.h  d       #define SYS_inotify_init 6247
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 6292
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch 6249
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 6204
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 6201
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 6202
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 6200
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 6203
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 6015
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get 6278
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set 6277
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp 6311
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load 6274
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl 6245
+SYS_kill       bits/syscall.h  d       #define SYS_kill 6060
+SYS_lchown     bits/syscall.h  d       #define SYS_lchown 6092
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr 6184
+SYS_link       bits/syscall.h  d       #define SYS_link 6084
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat 6259
+SYS_listen     bits/syscall.h  d       #define SYS_listen 6049
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr 6186
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr 6187
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie 6206
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr 6190
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek 6008
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr 6181
+SYS_lstat      bits/syscall.h  d       #define SYS_lstat 6006
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise 6027
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind 6231
+SYS_membarrier bits/syscall.h  d       #define SYS_membarrier 6322
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create 6318
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages 6250
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore 6026
+SYS_mkdir      bits/syscall.h  d       #define SYS_mkdir 6081
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat 6252
+SYS_mknod      bits/syscall.h  d       #define SYS_mknod 6131
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat 6253
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock 6146
+SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 6323
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall 6148
+SYS_mmap       bits/syscall.h  d       #define SYS_mmap 6009
+SYS_mount      bits/syscall.h  d       #define SYS_mount 6160
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages 6271
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect 6010
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr 6239
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 6238
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 6234
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 6237
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 6236
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 6235
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap 6024
+SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl 6069
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget 6066
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv 6068
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd 6067
+SYS_msync      bits/syscall.h  d       #define SYS_msync 6025
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock 6147
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 6149
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap 6011
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at 6303
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep 6034
+SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl 6173
+SYS_open       bits/syscall.h  d       #define SYS_open 6002
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at 6304
+SYS_openat     bits/syscall.h  d       #define SYS_openat 6251
+SYS_pause      bits/syscall.h  d       #define SYS_pause 6033
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 6296
+SYS_personality        bits/syscall.h  d       #define SYS_personality 6132
+SYS_pipe       bits/syscall.h  d       #define SYS_pipe 6021
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 6291
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 6151
+SYS_poll       bits/syscall.h  d       #define SYS_poll 6007
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 6265
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl 6153
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 6016
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv 6293
+SYS_preadv2    bits/syscall.h  d       #define SYS_preadv2 6325
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 6302
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 6309
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 6310
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 6264
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace 6099
+SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg 6175
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 6017
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 6294
+SYS_pwritev2   bits/syscall.h  d       #define SYS_pwritev2 6326
+SYS_query_module       bits/syscall.h  d       #define SYS_query_module 6171
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 6172
+SYS_read       bits/syscall.h  d       #define SYS_read 6000
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead 6179
+SYS_readlink   bits/syscall.h  d       #define SYS_readlink 6087
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat 6261
+SYS_readv      bits/syscall.h  d       #define SYS_readv 6018
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot 6164
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 6044
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 6298
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 6046
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 6210
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 6189
+SYS_rename     bits/syscall.h  d       #define SYS_rename 6080
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat 6258
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 6315
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key 6244
+SYS_reserved177        bits/syscall.h  d       #define SYS_reserved177 6177
+SYS_reserved193        bits/syscall.h  d       #define SYS_reserved193 6193
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 6214
+SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 6082
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 6013
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 6125
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 6014
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo 6127
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 6211
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 6128
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 6126
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 6295
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max 6143
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min 6144
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity 6196
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr 6314
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam 6140
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler 6142
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval 6145
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 6195
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 6313
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 6139
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler 6141
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield 6023
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp 6316
+SYS_semctl     bits/syscall.h  d       #define SYS_semctl 6064
+SYS_semget     bits/syscall.h  d       #define SYS_semget 6062
+SYS_semop      bits/syscall.h  d       #define SYS_semop 6063
+SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop 6215
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 6039
+SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 6219
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg 6307
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg 6045
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto 6043
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy 6233
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list 6272
+SYS_set_thread_area    bits/syscall.h  d       #define SYS_set_thread_area 6246
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address 6213
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname 6166
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid 6121
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid 6120
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid 6104
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups 6114
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname 6165
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer 6036
+SYS_setns      bits/syscall.h  d       #define SYS_setns 6308
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid 6107
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority 6138
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid 6112
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid 6117
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid 6115
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid 6111
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit 6155
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid 6110
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt 6053
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday 6159
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid 6103
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 6180
+SYS_shmat      bits/syscall.h  d       #define SYS_shmat 6029
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl 6030
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt 6065
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget 6028
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 6047
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 6129
+SYS_signalfd   bits/syscall.h  d       #define SYS_signalfd 6280
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 6287
+SYS_socket     bits/syscall.h  d       #define SYS_socket 6040
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair 6052
+SYS_splice     bits/syscall.h  d       #define SYS_splice 6267
+SYS_stat       bits/syscall.h  d       #define SYS_stat 6004
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs 6134
+SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 6217
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 6163
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon 6162
+SYS_symlink    bits/syscall.h  d       #define SYS_symlink 6086
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat 6260
+SYS_sync       bits/syscall.h  d       #define SYS_sync 6157
+SYS_sync_file_range    bits/syscall.h  d       #define SYS_sync_file_range 6268
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs 6306
+SYS_sysfs      bits/syscall.h  d       #define SYS_sysfs 6136
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo 6097
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog 6101
+SYS_sysmips    bits/syscall.h  d       #define SYS_sysmips 6199
+SYS_tee        bits/syscall.h  d       #define SYS_tee 6269
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill 6229
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create 6220
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 6224
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 6223
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 6222
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 6221
+SYS_timerfd    bits/syscall.h  d       #define SYS_timerfd 6281
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 6284
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 6285
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 6286
+SYS_times      bits/syscall.h  d       #define SYS_times 6098
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill 6192
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate 6074
+SYS_umask      bits/syscall.h  d       #define SYS_umask 6093
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 6161
+SYS_uname      bits/syscall.h  d       #define SYS_uname 6061
+SYS_unlink     bits/syscall.h  d       #define SYS_unlink 6085
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat 6257
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare 6266
+SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd 6321
+SYS_ustat      bits/syscall.h  d       #define SYS_ustat 6133
+SYS_utime      bits/syscall.h  d       #define SYS_utime 6130
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat 6279
+SYS_utimes     bits/syscall.h  d       #define SYS_utimes 6230
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 6150
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice 6270
+SYS_vserver    bits/syscall.h  d       #define SYS_vserver 6240
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 6059
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid 6241
+SYS_write      bits/syscall.h  d       #define SYS_write 6001
+SYS_writev     bits/syscall.h  d       #define SYS_writev 6019
+TAB0   bits/termios.h  d       #define TAB0 0000000
+TAB1   bits/termios.h  d       #define TAB1 0004000
+TAB2   bits/termios.h  d       #define TAB2 0010000
+TAB3   bits/termios.h  d       #define TAB3 0014000
+TABDLY bits/termios.h  d       #define TABDLY 0014000
+TCFLSH bits/ioctl.h    d       #define TCFLSH 0x5407
+TCGETA bits/ioctl.h    d       #define TCGETA 0x5401
+TCGETS bits/ioctl.h    d       #define TCGETS 0x540D
+TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
+TCIOFF bits/termios.h  d       #define TCIOFF 2
+TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
+TCION  bits/termios.h  d       #define TCION 3
+TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
+TCOOFF bits/termios.h  d       #define TCOOFF 0
+TCOON  bits/termios.h  d       #define TCOON 1
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 0x540f
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 0x5410
+TCSANOW        bits/termios.h  d       #define TCSANOW 0x540e
+TCSBRK bits/ioctl.h    d       #define TCSBRK 0x5405
+TCSBRKP        bits/ioctl.h    d       #define TCSBRKP 0x5486
+TCSETA bits/ioctl.h    d       #define TCSETA 0x5402
+TCSETAF        bits/ioctl.h    d       #define TCSETAF 0x5404
+TCSETAW        bits/ioctl.h    d       #define TCSETAW 0x5403
+TCSETS bits/ioctl.h    d       #define TCSETS 0x540E
+TCSETSF        bits/ioctl.h    d       #define TCSETSF 0x5410
+TCSETSW        bits/ioctl.h    d       #define TCSETSW 0x540F
+TCXONC bits/ioctl.h    d       #define TCXONC 0x5406
+TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
+TIOCCONS       bits/ioctl.h    d       #define TIOCCONS _IOW('t', 120, int)
+TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL 0x740D
+TIOCGDEV       bits/ioctl.h    d       #define TIOCGDEV _IOR('T', 0x32, unsigned int)
+TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x7400
+TIOCGETP       bits/ioctl.h    d       #define TIOCGETP 0x7408
+TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL _IOR('T', 0x40, int)
+TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x5492
+TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x548B
+TIOCGLTC       bits/ioctl.h    d       #define TIOCGLTC 0x7474
+TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP _IOR('t', 119, int)
+TIOCGPKT       bits/ioctl.h    d       #define TIOCGPKT _IOR('T', 0x38, int)
+TIOCGPTLCK     bits/ioctl.h    d       #define TIOCGPTLCK _IOR('T', 0x39, int)
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN _IOR('T', 0x30, unsigned int)
+TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 _IOR('T', 0x2E, char[32])
+TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x5484
+TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x7416
+TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5481
+TIOCGWINSZ     bits/ioctl.h    d       #define TIOCGWINSZ _IOR('t', 104, struct winsize)
+TIOCINQ        bits/ioctl.h    d       #define TIOCINQ FIONREAD
+TIOCLINUX      bits/ioctl.h    d       #define TIOCLINUX 0x5483
+TIOCMBIC       bits/ioctl.h    d       #define TIOCMBIC 0x741C
+TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS 0x741B
+TIOCMGET       bits/ioctl.h    d       #define TIOCMGET 0x741D
+TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT 0x5491
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x741A
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x100
+TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x040
+TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x400
+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_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
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x200
+TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x020
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x010
+TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY 0x5471
+TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x740E
+TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x7472
+TIOCPKT        bits/ioctl.h    d       #define TIOCPKT 0x5470
+TIOCPKT_DATA   bits/ioctl.h    d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP bits/ioctl.h    d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      bits/ioctl.h    d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  bits/ioctl.h    d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP bits/ioctl.h    d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  bits/ioctl.h    d       #define TIOCPKT_START 8
+TIOCPKT_STOP   bits/ioctl.h    d       #define TIOCPKT_STOP 4
+TIOCSBRK       bits/ioctl.h    d       #define TIOCSBRK 0x5427
+TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY 0x5480
+TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG 0x5488
+TIOCSERGETLSR  bits/ioctl.h    d       #define TIOCSERGETLSR 0x548E
+TIOCSERGETMULTI        bits/ioctl.h    d       #define TIOCSERGETMULTI 0x548F
+TIOCSERGSTRUCT bits/ioctl.h    d       #define TIOCSERGSTRUCT 0x548D
+TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD 0x5489
+TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI 0x5490
+TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x548A
+TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSER_TEMT   bits/termios.h  d       #define TIOCSER_TEMT 1
+TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x7401
+TIOCSETN       bits/ioctl.h    d       #define TIOCSETN 0x740A
+TIOCSETP       bits/ioctl.h    d       #define TIOCSETP 0x7409
+TIOCSIG        bits/ioctl.h    d       #define TIOCSIG _IOW('T', 0x36, int)
+TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x548C
+TIOCSLTC       bits/ioctl.h    d       #define TIOCSLTC 0x7475
+TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP _IOW('t', 118, int)
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK _IOW('T', 0x31, int)
+TIOCSRS485     bits/ioctl.h    d       #define TIOCSRS485 _IOWR('T', 0x2F, char[32])
+TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x5485
+TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x5482
+TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5472
+TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ _IOW('t', 103, struct winsize)
+TIOCVHANGUP    bits/ioctl.h    d       #define TIOCVHANGUP 0x5437
+TOSTOP bits/termios.h  d       #define TOSTOP 0100000
+UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT32_MAX
+UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
+UINT_FAST32_MAX        bits/stdint.h   d       #define UINT_FAST32_MAX UINT32_MAX
+VDISCARD       bits/termios.h  d       #define VDISCARD 13
+VEOF   bits/termios.h  d       #define VEOF 16
+VEOL   bits/termios.h  d       #define VEOL 17
+VEOL2  bits/termios.h  d       #define VEOL2 6
+VERASE bits/termios.h  d       #define VERASE 2
+VINTR  bits/termios.h  d       #define VINTR 0
+VKILL  bits/termios.h  d       #define VKILL 3
+VLNEXT bits/termios.h  d       #define VLNEXT 15
+VMIN   bits/termios.h  d       #define VMIN 4
+VQUIT  bits/termios.h  d       #define VQUIT 1
+VREPRINT       bits/termios.h  d       #define VREPRINT 12
+VSTART bits/termios.h  d       #define VSTART 8
+VSTOP  bits/termios.h  d       #define VSTOP 9
+VSUSP  bits/termios.h  d       #define VSUSP 10
+VSWTC  bits/termios.h  d       #define VSWTC 7
+VSWTCH bits/termios.h  d       #define VSWTCH 7
+VT0    bits/termios.h  d       #define VT0 0000000
+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 int
+_IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
+_IOC   bits/ioctl.h    d       #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) )
+_IOC_NONE      bits/ioctl.h    d       #define _IOC_NONE 1U
+_IOC_READ      bits/ioctl.h    d       #define _IOC_READ 2U
+_IOC_WRITE     bits/ioctl.h    d       #define _IOC_WRITE 4U
+_IOR   bits/ioctl.h    d       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
+_IOW   bits/ioctl.h    d       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
+_IOWR  bits/ioctl.h    d       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
+_Int64 bits/alltypes.h d       #define _Int64 long long
+_NSIG  bits/signal.h   d       #define _NSIG 128
+_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V6_ILP32_OFFBIG 1
+_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V7_ILP32_OFFBIG 1
+_Reg   bits/alltypes.h d       #define _Reg int
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __BIG_ENDIAN
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __LITTLE_ENDIAN
+__DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED_blkcnt_t     bits/alltypes.h d       #define __DEFINED_blkcnt_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_clock_t      bits/alltypes.h d       #define __DEFINED_clock_t
+__DEFINED_clockid_t    bits/alltypes.h d       #define __DEFINED_clockid_t
+__DEFINED_cnd_t        bits/alltypes.h d       #define __DEFINED_cnd_t
+__DEFINED_dev_t        bits/alltypes.h d       #define __DEFINED_dev_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_fsblkcnt_t   bits/alltypes.h d       #define __DEFINED_fsblkcnt_t
+__DEFINED_fsfilcnt_t   bits/alltypes.h d       #define __DEFINED_fsfilcnt_t
+__DEFINED_gid_t        bits/alltypes.h d       #define __DEFINED_gid_t
+__DEFINED_id_t bits/alltypes.h d       #define __DEFINED_id_t
+__DEFINED_ino_t        bits/alltypes.h d       #define __DEFINED_ino_t
+__DEFINED_int16_t      bits/alltypes.h d       #define __DEFINED_int16_t
+__DEFINED_int32_t      bits/alltypes.h d       #define __DEFINED_int32_t
+__DEFINED_int64_t      bits/alltypes.h d       #define __DEFINED_int64_t
+__DEFINED_int8_t       bits/alltypes.h d       #define __DEFINED_int8_t
+__DEFINED_intmax_t     bits/alltypes.h d       #define __DEFINED_intmax_t
+__DEFINED_intptr_t     bits/alltypes.h d       #define __DEFINED_intptr_t
+__DEFINED_key_t        bits/alltypes.h d       #define __DEFINED_key_t
+__DEFINED_locale_t     bits/alltypes.h d       #define __DEFINED_locale_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_mbstate_t    bits/alltypes.h d       #define __DEFINED_mbstate_t
+__DEFINED_mode_t       bits/alltypes.h d       #define __DEFINED_mode_t
+__DEFINED_mtx_t        bits/alltypes.h d       #define __DEFINED_mtx_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_off_t        bits/alltypes.h d       #define __DEFINED_off_t
+__DEFINED_pid_t        bits/alltypes.h d       #define __DEFINED_pid_t
+__DEFINED_pthread_attr_t       bits/alltypes.h d       #define __DEFINED_pthread_attr_t
+__DEFINED_pthread_barrier_t    bits/alltypes.h d       #define __DEFINED_pthread_barrier_t
+__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       #define __DEFINED_pthread_barrierattr_t
+__DEFINED_pthread_cond_t       bits/alltypes.h d       #define __DEFINED_pthread_cond_t
+__DEFINED_pthread_condattr_t   bits/alltypes.h d       #define __DEFINED_pthread_condattr_t
+__DEFINED_pthread_key_t        bits/alltypes.h d       #define __DEFINED_pthread_key_t
+__DEFINED_pthread_mutex_t      bits/alltypes.h d       #define __DEFINED_pthread_mutex_t
+__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       #define __DEFINED_pthread_mutexattr_t
+__DEFINED_pthread_once_t       bits/alltypes.h d       #define __DEFINED_pthread_once_t
+__DEFINED_pthread_rwlock_t     bits/alltypes.h d       #define __DEFINED_pthread_rwlock_t
+__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       #define __DEFINED_pthread_rwlockattr_t
+__DEFINED_pthread_spinlock_t   bits/alltypes.h d       #define __DEFINED_pthread_spinlock_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_ptrdiff_t    bits/alltypes.h d       #define __DEFINED_ptrdiff_t
+__DEFINED_register_t   bits/alltypes.h d       #define __DEFINED_register_t
+__DEFINED_regoff_t     bits/alltypes.h d       #define __DEFINED_regoff_t
+__DEFINED_sa_family_t  bits/alltypes.h d       #define __DEFINED_sa_family_t
+__DEFINED_sigset_t     bits/alltypes.h d       #define __DEFINED_sigset_t
+__DEFINED_size_t       bits/alltypes.h d       #define __DEFINED_size_t
+__DEFINED_socklen_t    bits/alltypes.h d       #define __DEFINED_socklen_t
+__DEFINED_ssize_t      bits/alltypes.h d       #define __DEFINED_ssize_t
+__DEFINED_struct_iovec bits/alltypes.h d       #define __DEFINED_struct_iovec
+__DEFINED_struct_timespec      bits/alltypes.h d       #define __DEFINED_struct_timespec
+__DEFINED_struct_timeval       bits/alltypes.h d       #define __DEFINED_struct_timeval
+__DEFINED_suseconds_t  bits/alltypes.h d       #define __DEFINED_suseconds_t
+__DEFINED_time_t       bits/alltypes.h d       #define __DEFINED_time_t
+__DEFINED_timer_t      bits/alltypes.h d       #define __DEFINED_timer_t
+__DEFINED_u_int64_t    bits/alltypes.h d       #define __DEFINED_u_int64_t
+__DEFINED_uid_t        bits/alltypes.h d       #define __DEFINED_uid_t
+__DEFINED_uint16_t     bits/alltypes.h d       #define __DEFINED_uint16_t
+__DEFINED_uint32_t     bits/alltypes.h d       #define __DEFINED_uint32_t
+__DEFINED_uint64_t     bits/alltypes.h d       #define __DEFINED_uint64_t
+__DEFINED_uint8_t      bits/alltypes.h d       #define __DEFINED_uint8_t
+__DEFINED_uintmax_t    bits/alltypes.h d       #define __DEFINED_uintmax_t
+__DEFINED_uintptr_t    bits/alltypes.h d       #define __DEFINED_uintptr_t
+__DEFINED_useconds_t   bits/alltypes.h d       #define __DEFINED_useconds_t
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__NR__newselect        bits/syscall.h  d       #define __NR__newselect 6022
+__NR__sysctl   bits/syscall.h  d       #define __NR__sysctl 6152
+__NR_accept    bits/syscall.h  d       #define __NR_accept 6042
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 6297
+__NR_access    bits/syscall.h  d       #define __NR_access 6020
+__NR_acct      bits/syscall.h  d       #define __NR_acct 6158
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key 6243
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex 6154
+__NR_afs_syscall       bits/syscall.h  d       #define __NR_afs_syscall 6176
+__NR_alarm     bits/syscall.h  d       #define __NR_alarm 6037
+__NR_bind      bits/syscall.h  d       #define __NR_bind 6048
+__NR_bpf       bits/syscall.h  d       #define __NR_bpf 6319
+__NR_brk       bits/syscall.h  d       #define __NR_brk 6012
+__NR_cachectl  bits/syscall.h  d       #define __NR_cachectl 6198
+__NR_cacheflush        bits/syscall.h  d       #define __NR_cacheflush 6197
+__NR_capget    bits/syscall.h  d       #define __NR_capget 6123
+__NR_capset    bits/syscall.h  d       #define __NR_capset 6124
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir 6078
+__NR_chmod     bits/syscall.h  d       #define __NR_chmod 6088
+__NR_chown     bits/syscall.h  d       #define __NR_chown 6090
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot 6156
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 6305
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 6227
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 6226
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 6228
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 6225
+__NR_clone     bits/syscall.h  d       #define __NR_clone 6055
+__NR_close     bits/syscall.h  d       #define __NR_close 6003
+__NR_connect   bits/syscall.h  d       #define __NR_connect 6041
+__NR_copy_file_range   bits/syscall.h  d       #define __NR_copy_file_range 6324
+__NR_creat     bits/syscall.h  d       #define __NR_creat 6083
+__NR_create_module     bits/syscall.h  d       #define __NR_create_module 6167
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 6169
+__NR_dup       bits/syscall.h  d       #define __NR_dup 6031
+__NR_dup2      bits/syscall.h  d       #define __NR_dup2 6032
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 6290
+__NR_epoll_create      bits/syscall.h  d       #define __NR_epoll_create 6207
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 6289
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl 6208
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait 6276
+__NR_epoll_wait        bits/syscall.h  d       #define __NR_epoll_wait 6209
+__NR_eventfd   bits/syscall.h  d       #define __NR_eventfd 6282
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 6288
+__NR_execve    bits/syscall.h  d       #define __NR_execve 6057
+__NR_execveat  bits/syscall.h  d       #define __NR_execveat 6320
+__NR_exit      bits/syscall.h  d       #define __NR_exit 6058
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 6205
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat 6263
+__NR_fadvise64 bits/syscall.h  d       #define __NR_fadvise64 6216
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate 6283
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 6300
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark 6301
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir 6079
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod 6089
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat 6262
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown 6091
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat 6254
+__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl 6070
+__NR_fcntl64   bits/syscall.h  d       #define __NR_fcntl64 6212
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync 6073
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr 6185
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module 6312
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr 6188
+__NR_flock     bits/syscall.h  d       #define __NR_flock 6071
+__NR_fork      bits/syscall.h  d       #define __NR_fork 6056
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr 6191
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 6182
+__NR_fstat     bits/syscall.h  d       #define __NR_fstat 6005
+__NR_fstatat   bits/syscall.h  d       #define __NR_fstatat 6256
+__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 6135
+__NR_fstatfs64 bits/syscall.h  d       #define __NR_fstatfs64 6218
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync 6072
+__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 6075
+__NR_futex     bits/syscall.h  d       #define __NR_futex 6194
+__NR_futimesat bits/syscall.h  d       #define __NR_futimesat 6255
+__NR_get_kernel_syms   bits/syscall.h  d       #define __NR_get_kernel_syms 6170
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 6232
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 6273
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu 6275
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd 6077
+__NR_getdents  bits/syscall.h  d       #define __NR_getdents 6076
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 6299
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid 6106
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid 6105
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid 6102
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups 6113
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer 6035
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername 6051
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid 6119
+__NR_getpgrp   bits/syscall.h  d       #define __NR_getpgrp 6109
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid 6038
+__NR_getpmsg   bits/syscall.h  d       #define __NR_getpmsg 6174
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid 6108
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority 6137
+__NR_getrandom bits/syscall.h  d       #define __NR_getrandom 6317
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid 6118
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid 6116
+__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit 6095
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage 6096
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid 6122
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname 6050
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt 6054
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid 6178
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday 6094
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid 6100
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr 6183
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module 6168
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch 6248
+__NR_inotify_init      bits/syscall.h  d       #define __NR_inotify_init 6247
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 6292
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch 6249
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 6204
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 6201
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 6202
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 6200
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit 6203
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 6015
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 6278
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 6277
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 6311
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 6274
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 6245
+__NR_kill      bits/syscall.h  d       #define __NR_kill 6060
+__NR_lchown    bits/syscall.h  d       #define __NR_lchown 6092
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr 6184
+__NR_link      bits/syscall.h  d       #define __NR_link 6084
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat 6259
+__NR_listen    bits/syscall.h  d       #define __NR_listen 6049
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr 6186
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr 6187
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie 6206
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr 6190
+__NR_lseek     bits/syscall.h  d       #define __NR_lseek 6008
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr 6181
+__NR_lstat     bits/syscall.h  d       #define __NR_lstat 6006
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise 6027
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind 6231
+__NR_membarrier        bits/syscall.h  d       #define __NR_membarrier 6322
+__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create 6318
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages 6250
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore 6026
+__NR_mkdir     bits/syscall.h  d       #define __NR_mkdir 6081
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat 6252
+__NR_mknod     bits/syscall.h  d       #define __NR_mknod 6131
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat 6253
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock 6146
+__NR_mlock2    bits/syscall.h  d       #define __NR_mlock2 6323
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall 6148
+__NR_mmap      bits/syscall.h  d       #define __NR_mmap 6009
+__NR_mount     bits/syscall.h  d       #define __NR_mount 6160
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages 6271
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect 6010
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr 6239
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 6238
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 6234
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 6237
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 6236
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 6235
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap 6024
+__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 6069
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget 6066
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv 6068
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd 6067
+__NR_msync     bits/syscall.h  d       #define __NR_msync 6025
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock 6147
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 6149
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap 6011
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at 6303
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep 6034
+__NR_nfsservctl        bits/syscall.h  d       #define __NR_nfsservctl 6173
+__NR_open      bits/syscall.h  d       #define __NR_open 6002
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at 6304
+__NR_openat    bits/syscall.h  d       #define __NR_openat 6251
+__NR_pause     bits/syscall.h  d       #define __NR_pause 6033
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 6296
+__NR_personality       bits/syscall.h  d       #define __NR_personality 6132
+__NR_pipe      bits/syscall.h  d       #define __NR_pipe 6021
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 6291
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 6151
+__NR_poll      bits/syscall.h  d       #define __NR_poll 6007
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 6265
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl 6153
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 6016
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv 6293
+__NR_preadv2   bits/syscall.h  d       #define __NR_preadv2 6325
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 6302
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 6309
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 6310
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 6264
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 6099
+__NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg 6175
+__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 6017
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 6294
+__NR_pwritev2  bits/syscall.h  d       #define __NR_pwritev2 6326
+__NR_query_module      bits/syscall.h  d       #define __NR_query_module 6171
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 6172
+__NR_read      bits/syscall.h  d       #define __NR_read 6000
+__NR_readahead bits/syscall.h  d       #define __NR_readahead 6179
+__NR_readlink  bits/syscall.h  d       #define __NR_readlink 6087
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat 6261
+__NR_readv     bits/syscall.h  d       #define __NR_readv 6018
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot 6164
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 6044
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 6298
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 6046
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 6210
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 6189
+__NR_rename    bits/syscall.h  d       #define __NR_rename 6080
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat 6258
+__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 6315
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key 6244
+__NR_reserved177       bits/syscall.h  d       #define __NR_reserved177 6177
+__NR_reserved193       bits/syscall.h  d       #define __NR_reserved193 6193
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 6214
+__NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 6082
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 6013
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 6125
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 6014
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo 6127
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 6211
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 6128
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 6126
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 6295
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 6143
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 6144
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity 6196
+__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr 6314
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 6140
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 6142
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 6145
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 6195
+__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 6313
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 6139
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler 6141
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield 6023
+__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp 6316
+__NR_semctl    bits/syscall.h  d       #define __NR_semctl 6064
+__NR_semget    bits/syscall.h  d       #define __NR_semget 6062
+__NR_semop     bits/syscall.h  d       #define __NR_semop 6063
+__NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop 6215
+__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 6039
+__NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 6219
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 6307
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg 6045
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto 6043
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy 6233
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list 6272
+__NR_set_thread_area   bits/syscall.h  d       #define __NR_set_thread_area 6246
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address 6213
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname 6166
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid 6121
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid 6120
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid 6104
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups 6114
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname 6165
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer 6036
+__NR_setns     bits/syscall.h  d       #define __NR_setns 6308
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid 6107
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority 6138
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid 6112
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid 6117
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid 6115
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid 6111
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit 6155
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid 6110
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt 6053
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday 6159
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid 6103
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 6180
+__NR_shmat     bits/syscall.h  d       #define __NR_shmat 6029
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl 6030
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt 6065
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget 6028
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 6047
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 6129
+__NR_signalfd  bits/syscall.h  d       #define __NR_signalfd 6280
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 6287
+__NR_socket    bits/syscall.h  d       #define __NR_socket 6040
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 6052
+__NR_splice    bits/syscall.h  d       #define __NR_splice 6267
+__NR_stat      bits/syscall.h  d       #define __NR_stat 6004
+__NR_statfs    bits/syscall.h  d       #define __NR_statfs 6134
+__NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 6217
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 6163
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon 6162
+__NR_symlink   bits/syscall.h  d       #define __NR_symlink 6086
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 6260
+__NR_sync      bits/syscall.h  d       #define __NR_sync 6157
+__NR_sync_file_range   bits/syscall.h  d       #define __NR_sync_file_range 6268
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs 6306
+__NR_sysfs     bits/syscall.h  d       #define __NR_sysfs 6136
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo 6097
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog 6101
+__NR_sysmips   bits/syscall.h  d       #define __NR_sysmips 6199
+__NR_tee       bits/syscall.h  d       #define __NR_tee 6269
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill 6229
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create 6220
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 6224
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 6223
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 6222
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 6221
+__NR_timerfd   bits/syscall.h  d       #define __NR_timerfd 6281
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 6284
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 6285
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 6286
+__NR_times     bits/syscall.h  d       #define __NR_times 6098
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill 6192
+__NR_truncate  bits/syscall.h  d       #define __NR_truncate 6074
+__NR_umask     bits/syscall.h  d       #define __NR_umask 6093
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 6161
+__NR_uname     bits/syscall.h  d       #define __NR_uname 6061
+__NR_unlink    bits/syscall.h  d       #define __NR_unlink 6085
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat 6257
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare 6266
+__NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd 6321
+__NR_ustat     bits/syscall.h  d       #define __NR_ustat 6133
+__NR_utime     bits/syscall.h  d       #define __NR_utime 6130
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat 6279
+__NR_utimes    bits/syscall.h  d       #define __NR_utimes 6230
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 6150
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice 6270
+__NR_vserver   bits/syscall.h  d       #define __NR_vserver 6240
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 6059
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid 6241
+__NR_write     bits/syscall.h  d       #define __NR_write 6001
+__NR_writev    bits/syscall.h  d       #define __NR_writev 6019
+__SI_SWAP_ERRNO_CODE   bits/signal.h   d       #define __SI_SWAP_ERRNO_CODE
+__WORDSIZE     bits/reg.h      d       #define __WORDSIZE 64
+__isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
+__jmp_buf      bits/setjmp.h   t       typedef unsigned long long __jmp_buf[23];
+blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
+blksize_t      bits/alltypes.h t       typedef long blksize_t;
+clock_t        bits/alltypes.h t       typedef long clock_t;
+clockid_t      bits/alltypes.h t       typedef int clockid_t;
+cnd_t  bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
+dev_t  bits/alltypes.h t       typedef unsigned _Int64 dev_t;
+double_t       bits/alltypes.h t       typedef double double_t;
+elf_fpreg_t    bits/user.h     t       typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
+elf_fpregset_t bits/user.h     t       typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
+elf_greg_t     bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+elf_gregset_t  bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+fenv_t bits/fenv.h     t       } fenv_t;
+fexcept_t      bits/fenv.h     t       typedef unsigned short fexcept_t;
+float_t        bits/alltypes.h t       typedef float float_t;
+fpregset_t     bits/signal.h   t       } fpregset_t;
+fsblkcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsblkcnt_t;
+fsfilcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsfilcnt_t;
+gid_t  bits/alltypes.h t       typedef unsigned gid_t;
+greg_t bits/signal.h   t       typedef unsigned long long greg_t, gregset_t[32];
+gregset_t      bits/signal.h   t       typedef unsigned long long greg_t, gregset_t[32];
+id_t   bits/alltypes.h t       typedef unsigned id_t;
+ino_t  bits/alltypes.h t       typedef unsigned _Int64 ino_t;
+int16_t        bits/alltypes.h t       typedef short int16_t;
+int32_t        bits/alltypes.h t       typedef int int32_t;
+int64_t        bits/alltypes.h t       typedef _Int64 int64_t;
+int8_t bits/alltypes.h t       typedef signed char int8_t;
+int_fast16_t   bits/stdint.h   t       typedef int32_t int_fast16_t;
+int_fast32_t   bits/stdint.h   t       typedef int32_t int_fast32_t;
+intmax_t       bits/alltypes.h t       typedef _Int64 intmax_t;
+intptr_t       bits/alltypes.h t       typedef _Addr intptr_t;
+key_t  bits/alltypes.h t       typedef int key_t;
+locale_t       bits/alltypes.h t       typedef struct __locale_struct * locale_t;
+max_align_t    bits/alltypes.h t       typedef struct { long long __ll; long double __ld; } max_align_t;
+mbstate_t      bits/alltypes.h t       typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mode_t bits/alltypes.h t       typedef unsigned mode_t;
+mtx_t  bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
+nlink_t        bits/alltypes.h t       typedef unsigned _Reg nlink_t;
+off_t  bits/alltypes.h t       typedef _Int64 off_t;
+pid_t  bits/alltypes.h t       typedef int pid_t;
+pthread_attr_t bits/alltypes.h t       typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
+pthread_barrier_t      bits/alltypes.h t       typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
+pthread_barrierattr_t  bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_barrierattr_t;
+pthread_cond_t bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
+pthread_condattr_t     bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_condattr_t;
+pthread_key_t  bits/alltypes.h t       typedef unsigned pthread_key_t;
+pthread_mutex_t        bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
+pthread_mutexattr_t    bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_mutexattr_t;
+pthread_once_t bits/alltypes.h t       typedef int pthread_once_t;
+pthread_rwlock_t       bits/alltypes.h t       typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
+pthread_rwlockattr_t   bits/alltypes.h t       typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
+pthread_spinlock_t     bits/alltypes.h t       typedef int pthread_spinlock_t;
+pthread_t      bits/alltypes.h t       typedef struct __pthread * pthread_t;
+pthread_t      bits/alltypes.h t       typedef unsigned long pthread_t;
+ptrdiff_t      bits/alltypes.h t       typedef _Addr ptrdiff_t;
+register_t     bits/alltypes.h t       typedef _Reg register_t;
+regoff_t       bits/alltypes.h t       typedef _Addr regoff_t;
+sa_family_t    bits/alltypes.h t       typedef unsigned short sa_family_t;
+sigset_t       bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
+size_t bits/alltypes.h t       typedef unsigned _Addr size_t;
+socklen_t      bits/alltypes.h t       typedef unsigned socklen_t;
+ssize_t        bits/alltypes.h t       typedef _Addr ssize_t;
+struct __mbstate_t     bits/alltypes.h s       
+struct __sigset_t      bits/alltypes.h s       
+struct __ucontext      bits/signal.h   s       
+struct cmsghdr bits/socket.h   s       
+struct iovec   bits/alltypes.h s       
+struct ipc_perm        bits/ipc.h      s       
+struct msghdr  bits/socket.h   s       
+struct msqid_ds        bits/msg.h      s       
+struct semid_ds        bits/sem.h      s       
+struct shm_info        bits/shm.h      s       
+struct shmid_ds        bits/shm.h      s       
+struct shminfo bits/shm.h      s       
+struct sigaltstack     bits/signal.h   s       
+struct sigcontext      bits/signal.h   s       
+struct stat    bits/stat.h     s       
+struct statfs  bits/statfs.h   s       
+struct termios bits/termios.h  s       
+struct timespec        bits/alltypes.h s       
+struct timeval bits/alltypes.h s       
+struct user    bits/user.h     s       
+struct winsize bits/ioctl.h    s       
+suseconds_t    bits/alltypes.h t       typedef long suseconds_t;
+time_t bits/alltypes.h t       typedef long time_t;
+timer_t        bits/alltypes.h t       typedef void * timer_t;
+u_int64_t      bits/alltypes.h t       typedef unsigned _Int64 u_int64_t;
+ucontext_t     bits/signal.h   t       } ucontext_t;
+uid_t  bits/alltypes.h t       typedef unsigned uid_t;
+uint16_t       bits/alltypes.h t       typedef unsigned short uint16_t;
+uint32_t       bits/alltypes.h t       typedef unsigned int uint32_t;
+uint64_t       bits/alltypes.h t       typedef unsigned _Int64 uint64_t;
+uint8_t        bits/alltypes.h t       typedef unsigned char uint8_t;
+uint_fast16_t  bits/stdint.h   t       typedef uint32_t uint_fast16_t;
+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 int wchar_t;
+wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
index 4f96099..0e277f8 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
@@ -191,6 +193,8 @@ 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
 FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0
 FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
@@ -261,46 +265,7 @@ LDBL_TRUE_MIN      bits/float.h    d       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
 LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
 LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
 LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
-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 2048
-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
@@ -353,17 +318,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 INT32_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
 SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
@@ -460,6 +414,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
@@ -468,276 +423,279 @@ 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 UINT32_MAX
-SYS__llseek    bits/syscall.h  d       #define SYS__llseek __NR__llseek
-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_64       bits/syscall.h  d       #define SYS_fadvise64_64 __NR_fadvise64_64
-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_fcntl64    bits/syscall.h  d       #define SYS_fcntl64 __NR_fcntl64
-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_fstat64    bits/syscall.h  d       #define SYS_fstat64 __NR_fstat64
-SYS_fstatat64  bits/syscall.h  d       #define SYS_fstatat64 __NR_fstatat64
-SYS_fstatfs64  bits/syscall.h  d       #define SYS_fstatfs64 __NR_fstatfs64
-SYS_fsync      bits/syscall.h  d       #define SYS_fsync __NR_fsync
-SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 __NR_ftruncate64
-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_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_mmap2      bits/syscall.h  d       #define SYS_mmap2 __NR_mmap2
-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_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 __NR_sendfile64
-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_statfs64   bits/syscall.h  d       #define SYS_statfs64 __NR_statfs64
-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_truncate64 bits/syscall.h  d       #define SYS_truncate64 __NR_truncate64
-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__llseek    bits/syscall.h  d       #define SYS__llseek 62
+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_64       bits/syscall.h  d       #define SYS_fadvise64_64 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_fcntl64    bits/syscall.h  d       #define SYS_fcntl64 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_fstat64    bits/syscall.h  d       #define SYS_fstat64 80
+SYS_fstatat64  bits/syscall.h  d       #define SYS_fstatat64 79
+SYS_fstatfs64  bits/syscall.h  d       #define SYS_fstatfs64 44
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync 82
+SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 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_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_mmap2      bits/syscall.h  d       #define SYS_mmap2 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_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_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 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_statfs64   bits/syscall.h  d       #define SYS_statfs64 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_truncate64 bits/syscall.h  d       #define SYS_truncate64 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
@@ -772,12 +730,16 @@ 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 0x80045432
 TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
-TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL 0x80045440
 TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
 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 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
 TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
@@ -796,7 +758,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
@@ -827,15 +788,16 @@ TIOCSERSETMULTI   bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
 TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
 TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
-TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
+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 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 UINT32_MAX
 UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
@@ -860,6 +822,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 int
 _IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
@@ -968,6 +931,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
@@ -1098,6 +1062,7 @@ __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
@@ -1105,6 +1070,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
index c069df1..7141eb3 100644 (file)
@@ -29,13 +29,12 @@ B600        bits/termios.h  d       #define B600 0000010
 B75    bits/termios.h  d       #define B75 0000002
 B921600        bits/termios.h  d       #define B921600 00026
 B9600  bits/termios.h  d       #define B9600 0000015
-BOTHER bits/termios.h  d       #define BOTHER 00037
 BRKINT bits/termios.h  d       #define BRKINT 0000002
 BS0    bits/termios.h  d       #define BS0 0000000
 BS1    bits/termios.h  d       #define BS1 0100000
 BSDLY  bits/termios.h  d       #define BSDLY 0100000
 CBAUD  bits/termios.h  d       #define CBAUD 00377
-CBAUDEX        bits/termios.h  d       #define CBAUDEX 0000000
+CBAUDEX        bits/termios.h  d       #define CBAUDEX 0000020
 CIBAUD bits/termios.h  d       #define CIBAUD 077600000
 CLOCAL bits/termios.h  d       #define CLOCAL 00100000
 CMSPAR bits/termios.h  d       #define CMSPAR 010000000000
@@ -85,7 +84,7 @@ ECONNABORTED  bits/errno.h    d       #define ECONNABORTED 103
 ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 111
 ECONNRESET     bits/errno.h    d       #define ECONNRESET 104
 EDEADLK        bits/errno.h    d       #define EDEADLK 35
-EDEADLOCK      bits/errno.h    d       #define EDEADLOCK 58 
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK 58
 EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 89
 EDOM   bits/errno.h    d       #define EDOM 33
 EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
@@ -200,6 +199,7 @@ 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 0x10000000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0
 FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0x3e000000
 FE_ALL_INVALID bits/fenv.h     d       #define FE_ALL_INVALID 0x01f80700
 FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *)-1)
@@ -218,6 +218,7 @@ FE_INVALID_SQRT     bits/fenv.h     d       #define FE_INVALID_SQRT 0x00000200
 FE_INVALID_ZDZ bits/fenv.h     d       #define FE_INVALID_ZDZ 0x00200000
 FE_OVERFLOW    bits/fenv.h     d       #define FE_OVERFLOW 0x10000000
 FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
 FE_TOWARDZERO  bits/fenv.h     d       #define FE_TOWARDZERO 1
 FE_UNDERFLOW   bits/fenv.h     d       #define FE_UNDERFLOW 0x08000000
 FE_UPWARD      bits/fenv.h     d       #define FE_UPWARD 2
@@ -251,7 +252,6 @@ 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 00040000
-IBSHIFT        bits/termios.h  d       #define IBSHIFT 16
 ICANON bits/termios.h  d       #define ICANON 0x00000100
 ICRNL  bits/termios.h  d       #define ICRNL 0000400
 IEXTEN bits/termios.h  d       #define IEXTEN 0x00000400
@@ -288,46 +288,10 @@ LDBL_TRUE_MIN     bits/float.h    d       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
 LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
 LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
 LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
-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 0x80
-MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x10000
-MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x40
-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 0x2000
 MCL_FUTURE     bits/mman.h     d       #define MCL_FUTURE 0x4000
 MCL_ONFAULT    bits/mman.h     d       #define MCL_ONFAULT 0x8000
 MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 4096
-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
 NCCS   bits/termios.h  d       #define NCCS 19
 NL0    bits/termios.h  d       #define NL0 0000000
 NL1    bits/termios.h  d       #define NL1 0000400
@@ -382,18 +346,7 @@ PARENB     bits/termios.h  d       #define PARENB 00010000
 PARMRK bits/termios.h  d       #define PARMRK 0000010
 PARODD bits/termios.h  d       #define PARODD 00020000
 PENDIN bits/termios.h  d       #define PENDIN 0x20000000
-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_SAO       bits/mman.h     d       #define PROT_SAO 0x10
-PROT_WRITE     bits/mman.h     d       #define PROT_WRITE 2
 PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT32_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
 SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1U
@@ -490,6 +443,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
@@ -554,6 +508,7 @@ SYS_clock_settime   bits/syscall.h  d       #define SYS_clock_settime 245
 SYS_clone      bits/syscall.h  d       #define SYS_clone 120
 SYS_close      bits/syscall.h  d       #define SYS_close 6
 SYS_connect    bits/syscall.h  d       #define SYS_connect 328
+SYS_copy_file_range    bits/syscall.h  d       #define SYS_copy_file_range 379
 SYS_creat      bits/syscall.h  d       #define SYS_creat 8
 SYS_create_module      bits/syscall.h  d       #define SYS_create_module 127
 SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 129
@@ -730,6 +685,7 @@ SYS_ppoll   bits/syscall.h  d       #define SYS_ppoll 281
 SYS_prctl      bits/syscall.h  d       #define SYS_prctl 171
 SYS_pread64    bits/syscall.h  d       #define SYS_pread64 179
 SYS_preadv     bits/syscall.h  d       #define SYS_preadv 320
+SYS_preadv2    bits/syscall.h  d       #define SYS_preadv2 380
 SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 325
 SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 351
 SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 352
@@ -740,6 +696,7 @@ SYS_ptrace  bits/syscall.h  d       #define SYS_ptrace 26
 SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg 188
 SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 180
 SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 321
+SYS_pwritev2   bits/syscall.h  d       #define SYS_pwritev2 381
 SYS_query_module       bits/syscall.h  d       #define SYS_query_module 166
 SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 131
 SYS_read       bits/syscall.h  d       #define SYS_read 3
@@ -902,7 +859,6 @@ TABDLY      bits/termios.h  d       #define TABDLY 0006000
 TCFLSH bits/ioctl.h    d       #define TCFLSH _IO('t', 31)
 TCGETA bits/ioctl.h    d       #define TCGETA _IOR('t', 23, char[20])
 TCGETS bits/ioctl.h    d       #define TCGETS _IOR('t', 19, char[44])
-TCGETX bits/ioctl.h    d       #define TCGETX 0x5432
 TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
 TCIOFF bits/termios.h  d       #define TCIOFF 2
 TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
@@ -921,9 +877,6 @@ TCSETAW     bits/ioctl.h    d       #define TCSETAW _IOW('t', 25, char[20])
 TCSETS bits/ioctl.h    d       #define TCSETS _IOW('t', 20, char[44])
 TCSETSF        bits/ioctl.h    d       #define TCSETSF _IOW('t', 22, char[44])
 TCSETSW        bits/ioctl.h    d       #define TCSETSW _IOW('t', 21, char[44])
-TCSETX bits/ioctl.h    d       #define TCSETX 0x5433
-TCSETXF        bits/ioctl.h    d       #define TCSETXF 0x5434
-TCSETXW        bits/ioctl.h    d       #define TCSETXW 0x5435
 TCXONC bits/ioctl.h    d       #define TCXONC _IO('t', 30)
 TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
 TIOCCONS       bits/ioctl.h    d       #define TIOCCONS 0x541D
@@ -932,11 +885,13 @@ TIOCGDEV  bits/ioctl.h    d       #define TIOCGDEV _IOR('T',0x32, unsigned int)
 TIOCGETC       bits/ioctl.h    d       #define TIOCGETC _IOR('t', 18, char[6])
 TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
 TIOCGETP       bits/ioctl.h    d       #define TIOCGETP _IOR('t', 8, char[6])
-TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL _IOR('T', 0x40, int)
 TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
 TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x5456
 TIOCGLTC       bits/ioctl.h    d       #define TIOCGLTC _IOR('t', 116, char[6])
 TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP _IOR('t', 119, int)
+TIOCGPKT       bits/ioctl.h    d       #define TIOCGPKT _IOR('T', 0x38, int)
+TIOCGPTLCK     bits/ioctl.h    d       #define TIOCGPTLCK _IOR('T', 0x39, int)
 TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN _IOR('T',0x30, unsigned int)
 TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542e
 TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
@@ -957,7 +912,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
@@ -987,11 +941,11 @@ TIOCSERGWILD      bits/ioctl.h    d       #define TIOCSERGWILD 0x5454
 TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
 TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
 TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSER_TEMT   bits/termios.h  d       #define TIOCSER_TEMT 1
 TIOCSETC       bits/ioctl.h    d       #define TIOCSETC _IOW('t', 17, char[6])
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
 TIOCSETN       bits/ioctl.h    d       #define TIOCSETN _IOW('t', 10, char[6])
 TIOCSETP       bits/ioctl.h    d       #define TIOCSETP _IOW('t', 9, char[6])
-TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
 TIOCSIG        bits/ioctl.h    d       #define TIOCSIG _IOW('T',0x36, int)
 TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
 TIOCSLTC       bits/ioctl.h    d       #define TIOCSLTC _IOW('t', 117, char[6])
@@ -1004,7 +958,6 @@ TIOCSTART  bits/ioctl.h    d       #define TIOCSTART _IO('t', 110)
 TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5412
 TIOCSTOP       bits/ioctl.h    d       #define TIOCSTOP _IO('t', 111)
 TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ _IOW('t', 103, char[8])
-TIOCTTYGSTRUCT bits/ioctl.h    d       #define TIOCTTYGSTRUCT 0x5426
 TIOCVHANGUP    bits/ioctl.h    d       #define TIOCVHANGUP 0x5437
 TOSTOP bits/termios.h  d       #define TOSTOP 0x00400000
 UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT32_MAX
@@ -1150,6 +1103,7 @@ __NR_clock_settime        bits/syscall.h  d       #define __NR_clock_settime 245
 __NR_clone     bits/syscall.h  d       #define __NR_clone 120
 __NR_close     bits/syscall.h  d       #define __NR_close 6
 __NR_connect   bits/syscall.h  d       #define __NR_connect 328
+__NR_copy_file_range   bits/syscall.h  d       #define __NR_copy_file_range 379
 __NR_creat     bits/syscall.h  d       #define __NR_creat 8
 __NR_create_module     bits/syscall.h  d       #define __NR_create_module 127
 __NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 129
@@ -1326,6 +1280,7 @@ __NR_ppoll        bits/syscall.h  d       #define __NR_ppoll 281
 __NR_prctl     bits/syscall.h  d       #define __NR_prctl 171
 __NR_pread64   bits/syscall.h  d       #define __NR_pread64 179
 __NR_preadv    bits/syscall.h  d       #define __NR_preadv 320
+__NR_preadv2   bits/syscall.h  d       #define __NR_preadv2 380
 __NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 325
 __NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 351
 __NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 352
@@ -1336,6 +1291,7 @@ __NR_ptrace       bits/syscall.h  d       #define __NR_ptrace 26
 __NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg 188
 __NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 180
 __NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 321
+__NR_pwritev2  bits/syscall.h  d       #define __NR_pwritev2 381
 __NR_query_module      bits/syscall.h  d       #define __NR_query_module 166
 __NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 131
 __NR_read      bits/syscall.h  d       #define __NR_read 3
index 2323cf4..2d500b2 100644 (file)
-B0     bits/termios.h  d       83      #define B0 0000000
-B1000000       bits/termios.h  d       109     #define B1000000 00027
-B110   bits/termios.h  d       86      #define B110 0000003
-B115200        bits/termios.h  d       103     #define B115200 00021
-B1152000       bits/termios.h  d       110     #define B1152000 00030
-B1200  bits/termios.h  d       92      #define B1200 0000011
-B134   bits/termios.h  d       87      #define B134 0000004
-B150   bits/termios.h  d       88      #define B150 0000005
-B1500000       bits/termios.h  d       111     #define B1500000 00031
-B1800  bits/termios.h  d       93      #define B1800 0000012
-B19200 bits/termios.h  d       97      #define B19200 0000016
-B200   bits/termios.h  d       89      #define B200 0000006
-B2000000       bits/termios.h  d       112     #define B2000000 00032
-B230400        bits/termios.h  d       104     #define B230400 00022
-B2400  bits/termios.h  d       94      #define B2400 0000013
-B2500000       bits/termios.h  d       113     #define B2500000 00033
-B300   bits/termios.h  d       90      #define B300 0000007
-B3000000       bits/termios.h  d       114     #define B3000000 00034
-B3500000       bits/termios.h  d       115     #define B3500000 00035
-B38400 bits/termios.h  d       98      #define B38400 0000017
-B4000000       bits/termios.h  d       116     #define B4000000 00036
-B460800        bits/termios.h  d       105     #define B460800 00023
-B4800  bits/termios.h  d       95      #define B4800 0000014
-B50    bits/termios.h  d       84      #define B50 0000001
-B500000        bits/termios.h  d       106     #define B500000 00024
-B57600 bits/termios.h  d       102     #define B57600 00020
-B576000        bits/termios.h  d       107     #define B576000 00025
-B600   bits/termios.h  d       91      #define B600 0000010
-B75    bits/termios.h  d       85      #define B75 0000002
-B921600        bits/termios.h  d       108     #define B921600 00026
-B9600  bits/termios.h  d       96      #define B9600 0000015
-BOTHER bits/termios.h  d       117     #define BOTHER 00037
-BRKINT bits/termios.h  d       34      #define BRKINT 0000002
-BS0    bits/termios.h  d       76      #define BS0 0000000
-BS1    bits/termios.h  d       77      #define BS1 0100000
-BSDLY  bits/termios.h  d       75      #define BSDLY 0100000
-CBAUD  bits/termios.h  d       119     #define CBAUD 00377
-CBAUDEX        bits/termios.h  d       163     #define CBAUDEX 0000000
-CIBAUD bits/termios.h  d       164     #define CIBAUD 077600000
-CLOCAL bits/termios.h  d       131     #define CLOCAL 00100000
-CMSPAR bits/termios.h  d       166     #define CMSPAR 010000000000
-CR0    bits/termios.h  d       68      #define CR0 0000000
-CR1    bits/termios.h  d       69      #define CR1 0010000
-CR2    bits/termios.h  d       70      #define CR2 0020000
-CR3    bits/termios.h  d       71      #define CR3 0030000
-CRDLY  bits/termios.h  d       67      #define CRDLY 0030000
-CREAD  bits/termios.h  d       127     #define CREAD 00004000
-CRTSCTS        bits/termios.h  d       167     #define CRTSCTS 020000000000
-CS5    bits/termios.h  d       122     #define CS5 00000000
-CS6    bits/termios.h  d       123     #define CS6 00000400
-CS7    bits/termios.h  d       124     #define CS7 00001000
-CS8    bits/termios.h  d       125     #define CS8 00001400
-CSIZE  bits/termios.h  d       121     #define CSIZE 00001400
-CSTOPB bits/termios.h  d       126     #define CSTOPB 00002000
-DECIMAL_DIG    bits/float.h    d       16      #define DECIMAL_DIG 17
-E2BIG  bits/errno.h    d       7       #define E2BIG 7
-EACCES bits/errno.h    d       13      #define EACCES 13
-EADDRINUSE     bits/errno.h    d       99      #define EADDRINUSE 98
-EADDRNOTAVAIL  bits/errno.h    d       100     #define EADDRNOTAVAIL 99
-EADV   bits/errno.h    d       68      #define EADV 68
-EAFNOSUPPORT   bits/errno.h    d       98      #define EAFNOSUPPORT 97
-EAGAIN bits/errno.h    d       11      #define EAGAIN 11
-EALREADY       bits/errno.h    d       115     #define EALREADY 114
-EBADE  bits/errno.h    d       52      #define EBADE 52
-EBADF  bits/errno.h    d       9       #define EBADF 9
-EBADFD bits/errno.h    d       77      #define EBADFD 77
-EBADMSG        bits/errno.h    d       74      #define EBADMSG 74
-EBADR  bits/errno.h    d       53      #define EBADR 53
-EBADRQC        bits/errno.h    d       56      #define EBADRQC 56
-EBADSLT        bits/errno.h    d       57      #define EBADSLT 57
-EBFONT bits/errno.h    d       59      #define EBFONT 59
-EBUSY  bits/errno.h    d       16      #define EBUSY 16
-ECANCELED      bits/errno.h    d       126     #define ECANCELED 125
-ECHILD bits/errno.h    d       10      #define ECHILD 10
-ECHO   bits/termios.h  d       136     #define ECHO 0x00000008
-ECHOCTL        bits/termios.h  d       139     #define ECHOCTL 0x00000040
-ECHOE  bits/termios.h  d       134     #define ECHOE 0x00000002
-ECHOK  bits/termios.h  d       135     #define ECHOK 0x00000004
-ECHOKE bits/termios.h  d       133     #define ECHOKE 0x00000001
-ECHONL bits/termios.h  d       137     #define ECHONL 0x00000010
-ECHOPRT        bits/termios.h  d       138     #define ECHOPRT 0x00000020
-ECHRNG bits/errno.h    d       44      #define ECHRNG 44
-ECOMM  bits/errno.h    d       70      #define ECOMM 70
-ECONNABORTED   bits/errno.h    d       104     #define ECONNABORTED 103
-ECONNREFUSED   bits/errno.h    d       112     #define ECONNREFUSED 111
-ECONNRESET     bits/errno.h    d       105     #define ECONNRESET 104
-EDEADLK        bits/errno.h    d       35      #define EDEADLK 35
-EDEADLOCK      bits/errno.h    d       58      #define EDEADLOCK 58 
-EDESTADDRREQ   bits/errno.h    d       89      #define EDESTADDRREQ 89
-EDOM   bits/errno.h    d       33      #define EDOM 33
-EDOTDOT        bits/errno.h    d       73      #define EDOTDOT 73
-EDQUOT bits/errno.h    d       123     #define EDQUOT 122
-EEXIST bits/errno.h    d       17      #define EEXIST 17
-EFAULT bits/errno.h    d       14      #define EFAULT 14
-EFBIG  bits/errno.h    d       27      #define EFBIG 27
-EHOSTDOWN      bits/errno.h    d       113     #define EHOSTDOWN 112
-EHOSTUNREACH   bits/errno.h    d       114     #define EHOSTUNREACH 113
-EHWPOISON      bits/errno.h    d       134     #define EHWPOISON 133
-EIDRM  bits/errno.h    d       43      #define EIDRM 43
-EILSEQ bits/errno.h    d       84      #define EILSEQ 84
-EINPROGRESS    bits/errno.h    d       116     #define EINPROGRESS 115
-EINTR  bits/errno.h    d       4       #define EINTR 4
-EINVAL bits/errno.h    d       22      #define EINVAL 22
-EIO    bits/errno.h    d       5       #define EIO 5
-EISCONN        bits/errno.h    d       107     #define EISCONN 106
-EISDIR bits/errno.h    d       21      #define EISDIR 21
-EISNAM bits/errno.h    d       121     #define EISNAM 120
-EKEYEXPIRED    bits/errno.h    d       128     #define EKEYEXPIRED 127
-EKEYREJECTED   bits/errno.h    d       130     #define EKEYREJECTED 129
-EKEYREVOKED    bits/errno.h    d       129     #define EKEYREVOKED 128
-EL2HLT bits/errno.h    d       51      #define EL2HLT 51
-EL2NSYNC       bits/errno.h    d       45      #define EL2NSYNC 45
-EL3HLT bits/errno.h    d       46      #define EL3HLT 46
-EL3RST bits/errno.h    d       47      #define EL3RST 47
-ELF_NFPREG     bits/user.h     d       17      #define ELF_NFPREG 33
-ELF_NGREG      bits/user.h     d       16      #define ELF_NGREG 48
-ELF_NVRREG     bits/user.h     d       18      #define ELF_NVRREG 34
-ELIBACC        bits/errno.h    d       79      #define ELIBACC 79
-ELIBBAD        bits/errno.h    d       80      #define ELIBBAD 80
-ELIBEXEC       bits/errno.h    d       83      #define ELIBEXEC 83
-ELIBMAX        bits/errno.h    d       82      #define ELIBMAX 82
-ELIBSCN        bits/errno.h    d       81      #define ELIBSCN 81
-ELNRNG bits/errno.h    d       48      #define ELNRNG 48
-ELOOP  bits/errno.h    d       40      #define ELOOP 40
-EMEDIUMTYPE    bits/errno.h    d       125     #define EMEDIUMTYPE 124
-EMFILE bits/errno.h    d       24      #define EMFILE 24
-EMLINK bits/errno.h    d       31      #define EMLINK 31
-EMSGSIZE       bits/errno.h    d       90      #define EMSGSIZE 90
-EMULTIHOP      bits/errno.h    d       72      #define EMULTIHOP 72
-ENAMETOOLONG   bits/errno.h    d       36      #define ENAMETOOLONG 36
-ENAVAIL        bits/errno.h    d       120     #define ENAVAIL 119
-ENETDOWN       bits/errno.h    d       101     #define ENETDOWN 100
-ENETRESET      bits/errno.h    d       103     #define ENETRESET 102
-ENETUNREACH    bits/errno.h    d       102     #define ENETUNREACH 101
-ENFILE bits/errno.h    d       23      #define ENFILE 23
-ENOANO bits/errno.h    d       55      #define ENOANO 55
-ENOBUFS        bits/errno.h    d       106     #define ENOBUFS 105
-ENOCSI bits/errno.h    d       50      #define ENOCSI 50
-ENODATA        bits/errno.h    d       61      #define ENODATA 61
-ENODEV bits/errno.h    d       19      #define ENODEV 19
-ENOENT bits/errno.h    d       2       #define ENOENT 2
-ENOEXEC        bits/errno.h    d       8       #define ENOEXEC 8
-ENOKEY bits/errno.h    d       127     #define ENOKEY 126
-ENOLCK bits/errno.h    d       37      #define ENOLCK 37
-ENOLINK        bits/errno.h    d       67      #define ENOLINK 67
-ENOMEDIUM      bits/errno.h    d       124     #define ENOMEDIUM 123
-ENOMEM bits/errno.h    d       12      #define ENOMEM 12
-ENOMSG bits/errno.h    d       42      #define ENOMSG 42
-ENONET bits/errno.h    d       64      #define ENONET 64
-ENOPKG bits/errno.h    d       65      #define ENOPKG 65
-ENOPROTOOPT    bits/errno.h    d       92      #define ENOPROTOOPT 92
-ENOSPC bits/errno.h    d       28      #define ENOSPC 28
-ENOSR  bits/errno.h    d       63      #define ENOSR 63
-ENOSTR bits/errno.h    d       60      #define ENOSTR 60
-ENOSYS bits/errno.h    d       38      #define ENOSYS 38
-ENOTBLK        bits/errno.h    d       15      #define ENOTBLK 15
-ENOTCONN       bits/errno.h    d       108     #define ENOTCONN 107
-ENOTDIR        bits/errno.h    d       20      #define ENOTDIR 20
-ENOTEMPTY      bits/errno.h    d       39      #define ENOTEMPTY 39
-ENOTNAM        bits/errno.h    d       119     #define ENOTNAM 118
-ENOTRECOVERABLE        bits/errno.h    d       132     #define ENOTRECOVERABLE 131
-ENOTSOCK       bits/errno.h    d       88      #define ENOTSOCK 88
-ENOTSUP        bits/errno.h    d       96      #define ENOTSUP EOPNOTSUPP
-ENOTTY bits/errno.h    d       25      #define ENOTTY 25
-ENOTUNIQ       bits/errno.h    d       76      #define ENOTUNIQ 76
-ENXIO  bits/errno.h    d       6       #define ENXIO 6
-EOPNOTSUPP     bits/errno.h    d       95      #define EOPNOTSUPP 95
-EOVERFLOW      bits/errno.h    d       75      #define EOVERFLOW 75
-EOWNERDEAD     bits/errno.h    d       131     #define EOWNERDEAD 130
-EPERM  bits/errno.h    d       1       #define EPERM 1
-EPFNOSUPPORT   bits/errno.h    d       97      #define EPFNOSUPPORT 96
-EPIPE  bits/errno.h    d       32      #define EPIPE 32
-EPROTO bits/errno.h    d       71      #define EPROTO 71
-EPROTONOSUPPORT        bits/errno.h    d       93      #define EPROTONOSUPPORT 93
-EPROTOTYPE     bits/errno.h    d       91      #define EPROTOTYPE 91
-ERANGE bits/errno.h    d       34      #define ERANGE 34
-EREMCHG        bits/errno.h    d       78      #define EREMCHG 78
-EREMOTE        bits/errno.h    d       66      #define EREMOTE 66
-EREMOTEIO      bits/errno.h    d       122     #define EREMOTEIO 121
-ERESTART       bits/errno.h    d       85      #define ERESTART 85
-ERFKILL        bits/errno.h    d       133     #define ERFKILL 132
-EROFS  bits/errno.h    d       30      #define EROFS 30
-ESHUTDOWN      bits/errno.h    d       109     #define ESHUTDOWN 108
-ESOCKTNOSUPPORT        bits/errno.h    d       94      #define ESOCKTNOSUPPORT 94
-ESPIPE bits/errno.h    d       29      #define ESPIPE 29
-ESRCH  bits/errno.h    d       3       #define ESRCH 3
-ESRMNT bits/errno.h    d       69      #define ESRMNT 69
-ESTALE bits/errno.h    d       117     #define ESTALE 116
-ESTRPIPE       bits/errno.h    d       86      #define ESTRPIPE 86
-ETIME  bits/errno.h    d       62      #define ETIME 62
-ETIMEDOUT      bits/errno.h    d       111     #define ETIMEDOUT 110
-ETOOMANYREFS   bits/errno.h    d       110     #define ETOOMANYREFS 109
-ETXTBSY        bits/errno.h    d       26      #define ETXTBSY 26
-EUCLEAN        bits/errno.h    d       118     #define EUCLEAN 117
-EUNATCH        bits/errno.h    d       49      #define EUNATCH 49
-EUSERS bits/errno.h    d       87      #define EUSERS 87
-EWOULDBLOCK    bits/errno.h    d       41      #define EWOULDBLOCK EAGAIN
-EXDEV  bits/errno.h    d       18      #define EXDEV 18
-EXFULL bits/errno.h    d       54      #define EXFULL 54
-EXTA   bits/termios.h  d       99      #define EXTA 0000016
-EXTB   bits/termios.h  d       100     #define EXTB 0000017
-EXTPROC        bits/termios.h  d       168     #define EXTPROC 0x10000000
-FE_ALL_EXCEPT  bits/fenv.h     d       12      #define FE_ALL_EXCEPT 0x3e000000
-FE_ALL_INVALID bits/fenv.h     d       25      #define FE_ALL_INVALID 0x01f80700
-FE_DFL_ENV     bits/fenv.h     d       31      #define FE_DFL_ENV ((const fenv_t *)-1)
-FE_DIVBYZERO   bits/fenv.h     d       7       #define FE_DIVBYZERO 0x04000000
-FE_DOWNWARD    bits/fenv.h     d       4       #define FE_DOWNWARD 3
-FE_INEXACT     bits/fenv.h     d       6       #define FE_INEXACT 0x02000000
-FE_INVALID     bits/fenv.h     d       10      #define FE_INVALID 0x20000000
-FE_INVALID_COMPARE     bits/fenv.h     d       20      #define FE_INVALID_COMPARE 0x00080000
-FE_INVALID_IDI bits/fenv.h     d       17      #define FE_INVALID_IDI 0x00400000
-FE_INVALID_IMZ bits/fenv.h     d       19      #define FE_INVALID_IMZ 0x00100000
-FE_INVALID_INTEGER_CONVERSION  bits/fenv.h     d       23      #define FE_INVALID_INTEGER_CONVERSION 0x00000100
-FE_INVALID_ISI bits/fenv.h     d       16      #define FE_INVALID_ISI 0x00800000
-FE_INVALID_SNAN        bits/fenv.h     d       15      #define FE_INVALID_SNAN 0x01000000
-FE_INVALID_SOFTWARE    bits/fenv.h     d       21      #define FE_INVALID_SOFTWARE 0x00000400
-FE_INVALID_SQRT        bits/fenv.h     d       22      #define FE_INVALID_SQRT 0x00000200
-FE_INVALID_ZDZ bits/fenv.h     d       18      #define FE_INVALID_ZDZ 0x00200000
-FE_OVERFLOW    bits/fenv.h     d       9       #define FE_OVERFLOW 0x10000000
-FE_TONEAREST   bits/fenv.h     d       1       #define FE_TONEAREST 0
-FE_TOWARDZERO  bits/fenv.h     d       2       #define FE_TOWARDZERO 1
-FE_UNDERFLOW   bits/fenv.h     d       8       #define FE_UNDERFLOW 0x08000000
-FE_UPWARD      bits/fenv.h     d       3       #define FE_UPWARD 2
-FF0    bits/termios.h  d       73      #define FF0 0000000
-FF1    bits/termios.h  d       74      #define FF1 0040000
-FFDLY  bits/termios.h  d       72      #define FFDLY 0040000
-FILE   bits/alltypes.h T       343     typedef struct _IO_FILE FILE;
-FIOASYNC       bits/ioctl.h    d       13      #define FIOASYNC _IOW('f', 125, int)
-FIOCLEX        bits/ioctl.h    d       12      #define FIOCLEX _IO('f', 1)
-FIOGETOWN      bits/ioctl.h    d       164     #define FIOGETOWN 0x8903
-FIONBIO        bits/ioctl.h    d       14      #define FIONBIO _IOW('f', 126, int)
-FIONCLEX       bits/ioctl.h    d       11      #define FIONCLEX _IO('f', 2)
-FIONREAD       bits/ioctl.h    d       15      #define FIONREAD _IOR('f', 127, int)
-FIOQSIZE       bits/ioctl.h    d       17      #define FIOQSIZE _IOR('f', 128, char[8])
-FIOSETOWN      bits/ioctl.h    d       162     #define FIOSETOWN 0x8901
-FLT_EVAL_METHOD        bits/float.h    d       1       #define FLT_EVAL_METHOD 0
-FLUSHO bits/termios.h  d       145     #define FLUSHO 0x00800000
-F_DUPFD        bits/fcntl.h    d       22      #define F_DUPFD 0
-F_GETFD        bits/fcntl.h    d       23      #define F_GETFD 1
-F_GETFL        bits/fcntl.h    d       25      #define F_GETFL 3
-F_GETLK        bits/fcntl.h    d       28      #define F_GETLK 5
-F_GETOWN       bits/fcntl.h    d       33      #define F_GETOWN 9
-F_GETOWNER_UIDS        bits/fcntl.h    d       40      #define F_GETOWNER_UIDS 17
-F_GETOWN_EX    bits/fcntl.h    d       38      #define F_GETOWN_EX 16
-F_GETSIG       bits/fcntl.h    d       35      #define F_GETSIG 11
-F_SETFD        bits/fcntl.h    d       24      #define F_SETFD 2
-F_SETFL        bits/fcntl.h    d       26      #define F_SETFL 4
-F_SETLK        bits/fcntl.h    d       29      #define F_SETLK 6
-F_SETLKW       bits/fcntl.h    d       30      #define F_SETLKW 7
-F_SETOWN       bits/fcntl.h    d       32      #define F_SETOWN 8
-F_SETOWN_EX    bits/fcntl.h    d       37      #define F_SETOWN_EX 15
-F_SETSIG       bits/fcntl.h    d       34      #define F_SETSIG 10
-HUPCL  bits/termios.h  d       130     #define HUPCL 00040000
-IBSHIFT        bits/termios.h  d       165     #define IBSHIFT 16
-ICANON bits/termios.h  d       141     #define ICANON 0x00000100
-ICRNL  bits/termios.h  d       41      #define ICRNL 0000400
-IEXTEN bits/termios.h  d       142     #define IEXTEN 0x00000400
-IGNBRK bits/termios.h  d       33      #define IGNBRK 0000001
-IGNCR  bits/termios.h  d       40      #define IGNCR 0000200
-IGNPAR bits/termios.h  d       35      #define IGNPAR 0000004
-IMAXBEL        bits/termios.h  d       46      #define IMAXBEL 0020000
-INLCR  bits/termios.h  d       39      #define INLCR 0000100
-INPCK  bits/termios.h  d       37      #define INPCK 0000020
-INTPTR_MAX     bits/stdint.h   d       16      #define INTPTR_MAX INT64_MAX
-INTPTR_MIN     bits/stdint.h   d       15      #define INTPTR_MIN INT64_MIN
-INT_FAST16_MAX bits/stdint.h   d       9       #define INT_FAST16_MAX INT32_MAX
-INT_FAST16_MIN bits/stdint.h   d       6       #define INT_FAST16_MIN INT32_MIN
-INT_FAST32_MAX bits/stdint.h   d       10      #define INT_FAST32_MAX INT32_MAX
-INT_FAST32_MIN bits/stdint.h   d       7       #define INT_FAST32_MIN INT32_MIN
-IPC_64 bits/ipc.h      d       15      #define IPC_64 0x100
-ISIG   bits/termios.h  d       140     #define ISIG 0x00000080
-ISTRIP bits/termios.h  d       38      #define ISTRIP 0000040
-IUCLC  bits/termios.h  d       45      #define IUCLC 0010000
-IUTF8  bits/termios.h  d       47      #define IUTF8 0040000
-IXANY  bits/termios.h  d       44      #define IXANY 0004000
-IXOFF  bits/termios.h  d       43      #define IXOFF 0002000
-IXON   bits/termios.h  d       42      #define IXON 0001000
-LDBL_DIG       bits/float.h    d       12      #define LDBL_DIG 15
-LDBL_EPSILON   bits/float.h    d       6       #define LDBL_EPSILON 2.22044604925031308085e-16L
-LDBL_MANT_DIG  bits/float.h    d       8       #define LDBL_MANT_DIG 53
-LDBL_MAX       bits/float.h    d       5       #define LDBL_MAX 1.79769313486231570815e+308L
-LDBL_MAX_10_EXP        bits/float.h    d       14      #define LDBL_MAX_10_EXP 308
-LDBL_MAX_EXP   bits/float.h    d       10      #define LDBL_MAX_EXP 1024
-LDBL_MIN       bits/float.h    d       4       #define LDBL_MIN 2.22507385850720138309e-308L
-LDBL_MIN_10_EXP        bits/float.h    d       13      #define LDBL_MIN_10_EXP (-307)
-LDBL_MIN_EXP   bits/float.h    d       9       #define LDBL_MIN_EXP (-1021)
-LDBL_TRUE_MIN  bits/float.h    d       3       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
-LLONG_MAX      bits/limits.h   d       7       #define LLONG_MAX 0x7fffffffffffffffLL
-LONG_BIT       bits/limits.h   d       3       #define LONG_BIT 64
-LONG_MAX       bits/limits.h   d       6       #define LONG_MAX 0x7fffffffffffffffL
-MCL_CURRENT    bits/mman.h     d       4       #define MCL_CURRENT 0x2000
-MCL_FUTURE     bits/mman.h     d       6       #define MCL_FUTURE 0x4000
-MCL_ONFAULT    bits/mman.h     d       8       #define MCL_ONFAULT 0x8000
-MINSIGSTKSZ    bits/signal.h   d       5       #define MINSIGSTKSZ 2048
-NCCS   bits/termios.h  d       2       #define NCCS 19
-NL0    bits/termios.h  d       58      #define NL0 0000000
-NL1    bits/termios.h  d       59      #define NL1 0000400
-NL2    bits/termios.h  d       60      #define NL2 0001000
-NL3    bits/termios.h  d       61      #define NL3 0001400
-NLDLY  bits/termios.h  d       57      #define NLDLY 0001400
-NOFLSH bits/termios.h  d       147     #define NOFLSH 0x80000000
-N_6PACK        bits/ioctl.h    d       152     #define N_6PACK 7
-N_AX25 bits/ioctl.h    d       150     #define N_AX25 5
-N_HCI  bits/ioctl.h    d       160     #define N_HCI 15
-N_HDLC bits/ioctl.h    d       158     #define N_HDLC 13
-N_IRDA bits/ioctl.h    d       156     #define N_IRDA 11
-N_MASC bits/ioctl.h    d       153     #define N_MASC 8
-N_MOUSE        bits/ioctl.h    d       147     #define N_MOUSE 2
-N_PPP  bits/ioctl.h    d       148     #define N_PPP 3
-N_PROFIBUS_FDL bits/ioctl.h    d       155     #define N_PROFIBUS_FDL 10
-N_R3964        bits/ioctl.h    d       154     #define N_R3964 9
-N_SLIP bits/ioctl.h    d       146     #define N_SLIP 1
-N_SMSBLOCK     bits/ioctl.h    d       157     #define N_SMSBLOCK 12
-N_STRIP        bits/ioctl.h    d       149     #define N_STRIP 4
-N_SYNC_PPP     bits/ioctl.h    d       159     #define N_SYNC_PPP 14
-N_TTY  bits/ioctl.h    d       145     #define N_TTY 0
-N_X25  bits/ioctl.h    d       151     #define N_X25 6
-OCRNL  bits/termios.h  d       52      #define OCRNL 0000010
-OFDEL  bits/termios.h  d       56      #define OFDEL 0000200
-OFILL  bits/termios.h  d       55      #define OFILL 0000100
-OLCUC  bits/termios.h  d       51      #define OLCUC 0000004
-ONLCR  bits/termios.h  d       50      #define ONLCR 0000002
-ONLRET bits/termios.h  d       54      #define ONLRET 0000040
-ONOCR  bits/termios.h  d       53      #define ONOCR 0000020
-OPOST  bits/termios.h  d       49      #define OPOST 0000001
-O_APPEND       bits/fcntl.h    d       5       #define O_APPEND 02000
-O_ASYNC        bits/fcntl.h    d       14      #define O_ASYNC 020000
-O_CLOEXEC      bits/fcntl.h    d       12      #define O_CLOEXEC 02000000
-O_CREAT        bits/fcntl.h    d       1       #define O_CREAT 0100
-O_DIRECT       bits/fcntl.h    d       15      #define O_DIRECT 0400000
-O_DIRECTORY    bits/fcntl.h    d       10      #define O_DIRECTORY 040000
-O_DSYNC        bits/fcntl.h    d       7       #define O_DSYNC 010000
-O_EXCL bits/fcntl.h    d       2       #define O_EXCL 0200
-O_LARGEFILE    bits/fcntl.h    d       16      #define O_LARGEFILE 0200000
-O_NDELAY       bits/fcntl.h    d       20      #define O_NDELAY O_NONBLOCK
-O_NOATIME      bits/fcntl.h    d       17      #define O_NOATIME 01000000
-O_NOCTTY       bits/fcntl.h    d       3       #define O_NOCTTY 0400
-O_NOFOLLOW     bits/fcntl.h    d       11      #define O_NOFOLLOW 0100000
-O_NONBLOCK     bits/fcntl.h    d       6       #define O_NONBLOCK 04000
-O_PATH bits/fcntl.h    d       18      #define O_PATH 010000000
-O_RSYNC        bits/fcntl.h    d       9       #define O_RSYNC 04010000
-O_SYNC bits/fcntl.h    d       8       #define O_SYNC 04010000
-O_TMPFILE      bits/fcntl.h    d       19      #define O_TMPFILE 020040000
-O_TRUNC        bits/fcntl.h    d       4       #define O_TRUNC 01000
-PARENB bits/termios.h  d       128     #define PARENB 00010000
-PARMRK bits/termios.h  d       36      #define PARMRK 0000010
-PARODD bits/termios.h  d       129     #define PARODD 00020000
-PENDIN bits/termios.h  d       146     #define PENDIN 0x20000000
-PROT_SAO       bits/mman.h     d       1       #define PROT_SAO 0x10
-PTRDIFF_MAX    bits/stdint.h   d       19      #define PTRDIFF_MAX INT64_MAX
-PTRDIFF_MIN    bits/stdint.h   d       18      #define PTRDIFF_MIN INT64_MIN
-SA_NOCLDSTOP   bits/signal.h   d       62      #define SA_NOCLDSTOP 1U
-SA_NOCLDWAIT   bits/signal.h   d       63      #define SA_NOCLDWAIT 2U
-SA_NODEFER     bits/signal.h   d       67      #define SA_NODEFER 0x40000000U
-SA_ONSTACK     bits/signal.h   d       65      #define SA_ONSTACK 0x08000000U
-SA_RESETHAND   bits/signal.h   d       68      #define SA_RESETHAND 0x80000000U
-SA_RESTART     bits/signal.h   d       66      #define SA_RESTART 0x10000000U
-SA_RESTORER    bits/signal.h   d       69      #define SA_RESTORER 0x04000000U
-SA_SIGINFO     bits/signal.h   d       64      #define SA_SIGINFO 4U
-SHMLBA bits/shm.h      d       1       #define SHMLBA 4096
-SIGABRT        bits/signal.h   d       78      #define SIGABRT 6
-SIGALRM        bits/signal.h   d       87      #define SIGALRM 14
-SIGBUS bits/signal.h   d       80      #define SIGBUS 7
-SIGCHLD        bits/signal.h   d       90      #define SIGCHLD 17
-SIGCONT        bits/signal.h   d       91      #define SIGCONT 18
-SIGFPE bits/signal.h   d       81      #define SIGFPE 8
-SIGHUP bits/signal.h   d       73      #define SIGHUP 1
-SIGILL bits/signal.h   d       76      #define SIGILL 4
-SIGINT bits/signal.h   d       74      #define SIGINT 2
-SIGIO  bits/signal.h   d       102     #define SIGIO 29
-SIGIOT bits/signal.h   d       79      #define SIGIOT SIGABRT
-SIGKILL        bits/signal.h   d       82      #define SIGKILL 9
-SIGPIPE        bits/signal.h   d       86      #define SIGPIPE 13
-SIGPOLL        bits/signal.h   d       103     #define SIGPOLL SIGIO
-SIGPROF        bits/signal.h   d       100     #define SIGPROF 27
-SIGPWR bits/signal.h   d       104     #define SIGPWR 30
-SIGQUIT        bits/signal.h   d       75      #define SIGQUIT 3
-SIGSEGV        bits/signal.h   d       84      #define SIGSEGV 11
-SIGSTKFLT      bits/signal.h   d       89      #define SIGSTKFLT 16
-SIGSTKSZ       bits/signal.h   d       6       #define SIGSTKSZ 8192
-SIGSTOP        bits/signal.h   d       92      #define SIGSTOP 19
-SIGSYS bits/signal.h   d       105     #define SIGSYS 31
-SIGTERM        bits/signal.h   d       88      #define SIGTERM 15
-SIGTRAP        bits/signal.h   d       77      #define SIGTRAP 5
-SIGTSTP        bits/signal.h   d       93      #define SIGTSTP 20
-SIGTTIN        bits/signal.h   d       94      #define SIGTTIN 21
-SIGTTOU        bits/signal.h   d       95      #define SIGTTOU 22
-SIGUNUSED      bits/signal.h   d       106     #define SIGUNUSED SIGSYS
-SIGURG bits/signal.h   d       96      #define SIGURG 23
-SIGUSR1        bits/signal.h   d       83      #define SIGUSR1 10
-SIGUSR2        bits/signal.h   d       85      #define SIGUSR2 12
-SIGVTALRM      bits/signal.h   d       99      #define SIGVTALRM 26
-SIGWINCH       bits/signal.h   d       101     #define SIGWINCH 28
-SIGXCPU        bits/signal.h   d       97      #define SIGXCPU 24
-SIGXFSZ        bits/signal.h   d       98      #define SIGXFSZ 25
-SIOCADDDLCI    bits/ioctl.h    d       225     #define SIOCADDDLCI 0x8980
-SIOCADDMULTI   bits/ioctl.h    d       198     #define SIOCADDMULTI 0x8931
-SIOCADDRT      bits/ioctl.h    d       169     #define SIOCADDRT 0x890B
-SIOCATMARK     bits/ioctl.h    d       166     #define SIOCATMARK 0x8905
-SIOCDARP       bits/ioctl.h    d       214     #define SIOCDARP 0x8953
-SIOCDELDLCI    bits/ioctl.h    d       226     #define SIOCDELDLCI 0x8981
-SIOCDELMULTI   bits/ioctl.h    d       199     #define SIOCDELMULTI 0x8932
-SIOCDELRT      bits/ioctl.h    d       170     #define SIOCDELRT 0x890C
-SIOCDEVPRIVATE bits/ioctl.h    d       228     #define SIOCDEVPRIVATE 0x89F0
-SIOCDIFADDR    bits/ioctl.h    d       204     #define SIOCDIFADDR 0x8936
-SIOCDRARP      bits/ioctl.h    d       218     #define SIOCDRARP 0x8960
-SIOCGARP       bits/ioctl.h    d       215     #define SIOCGARP 0x8954
-SIOCGIFADDR    bits/ioctl.h    d       178     #define SIOCGIFADDR 0x8915
-SIOCGIFBR      bits/ioctl.h    d       208     #define SIOCGIFBR 0x8940
-SIOCGIFBRDADDR bits/ioctl.h    d       182     #define SIOCGIFBRDADDR 0x8919
-SIOCGIFCONF    bits/ioctl.h    d       175     #define SIOCGIFCONF 0x8912
-SIOCGIFCOUNT   bits/ioctl.h    d       206     #define SIOCGIFCOUNT 0x8938
-SIOCGIFDSTADDR bits/ioctl.h    d       180     #define SIOCGIFDSTADDR 0x8917
-SIOCGIFENCAP   bits/ioctl.h    d       193     #define SIOCGIFENCAP 0x8925
-SIOCGIFFLAGS   bits/ioctl.h    d       176     #define SIOCGIFFLAGS 0x8913
-SIOCGIFHWADDR  bits/ioctl.h    d       195     #define SIOCGIFHWADDR 0x8927
-SIOCGIFINDEX   bits/ioctl.h    d       200     #define SIOCGIFINDEX 0x8933
-SIOCGIFMAP     bits/ioctl.h    d       222     #define SIOCGIFMAP 0x8970
-SIOCGIFMEM     bits/ioctl.h    d       188     #define SIOCGIFMEM 0x891f
-SIOCGIFMETRIC  bits/ioctl.h    d       186     #define SIOCGIFMETRIC 0x891d
-SIOCGIFMTU     bits/ioctl.h    d       190     #define SIOCGIFMTU 0x8921
-SIOCGIFNAME    bits/ioctl.h    d       173     #define SIOCGIFNAME 0x8910
-SIOCGIFNETMASK bits/ioctl.h    d       184     #define SIOCGIFNETMASK 0x891b
-SIOCGIFPFLAGS  bits/ioctl.h    d       203     #define SIOCGIFPFLAGS 0x8935
-SIOCGIFSLAVE   bits/ioctl.h    d       196     #define SIOCGIFSLAVE 0x8929
-SIOCGIFTXQLEN  bits/ioctl.h    d       211     #define SIOCGIFTXQLEN 0x8942
-SIOCGPGRP      bits/ioctl.h    d       165     #define SIOCGPGRP 0x8904
-SIOCGRARP      bits/ioctl.h    d       219     #define SIOCGRARP 0x8961
-SIOCGSTAMP     bits/ioctl.h    d       167     #define SIOCGSTAMP 0x8906
-SIOCPROTOPRIVATE       bits/ioctl.h    d       229     #define SIOCPROTOPRIVATE 0x89E0
-SIOCRTMSG      bits/ioctl.h    d       171     #define SIOCRTMSG 0x890D
-SIOCSARP       bits/ioctl.h    d       216     #define SIOCSARP 0x8955
-SIOCSIFADDR    bits/ioctl.h    d       179     #define SIOCSIFADDR 0x8916
-SIOCSIFBR      bits/ioctl.h    d       209     #define SIOCSIFBR 0x8941
-SIOCSIFBRDADDR bits/ioctl.h    d       183     #define SIOCSIFBRDADDR 0x891a
-SIOCSIFDSTADDR bits/ioctl.h    d       181     #define SIOCSIFDSTADDR 0x8918
-SIOCSIFENCAP   bits/ioctl.h    d       194     #define SIOCSIFENCAP 0x8926
-SIOCSIFFLAGS   bits/ioctl.h    d       177     #define SIOCSIFFLAGS 0x8914
-SIOCSIFHWADDR  bits/ioctl.h    d       192     #define SIOCSIFHWADDR 0x8924
-SIOCSIFHWBROADCAST     bits/ioctl.h    d       205     #define SIOCSIFHWBROADCAST 0x8937
-SIOCSIFLINK    bits/ioctl.h    d       174     #define SIOCSIFLINK 0x8911
-SIOCSIFMAP     bits/ioctl.h    d       223     #define SIOCSIFMAP 0x8971
-SIOCSIFMEM     bits/ioctl.h    d       189     #define SIOCSIFMEM 0x8920
-SIOCSIFMETRIC  bits/ioctl.h    d       187     #define SIOCSIFMETRIC 0x891e
-SIOCSIFMTU     bits/ioctl.h    d       191     #define SIOCSIFMTU 0x8922
-SIOCSIFNETMASK bits/ioctl.h    d       185     #define SIOCSIFNETMASK 0x891c
-SIOCSIFPFLAGS  bits/ioctl.h    d       202     #define SIOCSIFPFLAGS 0x8934
-SIOCSIFSLAVE   bits/ioctl.h    d       197     #define SIOCSIFSLAVE 0x8930
-SIOCSIFTXQLEN  bits/ioctl.h    d       212     #define SIOCSIFTXQLEN 0x8943
-SIOCSPGRP      bits/ioctl.h    d       163     #define SIOCSPGRP 0x8902
-SIOCSRARP      bits/ioctl.h    d       220     #define SIOCSRARP 0x8962
-SIOGIFINDEX    bits/ioctl.h    d       201     #define SIOGIFINDEX SIOCGIFINDEX
-SIZE_MAX       bits/stdint.h   d       20      #define SIZE_MAX UINT64_MAX
-SO_ACCEPTCONN  bits/socket.h   d       58      #define SO_ACCEPTCONN 30
-SO_BROADCAST   bits/socket.h   d       42      #define SO_BROADCAST 6
-SO_BSDCOMPAT   bits/socket.h   d       50      #define SO_BSDCOMPAT 14
-SO_DEBUG       bits/socket.h   d       37      #define SO_DEBUG 1
-SO_DOMAIN      bits/socket.h   d       62      #define SO_DOMAIN 39
-SO_DONTROUTE   bits/socket.h   d       41      #define SO_DONTROUTE 5
-SO_ERROR       bits/socket.h   d       40      #define SO_ERROR 4
-SO_KEEPALIVE   bits/socket.h   d       45      #define SO_KEEPALIVE 9
-SO_LINGER      bits/socket.h   d       49      #define SO_LINGER 13
-SO_NO_CHECK    bits/socket.h   d       47      #define SO_NO_CHECK 11
-SO_OOBINLINE   bits/socket.h   d       46      #define SO_OOBINLINE 10
-SO_PASSCRED    bits/socket.h   d       56      #define SO_PASSCRED 20
-SO_PEERCRED    bits/socket.h   d       57      #define SO_PEERCRED 21
-SO_PRIORITY    bits/socket.h   d       48      #define SO_PRIORITY 12
-SO_PROTOCOL    bits/socket.h   d       61      #define SO_PROTOCOL 38
-SO_RCVBUF      bits/socket.h   d       44      #define SO_RCVBUF 8
-SO_RCVBUFFORCE bits/socket.h   d       60      #define SO_RCVBUFFORCE 33
-SO_RCVLOWAT    bits/socket.h   d       52      #define SO_RCVLOWAT 16
-SO_RCVTIMEO    bits/socket.h   d       54      #define SO_RCVTIMEO 18
-SO_REUSEADDR   bits/socket.h   d       38      #define SO_REUSEADDR 2
-SO_REUSEPORT   bits/socket.h   d       51      #define SO_REUSEPORT 15
-SO_SNDBUF      bits/socket.h   d       43      #define SO_SNDBUF 7
-SO_SNDBUFFORCE bits/socket.h   d       59      #define SO_SNDBUFFORCE 32
-SO_SNDLOWAT    bits/socket.h   d       53      #define SO_SNDLOWAT 17
-SO_SNDTIMEO    bits/socket.h   d       55      #define SO_SNDTIMEO 19
-SO_TYPE        bits/socket.h   d       39      #define SO_TYPE 3
-SYS__llseek    bits/syscall.h  d       502     #define SYS__llseek __NR__llseek
-SYS__newselect bits/syscall.h  d       504     #define SYS__newselect __NR__newselect
-SYS__sysctl    bits/syscall.h  d       511     #define SYS__sysctl __NR__sysctl
-SYS_accept     bits/syscall.h  d       681     #define SYS_accept __NR_accept
-SYS_accept4    bits/syscall.h  d       695     #define SYS_accept4 __NR_accept4
-SYS_access     bits/syscall.h  d       395     #define SYS_access __NR_access
-SYS_acct       bits/syscall.h  d       413     #define SYS_acct __NR_acct
-SYS_add_key    bits/syscall.h  d       620     #define SYS_add_key __NR_add_key
-SYS_adjtimex   bits/syscall.h  d       486     #define SYS_adjtimex __NR_adjtimex
-SYS_afs_syscall        bits/syscall.h  d       499     #define SYS_afs_syscall __NR_afs_syscall
-SYS_alarm      bits/syscall.h  d       389     #define SYS_alarm __NR_alarm
-SYS_bdflush    bits/syscall.h  d       496     #define SYS_bdflush __NR_bdflush
-SYS_bind       bits/syscall.h  d       678     #define SYS_bind __NR_bind
-SYS_bpf        bits/syscall.h  d       712     #define SYS_bpf __NR_bpf
-SYS_break      bits/syscall.h  d       379     #define SYS_break __NR_break
-SYS_brk        bits/syscall.h  d       407     #define SYS_brk __NR_brk
-SYS_capget     bits/syscall.h  d       545     #define SYS_capget __NR_capget
-SYS_capset     bits/syscall.h  d       546     #define SYS_capset __NR_capset
-SYS_chdir      bits/syscall.h  d       374     #define SYS_chdir __NR_chdir
-SYS_chmod      bits/syscall.h  d       377     #define SYS_chmod __NR_chmod
-SYS_chown      bits/syscall.h  d       543     #define SYS_chown __NR_chown
-SYS_chroot     bits/syscall.h  d       423     #define SYS_chroot __NR_chroot
-SYS_clock_adjtime      bits/syscall.h  d       698     #define SYS_clock_adjtime __NR_clock_adjtime
-SYS_clock_getres       bits/syscall.h  d       600     #define SYS_clock_getres __NR_clock_getres
-SYS_clock_gettime      bits/syscall.h  d       599     #define SYS_clock_gettime __NR_clock_gettime
-SYS_clock_nanosleep    bits/syscall.h  d       601     #define SYS_clock_nanosleep __NR_clock_nanosleep
-SYS_clock_settime      bits/syscall.h  d       598     #define SYS_clock_settime __NR_clock_settime
-SYS_clone      bits/syscall.h  d       482     #define SYS_clone __NR_clone
-SYS_close      bits/syscall.h  d       368     #define SYS_close __NR_close
-SYS_connect    bits/syscall.h  d       679     #define SYS_connect __NR_connect
-SYS_copy_file_range    bits/syscall.h  d       718     #define SYS_copy_file_range __NR_copy_file_range
-SYS_creat      bits/syscall.h  d       370     #define SYS_creat __NR_creat
-SYS_create_module      bits/syscall.h  d       489     #define SYS_create_module __NR_create_module
-SYS_delete_module      bits/syscall.h  d       491     #define SYS_delete_module __NR_delete_module
-SYS_dup        bits/syscall.h  d       403     #define SYS_dup __NR_dup
-SYS_dup2       bits/syscall.h  d       425     #define SYS_dup2 __NR_dup2
-SYS_dup3       bits/syscall.h  d       667     #define SYS_dup3 __NR_dup3
-SYS_epoll_create       bits/syscall.h  d       589     #define SYS_epoll_create __NR_epoll_create
-SYS_epoll_create1      bits/syscall.h  d       666     #define SYS_epoll_create1 __NR_epoll_create1
-SYS_epoll_ctl  bits/syscall.h  d       590     #define SYS_epoll_ctl __NR_epoll_ctl
-SYS_epoll_pwait        bits/syscall.h  d       654     #define SYS_epoll_pwait __NR_epoll_pwait
-SYS_epoll_wait bits/syscall.h  d       591     #define SYS_epoll_wait __NR_epoll_wait
-SYS_eventfd    bits/syscall.h  d       658     #define SYS_eventfd __NR_eventfd
-SYS_eventfd2   bits/syscall.h  d       665     #define SYS_eventfd2 __NR_eventfd2
-SYS_execve     bits/syscall.h  d       373     #define SYS_execve __NR_execve
-SYS_execveat   bits/syscall.h  d       713     #define SYS_execveat __NR_execveat
-SYS_exit       bits/syscall.h  d       363     #define SYS_exit __NR_exit
-SYS_exit_group bits/syscall.h  d       587     #define SYS_exit_group __NR_exit_group
-SYS_faccessat  bits/syscall.h  d       649     #define SYS_faccessat __NR_faccessat
-SYS_fadvise64  bits/syscall.h  d       586     #define SYS_fadvise64 __NR_fadvise64
-SYS_fallocate  bits/syscall.h  d       660     #define SYS_fallocate __NR_fallocate
-SYS_fanotify_init      bits/syscall.h  d       674     #define SYS_fanotify_init __NR_fanotify_init
-SYS_fanotify_mark      bits/syscall.h  d       675     #define SYS_fanotify_mark __NR_fanotify_mark
-SYS_fchdir     bits/syscall.h  d       495     #define SYS_fchdir __NR_fchdir
-SYS_fchmod     bits/syscall.h  d       456     #define SYS_fchmod __NR_fchmod
-SYS_fchmodat   bits/syscall.h  d       648     #define SYS_fchmodat __NR_fchmodat
-SYS_fchown     bits/syscall.h  d       457     #define SYS_fchown __NR_fchown
-SYS_fchownat   bits/syscall.h  d       640     #define SYS_fchownat __NR_fchownat
-SYS_fcntl      bits/syscall.h  d       417     #define SYS_fcntl __NR_fcntl
-SYS_fdatasync  bits/syscall.h  d       510     #define SYS_fdatasync __NR_fdatasync
-SYS_fgetxattr  bits/syscall.h  d       569     #define SYS_fgetxattr __NR_fgetxattr
-SYS_finit_module       bits/syscall.h  d       704     #define SYS_finit_module __NR_finit_module
-SYS_flistxattr bits/syscall.h  d       572     #define SYS_flistxattr __NR_flistxattr
-SYS_flock      bits/syscall.h  d       505     #define SYS_flock __NR_flock
-SYS_fork       bits/syscall.h  d       364     #define SYS_fork __NR_fork
-SYS_fremovexattr       bits/syscall.h  d       575     #define SYS_fremovexattr __NR_fremovexattr
-SYS_fsetxattr  bits/syscall.h  d       566     #define SYS_fsetxattr __NR_fsetxattr
-SYS_fstat      bits/syscall.h  d       470     #define SYS_fstat __NR_fstat
-SYS_fstatfs    bits/syscall.h  d       462     #define SYS_fstatfs __NR_fstatfs
-SYS_fstatfs64  bits/syscall.h  d       606     #define SYS_fstatfs64 __NR_fstatfs64
-SYS_fsync      bits/syscall.h  d       480     #define SYS_fsync __NR_fsync
-SYS_ftime      bits/syscall.h  d       397     #define SYS_ftime __NR_ftime
-SYS_ftruncate  bits/syscall.h  d       455     #define SYS_ftruncate __NR_ftruncate
-SYS_futex      bits/syscall.h  d       576     #define SYS_futex __NR_futex
-SYS_futimesat  bits/syscall.h  d       641     #define SYS_futimesat __NR_futimesat
-SYS_get_kernel_syms    bits/syscall.h  d       492     #define SYS_get_kernel_syms __NR_get_kernel_syms
-SYS_get_mempolicy      bits/syscall.h  d       611     #define SYS_get_mempolicy __NR_get_mempolicy
-SYS_get_robust_list    bits/syscall.h  d       650     #define SYS_get_robust_list __NR_get_robust_list
-SYS_getcpu     bits/syscall.h  d       653     #define SYS_getcpu __NR_getcpu
-SYS_getcwd     bits/syscall.h  d       544     #define SYS_getcwd __NR_getcwd
-SYS_getdents   bits/syscall.h  d       503     #define SYS_getdents __NR_getdents
-SYS_getdents64 bits/syscall.h  d       558     #define SYS_getdents64 __NR_getdents64
-SYS_getegid    bits/syscall.h  d       412     #define SYS_getegid __NR_getegid
-SYS_geteuid    bits/syscall.h  d       411     #define SYS_geteuid __NR_geteuid
-SYS_getgid     bits/syscall.h  d       409     #define SYS_getgid __NR_getgid
-SYS_getgroups  bits/syscall.h  d       442     #define SYS_getgroups __NR_getgroups
-SYS_getitimer  bits/syscall.h  d       467     #define SYS_getitimer __NR_getitimer
-SYS_getpeername        bits/syscall.h  d       683     #define SYS_getpeername __NR_getpeername
-SYS_getpgid    bits/syscall.h  d       494     #define SYS_getpgid __NR_getpgid
-SYS_getpgrp    bits/syscall.h  d       427     #define SYS_getpgrp __NR_getpgrp
-SYS_getpid     bits/syscall.h  d       382     #define SYS_getpid __NR_getpid
-SYS_getpmsg    bits/syscall.h  d       549     #define SYS_getpmsg __NR_getpmsg
-SYS_getppid    bits/syscall.h  d       426     #define SYS_getppid __NR_getppid
-SYS_getpriority        bits/syscall.h  d       458     #define SYS_getpriority __NR_getpriority
-SYS_getrandom  bits/syscall.h  d       710     #define SYS_getrandom __NR_getrandom
-SYS_getresgid  bits/syscall.h  d       532     #define SYS_getresgid __NR_getresgid
-SYS_getresuid  bits/syscall.h  d       527     #define SYS_getresuid __NR_getresuid
-SYS_getrlimit  bits/syscall.h  d       438     #define SYS_getrlimit __NR_getrlimit
-SYS_getrusage  bits/syscall.h  d       439     #define SYS_getrusage __NR_getrusage
-SYS_getsid     bits/syscall.h  d       509     #define SYS_getsid __NR_getsid
-SYS_getsockname        bits/syscall.h  d       682     #define SYS_getsockname __NR_getsockname
-SYS_getsockopt bits/syscall.h  d       691     #define SYS_getsockopt __NR_getsockopt
-SYS_gettid     bits/syscall.h  d       562     #define SYS_gettid __NR_gettid
-SYS_gettimeofday       bits/syscall.h  d       440     #define SYS_gettimeofday __NR_gettimeofday
-SYS_getuid     bits/syscall.h  d       386     #define SYS_getuid __NR_getuid
-SYS_getxattr   bits/syscall.h  d       567     #define SYS_getxattr __NR_getxattr
-SYS_gtty       bits/syscall.h  d       394     #define SYS_gtty __NR_gtty
-SYS_idle       bits/syscall.h  d       474     #define SYS_idle __NR_idle
-SYS_init_module        bits/syscall.h  d       490     #define SYS_init_module __NR_init_module
-SYS_inotify_add_watch  bits/syscall.h  d       627     #define SYS_inotify_add_watch __NR_inotify_add_watch
-SYS_inotify_init       bits/syscall.h  d       626     #define SYS_inotify_init __NR_inotify_init
-SYS_inotify_init1      bits/syscall.h  d       669     #define SYS_inotify_init1 __NR_inotify_init1
-SYS_inotify_rm_watch   bits/syscall.h  d       628     #define SYS_inotify_rm_watch __NR_inotify_rm_watch
-SYS_io_cancel  bits/syscall.h  d       584     #define SYS_io_cancel __NR_io_cancel
-SYS_io_destroy bits/syscall.h  d       581     #define SYS_io_destroy __NR_io_destroy
-SYS_io_getevents       bits/syscall.h  d       582     #define SYS_io_getevents __NR_io_getevents
-SYS_io_setup   bits/syscall.h  d       580     #define SYS_io_setup __NR_io_setup
-SYS_io_submit  bits/syscall.h  d       583     #define SYS_io_submit __NR_io_submit
-SYS_ioctl      bits/syscall.h  d       416     #define SYS_ioctl __NR_ioctl
-SYS_ioperm     bits/syscall.h  d       463     #define SYS_ioperm __NR_ioperm
-SYS_iopl       bits/syscall.h  d       472     #define SYS_iopl __NR_iopl
-SYS_ioprio_get bits/syscall.h  d       625     #define SYS_ioprio_get __NR_ioprio_get
-SYS_ioprio_set bits/syscall.h  d       624     #define SYS_ioprio_set __NR_ioprio_set
-SYS_ipc        bits/syscall.h  d       479     #define SYS_ipc __NR_ipc
-SYS_kcmp       bits/syscall.h  d       705     #define SYS_kcmp __NR_kcmp
-SYS_kexec_load bits/syscall.h  d       619     #define SYS_kexec_load __NR_kexec_load
-SYS_keyctl     bits/syscall.h  d       622     #define SYS_keyctl __NR_keyctl
-SYS_kill       bits/syscall.h  d       399     #define SYS_kill __NR_kill
-SYS_lchown     bits/syscall.h  d       378     #define SYS_lchown __NR_lchown
-SYS_lgetxattr  bits/syscall.h  d       568     #define SYS_lgetxattr __NR_lgetxattr
-SYS_link       bits/syscall.h  d       371     #define SYS_link __NR_link
-SYS_linkat     bits/syscall.h  d       645     #define SYS_linkat __NR_linkat
-SYS_listen     bits/syscall.h  d       680     #define SYS_listen __NR_listen
-SYS_listxattr  bits/syscall.h  d       570     #define SYS_listxattr __NR_listxattr
-SYS_llistxattr bits/syscall.h  d       571     #define SYS_llistxattr __NR_llistxattr
-SYS_lock       bits/syscall.h  d       415     #define SYS_lock __NR_lock
-SYS_lookup_dcookie     bits/syscall.h  d       588     #define SYS_lookup_dcookie __NR_lookup_dcookie
-SYS_lremovexattr       bits/syscall.h  d       574     #define SYS_lremovexattr __NR_lremovexattr
-SYS_lseek      bits/syscall.h  d       381     #define SYS_lseek __NR_lseek
-SYS_lsetxattr  bits/syscall.h  d       565     #define SYS_lsetxattr __NR_lsetxattr
-SYS_lstat      bits/syscall.h  d       469     #define SYS_lstat __NR_lstat
-SYS_madvise    bits/syscall.h  d       560     #define SYS_madvise __NR_madvise
-SYS_mbind      bits/syscall.h  d       610     #define SYS_mbind __NR_mbind
-SYS_membarrier bits/syscall.h  d       716     #define SYS_membarrier __NR_membarrier
-SYS_memfd_create       bits/syscall.h  d       711     #define SYS_memfd_create __NR_memfd_create
-SYS_migrate_pages      bits/syscall.h  d       609     #define SYS_migrate_pages __NR_migrate_pages
-SYS_mincore    bits/syscall.h  d       561     #define SYS_mincore __NR_mincore
-SYS_mkdir      bits/syscall.h  d       401     #define SYS_mkdir __NR_mkdir
-SYS_mkdirat    bits/syscall.h  d       638     #define SYS_mkdirat __NR_mkdirat
-SYS_mknod      bits/syscall.h  d       376     #define SYS_mknod __NR_mknod
-SYS_mknodat    bits/syscall.h  d       639     #define SYS_mknodat __NR_mknodat
-SYS_mlock      bits/syscall.h  d       512     #define SYS_mlock __NR_mlock
-SYS_mlock2     bits/syscall.h  d       717     #define SYS_mlock2 __NR_mlock2
-SYS_mlockall   bits/syscall.h  d       514     #define SYS_mlockall __NR_mlockall
-SYS_mmap       bits/syscall.h  d       452     #define SYS_mmap __NR_mmap
-SYS_modify_ldt bits/syscall.h  d       485     #define SYS_modify_ldt __NR_modify_ldt
-SYS_mount      bits/syscall.h  d       383     #define SYS_mount __NR_mount
-SYS_move_pages bits/syscall.h  d       652     #define SYS_move_pages __NR_move_pages
-SYS_mprotect   bits/syscall.h  d       487     #define SYS_mprotect __NR_mprotect
-SYS_mpx        bits/syscall.h  d       418     #define SYS_mpx __NR_mpx
-SYS_mq_getsetattr      bits/syscall.h  d       618     #define SYS_mq_getsetattr __NR_mq_getsetattr
-SYS_mq_notify  bits/syscall.h  d       617     #define SYS_mq_notify __NR_mq_notify
-SYS_mq_open    bits/syscall.h  d       613     #define SYS_mq_open __NR_mq_open
-SYS_mq_timedreceive    bits/syscall.h  d       616     #define SYS_mq_timedreceive __NR_mq_timedreceive
-SYS_mq_timedsend       bits/syscall.h  d       615     #define SYS_mq_timedsend __NR_mq_timedsend
-SYS_mq_unlink  bits/syscall.h  d       614     #define SYS_mq_unlink __NR_mq_unlink
-SYS_mremap     bits/syscall.h  d       525     #define SYS_mremap __NR_mremap
-SYS_msync      bits/syscall.h  d       506     #define SYS_msync __NR_msync
-SYS_multiplexer        bits/syscall.h  d       557     #define SYS_multiplexer __NR_multiplexer
-SYS_munlock    bits/syscall.h  d       513     #define SYS_munlock __NR_munlock
-SYS_munlockall bits/syscall.h  d       515     #define SYS_munlockall __NR_munlockall
-SYS_munmap     bits/syscall.h  d       453     #define SYS_munmap __NR_munmap
-SYS_name_to_handle_at  bits/syscall.h  d       696     #define SYS_name_to_handle_at __NR_name_to_handle_at
-SYS_nanosleep  bits/syscall.h  d       524     #define SYS_nanosleep __NR_nanosleep
-SYS_newfstatat bits/syscall.h  d       642     #define SYS_newfstatat __NR_newfstatat
-SYS_nfsservctl bits/syscall.h  d       530     #define SYS_nfsservctl __NR_nfsservctl
-SYS_nice       bits/syscall.h  d       396     #define SYS_nice __NR_nice
-SYS_oldfstat   bits/syscall.h  d       390     #define SYS_oldfstat __NR_oldfstat
-SYS_oldlstat   bits/syscall.h  d       446     #define SYS_oldlstat __NR_oldlstat
-SYS_oldolduname        bits/syscall.h  d       421     #define SYS_oldolduname __NR_oldolduname
-SYS_oldstat    bits/syscall.h  d       380     #define SYS_oldstat __NR_oldstat
-SYS_olduname   bits/syscall.h  d       471     #define SYS_olduname __NR_olduname
-SYS_open       bits/syscall.h  d       367     #define SYS_open __NR_open
-SYS_open_by_handle_at  bits/syscall.h  d       697     #define SYS_open_by_handle_at __NR_open_by_handle_at
-SYS_openat     bits/syscall.h  d       637     #define SYS_openat __NR_openat
-SYS_pause      bits/syscall.h  d       391     #define SYS_pause __NR_pause
-SYS_pciconfig_iobase   bits/syscall.h  d       556     #define SYS_pciconfig_iobase __NR_pciconfig_iobase
-SYS_pciconfig_read     bits/syscall.h  d       554     #define SYS_pciconfig_read __NR_pciconfig_read
-SYS_pciconfig_write    bits/syscall.h  d       555     #define SYS_pciconfig_write __NR_pciconfig_write
-SYS_perf_event_open    bits/syscall.h  d       670     #define SYS_perf_event_open __NR_perf_event_open
-SYS_personality        bits/syscall.h  d       498     #define SYS_personality __NR_personality
-SYS_pipe       bits/syscall.h  d       404     #define SYS_pipe __NR_pipe
-SYS_pipe2      bits/syscall.h  d       668     #define SYS_pipe2 __NR_pipe2
-SYS_pivot_root bits/syscall.h  d       559     #define SYS_pivot_root __NR_pivot_root
-SYS_poll       bits/syscall.h  d       529     #define SYS_poll __NR_poll
-SYS_ppoll      bits/syscall.h  d       632     #define SYS_ppoll __NR_ppoll
-SYS_prctl      bits/syscall.h  d       533     #define SYS_prctl __NR_prctl
-SYS_pread64    bits/syscall.h  d       541     #define SYS_pread64 __NR_pread64
-SYS_preadv     bits/syscall.h  d       671     #define SYS_preadv __NR_preadv
-SYS_prlimit64  bits/syscall.h  d       676     #define SYS_prlimit64 __NR_prlimit64
-SYS_process_vm_readv   bits/syscall.h  d       702     #define SYS_process_vm_readv __NR_process_vm_readv
-SYS_process_vm_writev  bits/syscall.h  d       703     #define SYS_process_vm_writev __NR_process_vm_writev
-SYS_prof       bits/syscall.h  d       406     #define SYS_prof __NR_prof
-SYS_profil     bits/syscall.h  d       460     #define SYS_profil __NR_profil
-SYS_pselect6   bits/syscall.h  d       631     #define SYS_pselect6 __NR_pselect6
-SYS_ptrace     bits/syscall.h  d       388     #define SYS_ptrace __NR_ptrace
-SYS_putpmsg    bits/syscall.h  d       550     #define SYS_putpmsg __NR_putpmsg
-SYS_pwrite64   bits/syscall.h  d       542     #define SYS_pwrite64 __NR_pwrite64
-SYS_pwritev    bits/syscall.h  d       672     #define SYS_pwritev __NR_pwritev
-SYS_query_module       bits/syscall.h  d       528     #define SYS_query_module __NR_query_module
-SYS_quotactl   bits/syscall.h  d       493     #define SYS_quotactl __NR_quotactl
-SYS_read       bits/syscall.h  d       365     #define SYS_read __NR_read
-SYS_readahead  bits/syscall.h  d       553     #define SYS_readahead __NR_readahead
-SYS_readdir    bits/syscall.h  d       451     #define SYS_readdir __NR_readdir
-SYS_readlink   bits/syscall.h  d       447     #define SYS_readlink __NR_readlink
-SYS_readlinkat bits/syscall.h  d       647     #define SYS_readlinkat __NR_readlinkat
-SYS_readv      bits/syscall.h  d       507     #define SYS_readv __NR_readv
-SYS_reboot     bits/syscall.h  d       450     #define SYS_reboot __NR_reboot
-SYS_recv       bits/syscall.h  d       687     #define SYS_recv __NR_recv
-SYS_recvfrom   bits/syscall.h  d       688     #define SYS_recvfrom __NR_recvfrom
-SYS_recvmmsg   bits/syscall.h  d       694     #define SYS_recvmmsg __NR_recvmmsg
-SYS_recvmsg    bits/syscall.h  d       693     #define SYS_recvmsg __NR_recvmsg
-SYS_remap_file_pages   bits/syscall.h  d       592     #define SYS_remap_file_pages __NR_remap_file_pages
-SYS_removexattr        bits/syscall.h  d       573     #define SYS_removexattr __NR_removexattr
-SYS_rename     bits/syscall.h  d       400     #define SYS_rename __NR_rename
-SYS_renameat   bits/syscall.h  d       644     #define SYS_renameat __NR_renameat
-SYS_renameat2  bits/syscall.h  d       708     #define SYS_renameat2 __NR_renameat2
-SYS_request_key        bits/syscall.h  d       621     #define SYS_request_key __NR_request_key
-SYS_restart_syscall    bits/syscall.h  d       362     #define SYS_restart_syscall __NR_restart_syscall
-SYS_rmdir      bits/syscall.h  d       402     #define SYS_rmdir __NR_rmdir
-SYS_rt_sigaction       bits/syscall.h  d       535     #define SYS_rt_sigaction __NR_rt_sigaction
-SYS_rt_sigpending      bits/syscall.h  d       537     #define SYS_rt_sigpending __NR_rt_sigpending
-SYS_rt_sigprocmask     bits/syscall.h  d       536     #define SYS_rt_sigprocmask __NR_rt_sigprocmask
-SYS_rt_sigqueueinfo    bits/syscall.h  d       539     #define SYS_rt_sigqueueinfo __NR_rt_sigqueueinfo
-SYS_rt_sigreturn       bits/syscall.h  d       534     #define SYS_rt_sigreturn __NR_rt_sigreturn
-SYS_rt_sigsuspend      bits/syscall.h  d       540     #define SYS_rt_sigsuspend __NR_rt_sigsuspend
-SYS_rt_sigtimedwait    bits/syscall.h  d       538     #define SYS_rt_sigtimedwait __NR_rt_sigtimedwait
-SYS_rt_tgsigqueueinfo  bits/syscall.h  d       673     #define SYS_rt_tgsigqueueinfo __NR_rt_tgsigqueueinfo
-SYS_rtas       bits/syscall.h  d       607     #define SYS_rtas __NR_rtas
-SYS_sched_get_priority_max     bits/syscall.h  d       521     #define SYS_sched_get_priority_max __NR_sched_get_priority_max
-SYS_sched_get_priority_min     bits/syscall.h  d       522     #define SYS_sched_get_priority_min __NR_sched_get_priority_min
-SYS_sched_getaffinity  bits/syscall.h  d       578     #define SYS_sched_getaffinity __NR_sched_getaffinity
-SYS_sched_getattr      bits/syscall.h  d       707     #define SYS_sched_getattr __NR_sched_getattr
-SYS_sched_getparam     bits/syscall.h  d       517     #define SYS_sched_getparam __NR_sched_getparam
-SYS_sched_getscheduler bits/syscall.h  d       519     #define SYS_sched_getscheduler __NR_sched_getscheduler
-SYS_sched_rr_get_interval      bits/syscall.h  d       523     #define SYS_sched_rr_get_interval __NR_sched_rr_get_interval
-SYS_sched_setaffinity  bits/syscall.h  d       577     #define SYS_sched_setaffinity __NR_sched_setaffinity
-SYS_sched_setattr      bits/syscall.h  d       706     #define SYS_sched_setattr __NR_sched_setattr
-SYS_sched_setparam     bits/syscall.h  d       516     #define SYS_sched_setparam __NR_sched_setparam
-SYS_sched_setscheduler bits/syscall.h  d       518     #define SYS_sched_setscheduler __NR_sched_setscheduler
-SYS_sched_yield        bits/syscall.h  d       520     #define SYS_sched_yield __NR_sched_yield
-SYS_seccomp    bits/syscall.h  d       709     #define SYS_seccomp __NR_seccomp
-SYS_select     bits/syscall.h  d       444     #define SYS_select __NR_select
-SYS_send       bits/syscall.h  d       685     #define SYS_send __NR_send
-SYS_sendfile   bits/syscall.h  d       548     #define SYS_sendfile __NR_sendfile
-SYS_sendmmsg   bits/syscall.h  d       700     #define SYS_sendmmsg __NR_sendmmsg
-SYS_sendmsg    bits/syscall.h  d       692     #define SYS_sendmsg __NR_sendmsg
-SYS_sendto     bits/syscall.h  d       686     #define SYS_sendto __NR_sendto
-SYS_set_mempolicy      bits/syscall.h  d       612     #define SYS_set_mempolicy __NR_set_mempolicy
-SYS_set_robust_list    bits/syscall.h  d       651     #define SYS_set_robust_list __NR_set_robust_list
-SYS_set_tid_address    bits/syscall.h  d       585     #define SYS_set_tid_address __NR_set_tid_address
-SYS_setdomainname      bits/syscall.h  d       483     #define SYS_setdomainname __NR_setdomainname
-SYS_setfsgid   bits/syscall.h  d       501     #define SYS_setfsgid __NR_setfsgid
-SYS_setfsuid   bits/syscall.h  d       500     #define SYS_setfsuid __NR_setfsuid
-SYS_setgid     bits/syscall.h  d       408     #define SYS_setgid __NR_setgid
-SYS_setgroups  bits/syscall.h  d       443     #define SYS_setgroups __NR_setgroups
-SYS_sethostname        bits/syscall.h  d       436     #define SYS_sethostname __NR_sethostname
-SYS_setitimer  bits/syscall.h  d       466     #define SYS_setitimer __NR_setitimer
-SYS_setns      bits/syscall.h  d       701     #define SYS_setns __NR_setns
-SYS_setpgid    bits/syscall.h  d       419     #define SYS_setpgid __NR_setpgid
-SYS_setpriority        bits/syscall.h  d       459     #define SYS_setpriority __NR_setpriority
-SYS_setregid   bits/syscall.h  d       433     #define SYS_setregid __NR_setregid
-SYS_setresgid  bits/syscall.h  d       531     #define SYS_setresgid __NR_setresgid
-SYS_setresuid  bits/syscall.h  d       526     #define SYS_setresuid __NR_setresuid
-SYS_setreuid   bits/syscall.h  d       432     #define SYS_setreuid __NR_setreuid
-SYS_setrlimit  bits/syscall.h  d       437     #define SYS_setrlimit __NR_setrlimit
-SYS_setsid     bits/syscall.h  d       428     #define SYS_setsid __NR_setsid
-SYS_setsockopt bits/syscall.h  d       690     #define SYS_setsockopt __NR_setsockopt
-SYS_settimeofday       bits/syscall.h  d       441     #define SYS_settimeofday __NR_settimeofday
-SYS_setuid     bits/syscall.h  d       385     #define SYS_setuid __NR_setuid
-SYS_setxattr   bits/syscall.h  d       564     #define SYS_setxattr __NR_setxattr
-SYS_sgetmask   bits/syscall.h  d       430     #define SYS_sgetmask __NR_sgetmask
-SYS_shutdown   bits/syscall.h  d       689     #define SYS_shutdown __NR_shutdown
-SYS_sigaction  bits/syscall.h  d       429     #define SYS_sigaction __NR_sigaction
-SYS_sigaltstack        bits/syscall.h  d       547     #define SYS_sigaltstack __NR_sigaltstack
-SYS_signal     bits/syscall.h  d       410     #define SYS_signal __NR_signal
-SYS_signalfd   bits/syscall.h  d       656     #define SYS_signalfd __NR_signalfd
-SYS_signalfd4  bits/syscall.h  d       664     #define SYS_signalfd4 __NR_signalfd4
-SYS_sigpending bits/syscall.h  d       435     #define SYS_sigpending __NR_sigpending
-SYS_sigprocmask        bits/syscall.h  d       488     #define SYS_sigprocmask __NR_sigprocmask
-SYS_sigreturn  bits/syscall.h  d       481     #define SYS_sigreturn __NR_sigreturn
-SYS_sigsuspend bits/syscall.h  d       434     #define SYS_sigsuspend __NR_sigsuspend
-SYS_socket     bits/syscall.h  d       677     #define SYS_socket __NR_socket
-SYS_socketcall bits/syscall.h  d       464     #define SYS_socketcall __NR_socketcall
-SYS_socketpair bits/syscall.h  d       684     #define SYS_socketpair __NR_socketpair
-SYS_splice     bits/syscall.h  d       634     #define SYS_splice __NR_splice
-SYS_spu_create bits/syscall.h  d       630     #define SYS_spu_create __NR_spu_create
-SYS_spu_run    bits/syscall.h  d       629     #define SYS_spu_run __NR_spu_run
-SYS_ssetmask   bits/syscall.h  d       431     #define SYS_ssetmask __NR_ssetmask
-SYS_stat       bits/syscall.h  d       468     #define SYS_stat __NR_stat
-SYS_statfs     bits/syscall.h  d       461     #define SYS_statfs __NR_statfs
-SYS_statfs64   bits/syscall.h  d       605     #define SYS_statfs64 __NR_statfs64
-SYS_stime      bits/syscall.h  d       387     #define SYS_stime __NR_stime
-SYS_stty       bits/syscall.h  d       393     #define SYS_stty __NR_stty
-SYS_subpage_prot       bits/syscall.h  d       661     #define SYS_subpage_prot __NR_subpage_prot
-SYS_swapcontext        bits/syscall.h  d       602     #define SYS_swapcontext __NR_swapcontext
-SYS_swapoff    bits/syscall.h  d       477     #define SYS_swapoff __NR_swapoff
-SYS_swapon     bits/syscall.h  d       449     #define SYS_swapon __NR_swapon
-SYS_switch_endian      bits/syscall.h  d       714     #define SYS_switch_endian __NR_switch_endian
-SYS_symlink    bits/syscall.h  d       445     #define SYS_symlink __NR_symlink
-SYS_symlinkat  bits/syscall.h  d       646     #define SYS_symlinkat __NR_symlinkat
-SYS_sync       bits/syscall.h  d       398     #define SYS_sync __NR_sync
-SYS_sync_file_range2   bits/syscall.h  d       659     #define SYS_sync_file_range2 __NR_sync_file_range2
-SYS_syncfs     bits/syscall.h  d       699     #define SYS_syncfs __NR_syncfs
-SYS_sys_debug_setcontext       bits/syscall.h  d       608     #define SYS_sys_debug_setcontext __NR_sys_debug_setcontext
-SYS_sysfs      bits/syscall.h  d       497     #define SYS_sysfs __NR_sysfs
-SYS_sysinfo    bits/syscall.h  d       478     #define SYS_sysinfo __NR_sysinfo
-SYS_syslog     bits/syscall.h  d       465     #define SYS_syslog __NR_syslog
-SYS_tee        bits/syscall.h  d       635     #define SYS_tee __NR_tee
-SYS_tgkill     bits/syscall.h  d       603     #define SYS_tgkill __NR_tgkill
-SYS_time       bits/syscall.h  d       375     #define SYS_time __NR_time
-SYS_timer_create       bits/syscall.h  d       593     #define SYS_timer_create __NR_timer_create
-SYS_timer_delete       bits/syscall.h  d       597     #define SYS_timer_delete __NR_timer_delete
-SYS_timer_getoverrun   bits/syscall.h  d       596     #define SYS_timer_getoverrun __NR_timer_getoverrun
-SYS_timer_gettime      bits/syscall.h  d       595     #define SYS_timer_gettime __NR_timer_gettime
-SYS_timer_settime      bits/syscall.h  d       594     #define SYS_timer_settime __NR_timer_settime
-SYS_timerfd_create     bits/syscall.h  d       657     #define SYS_timerfd_create __NR_timerfd_create
-SYS_timerfd_gettime    bits/syscall.h  d       663     #define SYS_timerfd_gettime __NR_timerfd_gettime
-SYS_timerfd_settime    bits/syscall.h  d       662     #define SYS_timerfd_settime __NR_timerfd_settime
-SYS_times      bits/syscall.h  d       405     #define SYS_times __NR_times
-SYS_tkill      bits/syscall.h  d       563     #define SYS_tkill __NR_tkill
-SYS_truncate   bits/syscall.h  d       454     #define SYS_truncate __NR_truncate
-SYS_tuxcall    bits/syscall.h  d       579     #define SYS_tuxcall __NR_tuxcall
-SYS_ugetrlimit bits/syscall.h  d       552     #define SYS_ugetrlimit __NR_ugetrlimit
-SYS_ulimit     bits/syscall.h  d       420     #define SYS_ulimit __NR_ulimit
-SYS_umask      bits/syscall.h  d       422     #define SYS_umask __NR_umask
-SYS_umount     bits/syscall.h  d       384     #define SYS_umount __NR_umount
-SYS_umount2    bits/syscall.h  d       414     #define SYS_umount2 __NR_umount2
-SYS_uname      bits/syscall.h  d       484     #define SYS_uname __NR_uname
-SYS_unlink     bits/syscall.h  d       372     #define SYS_unlink __NR_unlink
-SYS_unlinkat   bits/syscall.h  d       643     #define SYS_unlinkat __NR_unlinkat
-SYS_unshare    bits/syscall.h  d       633     #define SYS_unshare __NR_unshare
-SYS_uselib     bits/syscall.h  d       448     #define SYS_uselib __NR_uselib
-SYS_userfaultfd        bits/syscall.h  d       715     #define SYS_userfaultfd __NR_userfaultfd
-SYS_ustat      bits/syscall.h  d       424     #define SYS_ustat __NR_ustat
-SYS_utime      bits/syscall.h  d       392     #define SYS_utime __NR_utime
-SYS_utimensat  bits/syscall.h  d       655     #define SYS_utimensat __NR_utimensat
-SYS_utimes     bits/syscall.h  d       604     #define SYS_utimes __NR_utimes
-SYS_vfork      bits/syscall.h  d       551     #define SYS_vfork __NR_vfork
-SYS_vhangup    bits/syscall.h  d       473     #define SYS_vhangup __NR_vhangup
-SYS_vm86       bits/syscall.h  d       475     #define SYS_vm86 __NR_vm86
-SYS_vmsplice   bits/syscall.h  d       636     #define SYS_vmsplice __NR_vmsplice
-SYS_wait4      bits/syscall.h  d       476     #define SYS_wait4 __NR_wait4
-SYS_waitid     bits/syscall.h  d       623     #define SYS_waitid __NR_waitid
-SYS_waitpid    bits/syscall.h  d       369     #define SYS_waitpid __NR_waitpid
-SYS_write      bits/syscall.h  d       366     #define SYS_write __NR_write
-SYS_writev     bits/syscall.h  d       508     #define SYS_writev __NR_writev
-TAB0   bits/termios.h  d       63      #define TAB0 0000000
-TAB1   bits/termios.h  d       64      #define TAB1 0002000
-TAB2   bits/termios.h  d       65      #define TAB2 0004000
-TAB3   bits/termios.h  d       66      #define TAB3 0006000
-TABDLY bits/termios.h  d       62      #define TABDLY 0006000
-TCFLSH bits/ioctl.h    d       36      #define TCFLSH _IO('t', 31)
-TCGETA bits/ioctl.h    d       29      #define TCGETA _IOR('t', 23, char[20])
-TCGETS bits/ioctl.h    d       24      #define TCGETS _IOR('t', 19, char[44])
-TCGETX bits/ioctl.h    d       128     #define TCGETX 0x5432
-TCIFLUSH       bits/termios.h  d       154     #define TCIFLUSH 0
-TCIOFF bits/termios.h  d       151     #define TCIOFF 2
-TCIOFLUSH      bits/termios.h  d       156     #define TCIOFLUSH 2
-TCION  bits/termios.h  d       152     #define TCION 3
-TCOFLUSH       bits/termios.h  d       155     #define TCOFLUSH 1
-TCOOFF bits/termios.h  d       149     #define TCOOFF 0
-TCOON  bits/termios.h  d       150     #define TCOON 1
-TCSADRAIN      bits/termios.h  d       159     #define TCSADRAIN 1
-TCSAFLUSH      bits/termios.h  d       160     #define TCSAFLUSH 2
-TCSANOW        bits/termios.h  d       158     #define TCSANOW 0
-TCSBRK bits/ioctl.h    d       34      #define TCSBRK _IO('t', 29)
-TCSBRKP        bits/ioctl.h    d       93      #define TCSBRKP 0x5425
-TCSETA bits/ioctl.h    d       30      #define TCSETA _IOW('t', 24, char[20])
-TCSETAF        bits/ioctl.h    d       32      #define TCSETAF _IOW('t', 28, char[20])
-TCSETAW        bits/ioctl.h    d       31      #define TCSETAW _IOW('t', 25, char[20])
-TCSETS bits/ioctl.h    d       25      #define TCSETS _IOW('t', 20, char[44])
-TCSETSF        bits/ioctl.h    d       27      #define TCSETSF _IOW('t', 22, char[44])
-TCSETSW        bits/ioctl.h    d       26      #define TCSETSW _IOW('t', 21, char[44])
-TCSETX bits/ioctl.h    d       129     #define TCSETX 0x5433
-TCSETXF        bits/ioctl.h    d       130     #define TCSETXF 0x5434
-TCSETXW        bits/ioctl.h    d       131     #define TCSETXW 0x5435
-TCXONC bits/ioctl.h    d       35      #define TCXONC _IO('t', 30)
-TIOCCBRK       bits/ioctl.h    d       95      #define TIOCCBRK 0x5428
-TIOCCONS       bits/ioctl.h    d       77      #define TIOCCONS 0x541D
-TIOCEXCL       bits/ioctl.h    d       50      #define TIOCEXCL 0x540C
-TIOCGDEV       bits/ioctl.h    d       101     #define TIOCGDEV _IOR('T',0x32, unsigned int)
-TIOCGETC       bits/ioctl.h    d       23      #define TIOCGETC _IOR('t', 18, char[6])
-TIOCGETD       bits/ioctl.h    d       92      #define TIOCGETD 0x5424
-TIOCGETP       bits/ioctl.h    d       18      #define TIOCGETP _IOR('t', 8, char[6])
-TIOCGEXCL      bits/ioctl.h    d       106     #define TIOCGEXCL _IOR('T',0x40, int)
-TIOCGHAYESESP  bits/ioctl.h    d       133     #define TIOCGHAYESESP 0x545E
-TIOCGICOUNT    bits/ioctl.h    d       120     #define TIOCGICOUNT 0x545D
-TIOCGLCKTRMIOS bits/ioctl.h    d       111     #define TIOCGLCKTRMIOS 0x5456
-TIOCGLTC       bits/ioctl.h    d       45      #define TIOCGLTC _IOR('t', 116, char[6])
-TIOCGPGRP      bits/ioctl.h    d       48      #define TIOCGPGRP _IOR('t', 119, int)
-TIOCGPKT       bits/ioctl.h    d       104     #define TIOCGPKT _IOR('T',0x38, int)
-TIOCGPTLCK     bits/ioctl.h    d       105     #define TIOCGPTLCK _IOR('T',0x39, int)
-TIOCGPTN       bits/ioctl.h    d       99      #define TIOCGPTN _IOR('T',0x30, unsigned int)
-TIOCGRS485     bits/ioctl.h    d       97      #define TIOCGRS485 0x542e
-TIOCGSERIAL    bits/ioctl.h    d       78      #define TIOCGSERIAL 0x541E
-TIOCGSID       bits/ioctl.h    d       96      #define TIOCGSID 0x5429
-TIOCGSOFTCAR   bits/ioctl.h    d       74      #define TIOCGSOFTCAR 0x5419
-TIOCGWINSZ     bits/ioctl.h    d       39      #define TIOCGWINSZ _IOR('t', 104, char[8])
-TIOCINQ        bits/ioctl.h    d       16      #define TIOCINQ FIONREAD
-TIOCLINUX      bits/ioctl.h    d       76      #define TIOCLINUX 0x541C
-TIOCMBIC       bits/ioctl.h    d       57      #define TIOCMBIC 0x5417
-TIOCMBIS       bits/ioctl.h    d       56      #define TIOCMBIS 0x5416
-TIOCMGET       bits/ioctl.h    d       55      #define TIOCMGET 0x5415
-TIOCMIWAIT     bits/ioctl.h    d       119     #define TIOCMIWAIT 0x545C
-TIOCMSET       bits/ioctl.h    d       58      #define TIOCMSET 0x5418
-TIOCM_CAR      bits/ioctl.h    d       65      #define TIOCM_CAR 0x040
-TIOCM_CD       bits/ioctl.h    d       68      #define TIOCM_CD TIOCM_CAR
-TIOCM_CTS      bits/ioctl.h    d       64      #define TIOCM_CTS 0x020
-TIOCM_DSR      bits/ioctl.h    d       67      #define TIOCM_DSR 0x100
-TIOCM_DTR      bits/ioctl.h    d       60      #define TIOCM_DTR 0x002
-TIOCM_LE       bits/ioctl.h    d       59      #define TIOCM_LE 0x001
-TIOCM_LOOP     bits/ioctl.h    d       72      #define TIOCM_LOOP 0x8000
-TIOCM_MODEM_BITS       bits/ioctl.h    d       143     #define TIOCM_MODEM_BITS TIOCM_OUT2
-TIOCM_OUT1     bits/ioctl.h    d       70      #define TIOCM_OUT1 0x2000
-TIOCM_OUT2     bits/ioctl.h    d       71      #define TIOCM_OUT2 0x4000
-TIOCM_RI       bits/ioctl.h    d       69      #define TIOCM_RI TIOCM_RNG
-TIOCM_RNG      bits/ioctl.h    d       66      #define TIOCM_RNG 0x080
-TIOCM_RTS      bits/ioctl.h    d       61      #define TIOCM_RTS 0x004
-TIOCM_SR       bits/ioctl.h    d       63      #define TIOCM_SR 0x010
-TIOCM_ST       bits/ioctl.h    d       62      #define TIOCM_ST 0x008
-TIOCNOTTY      bits/ioctl.h    d       90      #define TIOCNOTTY 0x5422
-TIOCNXCL       bits/ioctl.h    d       51      #define TIOCNXCL 0x540D
-TIOCOUTQ       bits/ioctl.h    d       43      #define TIOCOUTQ _IOR('t', 115, int)
-TIOCPKT        bits/ioctl.h    d       80      #define TIOCPKT 0x5420
-TIOCPKT_DATA   bits/ioctl.h    d       81      #define TIOCPKT_DATA 0
-TIOCPKT_DOSTOP bits/ioctl.h    d       87      #define TIOCPKT_DOSTOP 32
-TIOCPKT_FLUSHREAD      bits/ioctl.h    d       82      #define TIOCPKT_FLUSHREAD 1
-TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       83      #define TIOCPKT_FLUSHWRITE 2
-TIOCPKT_IOCTL  bits/ioctl.h    d       88      #define TIOCPKT_IOCTL 64
-TIOCPKT_NOSTOP bits/ioctl.h    d       86      #define TIOCPKT_NOSTOP 16
-TIOCPKT_START  bits/ioctl.h    d       85      #define TIOCPKT_START 8
-TIOCPKT_STOP   bits/ioctl.h    d       84      #define TIOCPKT_STOP 4
-TIOCSBRK       bits/ioctl.h    d       94      #define TIOCSBRK 0x5427
-TIOCSCTTY      bits/ioctl.h    d       52      #define TIOCSCTTY 0x540E
-TIOCSERCONFIG  bits/ioctl.h    d       108     #define TIOCSERCONFIG 0x5453
-TIOCSERGETLSR  bits/ioctl.h    d       114     #define TIOCSERGETLSR 0x5459
-TIOCSERGETMULTI        bits/ioctl.h    d       116     #define TIOCSERGETMULTI 0x545A
-TIOCSERGSTRUCT bits/ioctl.h    d       113     #define TIOCSERGSTRUCT 0x5458
-TIOCSERGWILD   bits/ioctl.h    d       109     #define TIOCSERGWILD 0x5454
-TIOCSERSETMULTI        bits/ioctl.h    d       117     #define TIOCSERSETMULTI 0x545B
-TIOCSERSWILD   bits/ioctl.h    d       110     #define TIOCSERSWILD 0x5455
-TIOCSER_TEMT   bits/ioctl.h    d       115     #define TIOCSER_TEMT 0x01
-TIOCSETC       bits/ioctl.h    d       22      #define TIOCSETC _IOW('t', 17, char[6])
-TIOCSETD       bits/ioctl.h    d       91      #define TIOCSETD 0x5423
-TIOCSETN       bits/ioctl.h    d       20      #define TIOCSETN _IOW('t', 10, char[6])
-TIOCSETP       bits/ioctl.h    d       19      #define TIOCSETP _IOW('t', 9, char[6])
-TIOCSHAYESESP  bits/ioctl.h    d       134     #define TIOCSHAYESESP 0x545F
-TIOCSIG        bits/ioctl.h    d       102     #define TIOCSIG _IOW('T',0x36, int)
-TIOCSLCKTRMIOS bits/ioctl.h    d       112     #define TIOCSLCKTRMIOS 0x5457
-TIOCSLTC       bits/ioctl.h    d       46      #define TIOCSLTC _IOW('t', 117, char[6])
-TIOCSPGRP      bits/ioctl.h    d       47      #define TIOCSPGRP _IOW('t', 118, int)
-TIOCSPTLCK     bits/ioctl.h    d       100     #define TIOCSPTLCK _IOW('T',0x31, int)
-TIOCSRS485     bits/ioctl.h    d       98      #define TIOCSRS485 0x542f
-TIOCSSERIAL    bits/ioctl.h    d       79      #define TIOCSSERIAL 0x541F
-TIOCSSOFTCAR   bits/ioctl.h    d       75      #define TIOCSSOFTCAR 0x541A
-TIOCSTART      bits/ioctl.h    d       40      #define TIOCSTART _IO('t', 110)
-TIOCSTI        bits/ioctl.h    d       54      #define TIOCSTI 0x5412
-TIOCSTOP       bits/ioctl.h    d       41      #define TIOCSTOP _IO('t', 111)
-TIOCSWINSZ     bits/ioctl.h    d       38      #define TIOCSWINSZ _IOW('t', 103, char[8])
-TIOCTTYGSTRUCT bits/ioctl.h    d       126     #define TIOCTTYGSTRUCT 0x5426
-TIOCVHANGUP    bits/ioctl.h    d       103     #define TIOCVHANGUP 0x5437
-TOSTOP bits/termios.h  d       144     #define TOSTOP 0x00400000
-UINTPTR_MAX    bits/stdint.h   d       17      #define UINTPTR_MAX UINT64_MAX
-UINT_FAST16_MAX        bits/stdint.h   d       12      #define UINT_FAST16_MAX UINT32_MAX
-UINT_FAST32_MAX        bits/stdint.h   d       13      #define UINT_FAST32_MAX UINT32_MAX
-VDISCARD       bits/termios.h  d       31      #define VDISCARD 16
-VEOF   bits/termios.h  d       19      #define VEOF 4
-VEOL   bits/termios.h  d       21      #define VEOL 6
-VEOL2  bits/termios.h  d       23      #define VEOL2 8
-VERASE bits/termios.h  d       17      #define VERASE 2
-VINTR  bits/termios.h  d       15      #define VINTR 0
-VKILL  bits/termios.h  d       18      #define VKILL 3
-VLNEXT bits/termios.h  d       30      #define VLNEXT 15
-VMIN   bits/termios.h  d       20      #define VMIN 5
-VQUIT  bits/termios.h  d       16      #define VQUIT 1
-VREPRINT       bits/termios.h  d       26      #define VREPRINT 11
-VSTART bits/termios.h  d       28      #define VSTART 13
-VSTOP  bits/termios.h  d       29      #define VSTOP 14
-VSUSP  bits/termios.h  d       27      #define VSUSP 12
-VSWTC  bits/termios.h  d       24      #define VSWTC 9
-VT0    bits/termios.h  d       80      #define VT0 0000000
-VT1    bits/termios.h  d       81      #define VT1 0200000
-VTDLY  bits/termios.h  d       79      #define VTDLY 0200000
-VTIME  bits/termios.h  d       22      #define VTIME 7
-VWERASE        bits/termios.h  d       25      #define VWERASE 10
-XCASE  bits/termios.h  d       143     #define XCASE 0x00004000
-XTABS  bits/termios.h  d       169     #define XTABS 00006000
-_Addr  bits/alltypes.h d       1       #define _Addr long
-_IO    bits/ioctl.h    d       6       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
-_IOC   bits/ioctl.h    d       1       #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) )
-_IOC_NONE      bits/ioctl.h    d       2       #define _IOC_NONE 1U
-_IOC_READ      bits/ioctl.h    d       4       #define _IOC_READ 2U
-_IOC_WRITE     bits/ioctl.h    d       3       #define _IOC_WRITE 4U
-_IOR   bits/ioctl.h    d       8       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
-_IOW   bits/ioctl.h    d       7       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
-_IOWR  bits/ioctl.h    d       9       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
-_Int64 bits/alltypes.h d       2       #define _Int64 long
-_NSIG  bits/signal.h   d       108     #define _NSIG 65
-_POSIX_V6_LP64_OFF64   bits/posix.h    d       1       #define _POSIX_V6_LP64_OFF64 1
-_POSIX_V7_LP64_OFF64   bits/posix.h    d       2       #define _POSIX_V7_LP64_OFF64 1
-_Reg   bits/alltypes.h d       3       #define _Reg long
-__BYTE_ORDER   bits/endian.h   d       2       #define __BYTE_ORDER __BIG_ENDIAN
-__BYTE_ORDER   bits/endian.h   d       4       #define __BYTE_ORDER __LITTLE_ENDIAN
-__DEFINED_FILE bits/alltypes.h d       344     #define __DEFINED_FILE
-__DEFINED___isoc_va_list       bits/alltypes.h d       12      #define __DEFINED___isoc_va_list
-__DEFINED_blkcnt_t     bits/alltypes.h d       211     #define __DEFINED_blkcnt_t
-__DEFINED_blksize_t    bits/alltypes.h d       206     #define __DEFINED_blksize_t
-__DEFINED_clock_t      bits/alltypes.h d       248     #define __DEFINED_clock_t
-__DEFINED_clockid_t    bits/alltypes.h d       243     #define __DEFINED_clockid_t
-__DEFINED_cnd_t        bits/alltypes.h d       74      #define __DEFINED_cnd_t
-__DEFINED_dev_t        bits/alltypes.h d       201     #define __DEFINED_dev_t
-__DEFINED_double_t     bits/alltypes.h d       31      #define __DEFINED_double_t
-__DEFINED_float_t      bits/alltypes.h d       26      #define __DEFINED_float_t
-__DEFINED_fsblkcnt_t   bits/alltypes.h d       216     #define __DEFINED_fsblkcnt_t
-__DEFINED_fsfilcnt_t   bits/alltypes.h d       221     #define __DEFINED_fsfilcnt_t
-__DEFINED_gid_t        bits/alltypes.h d       279     #define __DEFINED_gid_t
-__DEFINED_id_t bits/alltypes.h d       269     #define __DEFINED_id_t
-__DEFINED_ino_t        bits/alltypes.h d       196     #define __DEFINED_ino_t
-__DEFINED_int16_t      bits/alltypes.h d       130     #define __DEFINED_int16_t
-__DEFINED_int32_t      bits/alltypes.h d       135     #define __DEFINED_int32_t
-__DEFINED_int64_t      bits/alltypes.h d       140     #define __DEFINED_int64_t
-__DEFINED_int8_t       bits/alltypes.h d       125     #define __DEFINED_int8_t
-__DEFINED_intmax_t     bits/alltypes.h d       145     #define __DEFINED_intmax_t
-__DEFINED_intptr_t     bits/alltypes.h d       109     #define __DEFINED_intptr_t
-__DEFINED_key_t        bits/alltypes.h d       284     #define __DEFINED_key_t
-__DEFINED_locale_t     bits/alltypes.h d       356     #define __DEFINED_locale_t
-__DEFINED_max_align_t  bits/alltypes.h d       37      #define __DEFINED_max_align_t
-__DEFINED_mbstate_t    bits/alltypes.h d       350     #define __DEFINED_mbstate_t
-__DEFINED_mode_t       bits/alltypes.h d       181     #define __DEFINED_mode_t
-__DEFINED_mtx_t        bits/alltypes.h d       64      #define __DEFINED_mtx_t
-__DEFINED_nlink_t      bits/alltypes.h d       186     #define __DEFINED_nlink_t
-__DEFINED_off_t        bits/alltypes.h d       191     #define __DEFINED_off_t
-__DEFINED_pid_t        bits/alltypes.h d       264     #define __DEFINED_pid_t
-__DEFINED_pthread_attr_t       bits/alltypes.h d       54      #define __DEFINED_pthread_attr_t
-__DEFINED_pthread_barrier_t    bits/alltypes.h d       84      #define __DEFINED_pthread_barrier_t
-__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       333     #define __DEFINED_pthread_barrierattr_t
-__DEFINED_pthread_cond_t       bits/alltypes.h d       69      #define __DEFINED_pthread_cond_t
-__DEFINED_pthread_condattr_t   bits/alltypes.h d       328     #define __DEFINED_pthread_condattr_t
-__DEFINED_pthread_key_t        bits/alltypes.h d       313     #define __DEFINED_pthread_key_t
-__DEFINED_pthread_mutex_t      bits/alltypes.h d       59      #define __DEFINED_pthread_mutex_t
-__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       323     #define __DEFINED_pthread_mutexattr_t
-__DEFINED_pthread_once_t       bits/alltypes.h d       308     #define __DEFINED_pthread_once_t
-__DEFINED_pthread_rwlock_t     bits/alltypes.h d       79      #define __DEFINED_pthread_rwlock_t
-__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       338     #define __DEFINED_pthread_rwlockattr_t
-__DEFINED_pthread_spinlock_t   bits/alltypes.h d       318     #define __DEFINED_pthread_spinlock_t
-__DEFINED_pthread_t    bits/alltypes.h d       296     #define __DEFINED_pthread_t
-__DEFINED_pthread_t    bits/alltypes.h d       302     #define __DEFINED_pthread_t
-__DEFINED_ptrdiff_t    bits/alltypes.h d       99      #define __DEFINED_ptrdiff_t
-__DEFINED_register_t   bits/alltypes.h d       119     #define __DEFINED_register_t
-__DEFINED_regoff_t     bits/alltypes.h d       114     #define __DEFINED_regoff_t
-__DEFINED_sa_family_t  bits/alltypes.h d       379     #define __DEFINED_sa_family_t
-__DEFINED_sigset_t     bits/alltypes.h d       362     #define __DEFINED_sigset_t
-__DEFINED_size_t       bits/alltypes.h d       89      #define __DEFINED_size_t
-__DEFINED_socklen_t    bits/alltypes.h d       374     #define __DEFINED_socklen_t
-__DEFINED_ssize_t      bits/alltypes.h d       104     #define __DEFINED_ssize_t
-__DEFINED_struct_iovec bits/alltypes.h d       368     #define __DEFINED_struct_iovec
-__DEFINED_struct_timespec      bits/alltypes.h d       258     #define __DEFINED_struct_timespec
-__DEFINED_struct_timeval       bits/alltypes.h d       253     #define __DEFINED_struct_timeval
-__DEFINED_suseconds_t  bits/alltypes.h d       48      #define __DEFINED_suseconds_t
-__DEFINED_time_t       bits/alltypes.h d       43      #define __DEFINED_time_t
-__DEFINED_timer_t      bits/alltypes.h d       238     #define __DEFINED_timer_t
-__DEFINED_u_int64_t    bits/alltypes.h d       170     #define __DEFINED_u_int64_t
-__DEFINED_uid_t        bits/alltypes.h d       274     #define __DEFINED_uid_t
-__DEFINED_uint16_t     bits/alltypes.h d       155     #define __DEFINED_uint16_t
-__DEFINED_uint32_t     bits/alltypes.h d       160     #define __DEFINED_uint32_t
-__DEFINED_uint64_t     bits/alltypes.h d       165     #define __DEFINED_uint64_t
-__DEFINED_uint8_t      bits/alltypes.h d       150     #define __DEFINED_uint8_t
-__DEFINED_uintmax_t    bits/alltypes.h d       175     #define __DEFINED_uintmax_t
-__DEFINED_uintptr_t    bits/alltypes.h d       94      #define __DEFINED_uintptr_t
-__DEFINED_useconds_t   bits/alltypes.h d       289     #define __DEFINED_useconds_t
-__DEFINED_va_list      bits/alltypes.h d       7       #define __DEFINED_va_list
-__DEFINED_wchar_t      bits/alltypes.h d       19      #define __DEFINED_wchar_t
-__DEFINED_wctype_t     bits/alltypes.h d       232     #define __DEFINED_wctype_t
-__DEFINED_wint_t       bits/alltypes.h d       227     #define __DEFINED_wint_t
-__NR__llseek   bits/syscall.h  d       141     #define __NR__llseek 140
-__NR__newselect        bits/syscall.h  d       143     #define __NR__newselect 142
-__NR__sysctl   bits/syscall.h  d       150     #define __NR__sysctl 149
-__NR_accept    bits/syscall.h  d       320     #define __NR_accept 330
-__NR_accept4   bits/syscall.h  d       334     #define __NR_accept4 344
-__NR_access    bits/syscall.h  d       34      #define __NR_access 33
-__NR_acct      bits/syscall.h  d       52      #define __NR_acct 51
-__NR_add_key   bits/syscall.h  d       259     #define __NR_add_key 269
-__NR_adjtimex  bits/syscall.h  d       125     #define __NR_adjtimex 124
-__NR_afs_syscall       bits/syscall.h  d       138     #define __NR_afs_syscall 137
-__NR_alarm     bits/syscall.h  d       28      #define __NR_alarm 27
-__NR_bdflush   bits/syscall.h  d       135     #define __NR_bdflush 134
-__NR_bind      bits/syscall.h  d       317     #define __NR_bind 327
-__NR_bpf       bits/syscall.h  d       351     #define __NR_bpf 361
-__NR_break     bits/syscall.h  d       18      #define __NR_break 17
-__NR_brk       bits/syscall.h  d       46      #define __NR_brk 45
-__NR_capget    bits/syscall.h  d       184     #define __NR_capget 183
-__NR_capset    bits/syscall.h  d       185     #define __NR_capset 184
-__NR_chdir     bits/syscall.h  d       13      #define __NR_chdir 12
-__NR_chmod     bits/syscall.h  d       16      #define __NR_chmod 15
-__NR_chown     bits/syscall.h  d       182     #define __NR_chown 181
-__NR_chroot    bits/syscall.h  d       62      #define __NR_chroot 61
-__NR_clock_adjtime     bits/syscall.h  d       337     #define __NR_clock_adjtime 347
-__NR_clock_getres      bits/syscall.h  d       239     #define __NR_clock_getres 247
-__NR_clock_gettime     bits/syscall.h  d       238     #define __NR_clock_gettime 246
-__NR_clock_nanosleep   bits/syscall.h  d       240     #define __NR_clock_nanosleep 248
-__NR_clock_settime     bits/syscall.h  d       237     #define __NR_clock_settime 245
-__NR_clone     bits/syscall.h  d       121     #define __NR_clone 120
-__NR_close     bits/syscall.h  d       7       #define __NR_close 6
-__NR_connect   bits/syscall.h  d       318     #define __NR_connect 328
-__NR_copy_file_range   bits/syscall.h  d       357     #define __NR_copy_file_range 379
-__NR_creat     bits/syscall.h  d       9       #define __NR_creat 8
-__NR_create_module     bits/syscall.h  d       128     #define __NR_create_module 127
-__NR_delete_module     bits/syscall.h  d       130     #define __NR_delete_module 129
-__NR_dup       bits/syscall.h  d       42      #define __NR_dup 41
-__NR_dup2      bits/syscall.h  d       64      #define __NR_dup2 63
-__NR_dup3      bits/syscall.h  d       306     #define __NR_dup3 316
-__NR_epoll_create      bits/syscall.h  d       228     #define __NR_epoll_create 236
-__NR_epoll_create1     bits/syscall.h  d       305     #define __NR_epoll_create1 315
-__NR_epoll_ctl bits/syscall.h  d       229     #define __NR_epoll_ctl 237
-__NR_epoll_pwait       bits/syscall.h  d       293     #define __NR_epoll_pwait 303
-__NR_epoll_wait        bits/syscall.h  d       230     #define __NR_epoll_wait 238
-__NR_eventfd   bits/syscall.h  d       297     #define __NR_eventfd 307
-__NR_eventfd2  bits/syscall.h  d       304     #define __NR_eventfd2 314
-__NR_execve    bits/syscall.h  d       12      #define __NR_execve 11
-__NR_execveat  bits/syscall.h  d       352     #define __NR_execveat 362
-__NR_exit      bits/syscall.h  d       2       #define __NR_exit 1
-__NR_exit_group        bits/syscall.h  d       226     #define __NR_exit_group 234
-__NR_faccessat bits/syscall.h  d       288     #define __NR_faccessat 298
-__NR_fadvise64 bits/syscall.h  d       225     #define __NR_fadvise64 233
-__NR_fallocate bits/syscall.h  d       299     #define __NR_fallocate 309
-__NR_fanotify_init     bits/syscall.h  d       313     #define __NR_fanotify_init 323
-__NR_fanotify_mark     bits/syscall.h  d       314     #define __NR_fanotify_mark 324
-__NR_fchdir    bits/syscall.h  d       134     #define __NR_fchdir 133
-__NR_fchmod    bits/syscall.h  d       95      #define __NR_fchmod 94
-__NR_fchmodat  bits/syscall.h  d       287     #define __NR_fchmodat 297
-__NR_fchown    bits/syscall.h  d       96      #define __NR_fchown 95
-__NR_fchownat  bits/syscall.h  d       279     #define __NR_fchownat 289
-__NR_fcntl     bits/syscall.h  d       56      #define __NR_fcntl 55
-__NR_fdatasync bits/syscall.h  d       149     #define __NR_fdatasync 148
-__NR_fgetxattr bits/syscall.h  d       208     #define __NR_fgetxattr 214
-__NR_finit_module      bits/syscall.h  d       343     #define __NR_finit_module 353
-__NR_flistxattr        bits/syscall.h  d       211     #define __NR_flistxattr 217
-__NR_flock     bits/syscall.h  d       144     #define __NR_flock 143
-__NR_fork      bits/syscall.h  d       3       #define __NR_fork 2
-__NR_fremovexattr      bits/syscall.h  d       214     #define __NR_fremovexattr 220
-__NR_fsetxattr bits/syscall.h  d       205     #define __NR_fsetxattr 211
-__NR_fstat     bits/syscall.h  d       109     #define __NR_fstat 108
-__NR_fstatfs   bits/syscall.h  d       101     #define __NR_fstatfs 100
-__NR_fstatfs64 bits/syscall.h  d       245     #define __NR_fstatfs64 253
-__NR_fsync     bits/syscall.h  d       119     #define __NR_fsync 118
-__NR_ftime     bits/syscall.h  d       36      #define __NR_ftime 35
-__NR_ftruncate bits/syscall.h  d       94      #define __NR_ftruncate 93
-__NR_futex     bits/syscall.h  d       215     #define __NR_futex 221
-__NR_futimesat bits/syscall.h  d       280     #define __NR_futimesat 290
-__NR_get_kernel_syms   bits/syscall.h  d       131     #define __NR_get_kernel_syms 130
-__NR_get_mempolicy     bits/syscall.h  d       250     #define __NR_get_mempolicy 260
-__NR_get_robust_list   bits/syscall.h  d       289     #define __NR_get_robust_list 299
-__NR_getcpu    bits/syscall.h  d       292     #define __NR_getcpu 302
-__NR_getcwd    bits/syscall.h  d       183     #define __NR_getcwd 182
-__NR_getdents  bits/syscall.h  d       142     #define __NR_getdents 141
-__NR_getdents64        bits/syscall.h  d       197     #define __NR_getdents64 202
-__NR_getegid   bits/syscall.h  d       51      #define __NR_getegid 50
-__NR_geteuid   bits/syscall.h  d       50      #define __NR_geteuid 49
-__NR_getgid    bits/syscall.h  d       48      #define __NR_getgid 47
-__NR_getgroups bits/syscall.h  d       81      #define __NR_getgroups 80
-__NR_getitimer bits/syscall.h  d       106     #define __NR_getitimer 105
-__NR_getpeername       bits/syscall.h  d       322     #define __NR_getpeername 332
-__NR_getpgid   bits/syscall.h  d       133     #define __NR_getpgid 132
-__NR_getpgrp   bits/syscall.h  d       66      #define __NR_getpgrp 65
-__NR_getpid    bits/syscall.h  d       21      #define __NR_getpid 20
-__NR_getpmsg   bits/syscall.h  d       188     #define __NR_getpmsg 187
-__NR_getppid   bits/syscall.h  d       65      #define __NR_getppid 64
-__NR_getpriority       bits/syscall.h  d       97      #define __NR_getpriority 96
-__NR_getrandom bits/syscall.h  d       349     #define __NR_getrandom 359
-__NR_getresgid bits/syscall.h  d       171     #define __NR_getresgid 170
-__NR_getresuid bits/syscall.h  d       166     #define __NR_getresuid 165
-__NR_getrlimit bits/syscall.h  d       77      #define __NR_getrlimit 76
-__NR_getrusage bits/syscall.h  d       78      #define __NR_getrusage 77
-__NR_getsid    bits/syscall.h  d       148     #define __NR_getsid 147
-__NR_getsockname       bits/syscall.h  d       321     #define __NR_getsockname 331
-__NR_getsockopt        bits/syscall.h  d       330     #define __NR_getsockopt 340
-__NR_gettid    bits/syscall.h  d       201     #define __NR_gettid 207
-__NR_gettimeofday      bits/syscall.h  d       79      #define __NR_gettimeofday 78
-__NR_getuid    bits/syscall.h  d       25      #define __NR_getuid 24
-__NR_getxattr  bits/syscall.h  d       206     #define __NR_getxattr 212
-__NR_gtty      bits/syscall.h  d       33      #define __NR_gtty 32
-__NR_idle      bits/syscall.h  d       113     #define __NR_idle 112
-__NR_init_module       bits/syscall.h  d       129     #define __NR_init_module 128
-__NR_inotify_add_watch bits/syscall.h  d       266     #define __NR_inotify_add_watch 276
-__NR_inotify_init      bits/syscall.h  d       265     #define __NR_inotify_init 275
-__NR_inotify_init1     bits/syscall.h  d       308     #define __NR_inotify_init1 318
-__NR_inotify_rm_watch  bits/syscall.h  d       267     #define __NR_inotify_rm_watch 277
-__NR_io_cancel bits/syscall.h  d       223     #define __NR_io_cancel 231
-__NR_io_destroy        bits/syscall.h  d       220     #define __NR_io_destroy 228
-__NR_io_getevents      bits/syscall.h  d       221     #define __NR_io_getevents 229
-__NR_io_setup  bits/syscall.h  d       219     #define __NR_io_setup 227
-__NR_io_submit bits/syscall.h  d       222     #define __NR_io_submit 230
-__NR_ioctl     bits/syscall.h  d       55      #define __NR_ioctl 54
-__NR_ioperm    bits/syscall.h  d       102     #define __NR_ioperm 101
-__NR_iopl      bits/syscall.h  d       111     #define __NR_iopl 110
-__NR_ioprio_get        bits/syscall.h  d       264     #define __NR_ioprio_get 274
-__NR_ioprio_set        bits/syscall.h  d       263     #define __NR_ioprio_set 273
-__NR_ipc       bits/syscall.h  d       118     #define __NR_ipc 117
-__NR_kcmp      bits/syscall.h  d       344     #define __NR_kcmp 354
-__NR_kexec_load        bits/syscall.h  d       258     #define __NR_kexec_load 268
-__NR_keyctl    bits/syscall.h  d       261     #define __NR_keyctl 271
-__NR_kill      bits/syscall.h  d       38      #define __NR_kill 37
-__NR_lchown    bits/syscall.h  d       17      #define __NR_lchown 16
-__NR_lgetxattr bits/syscall.h  d       207     #define __NR_lgetxattr 213
-__NR_link      bits/syscall.h  d       10      #define __NR_link 9
-__NR_linkat    bits/syscall.h  d       284     #define __NR_linkat 294
-__NR_listen    bits/syscall.h  d       319     #define __NR_listen 329
-__NR_listxattr bits/syscall.h  d       209     #define __NR_listxattr 215
-__NR_llistxattr        bits/syscall.h  d       210     #define __NR_llistxattr 216
-__NR_lock      bits/syscall.h  d       54      #define __NR_lock 53
-__NR_lookup_dcookie    bits/syscall.h  d       227     #define __NR_lookup_dcookie 235
-__NR_lremovexattr      bits/syscall.h  d       213     #define __NR_lremovexattr 219
-__NR_lseek     bits/syscall.h  d       20      #define __NR_lseek 19
-__NR_lsetxattr bits/syscall.h  d       204     #define __NR_lsetxattr 210
-__NR_lstat     bits/syscall.h  d       108     #define __NR_lstat 107
-__NR_madvise   bits/syscall.h  d       199     #define __NR_madvise 205
-__NR_mbind     bits/syscall.h  d       249     #define __NR_mbind 259
-__NR_membarrier        bits/syscall.h  d       355     #define __NR_membarrier 365
-__NR_memfd_create      bits/syscall.h  d       350     #define __NR_memfd_create 360
-__NR_migrate_pages     bits/syscall.h  d       248     #define __NR_migrate_pages 258
-__NR_mincore   bits/syscall.h  d       200     #define __NR_mincore 206
-__NR_mkdir     bits/syscall.h  d       40      #define __NR_mkdir 39
-__NR_mkdirat   bits/syscall.h  d       277     #define __NR_mkdirat 287
-__NR_mknod     bits/syscall.h  d       15      #define __NR_mknod 14
-__NR_mknodat   bits/syscall.h  d       278     #define __NR_mknodat 288
-__NR_mlock     bits/syscall.h  d       151     #define __NR_mlock 150
-__NR_mlock2    bits/syscall.h  d       356     #define __NR_mlock2 378
-__NR_mlockall  bits/syscall.h  d       153     #define __NR_mlockall 152
-__NR_mmap      bits/syscall.h  d       91      #define __NR_mmap 90
-__NR_modify_ldt        bits/syscall.h  d       124     #define __NR_modify_ldt 123
-__NR_mount     bits/syscall.h  d       22      #define __NR_mount 21
-__NR_move_pages        bits/syscall.h  d       291     #define __NR_move_pages 301
-__NR_mprotect  bits/syscall.h  d       126     #define __NR_mprotect 125
-__NR_mpx       bits/syscall.h  d       57      #define __NR_mpx 56
-__NR_mq_getsetattr     bits/syscall.h  d       257     #define __NR_mq_getsetattr 267
-__NR_mq_notify bits/syscall.h  d       256     #define __NR_mq_notify 266
-__NR_mq_open   bits/syscall.h  d       252     #define __NR_mq_open 262
-__NR_mq_timedreceive   bits/syscall.h  d       255     #define __NR_mq_timedreceive 265
-__NR_mq_timedsend      bits/syscall.h  d       254     #define __NR_mq_timedsend 264
-__NR_mq_unlink bits/syscall.h  d       253     #define __NR_mq_unlink 263
-__NR_mremap    bits/syscall.h  d       164     #define __NR_mremap 163
-__NR_msync     bits/syscall.h  d       145     #define __NR_msync 144
-__NR_multiplexer       bits/syscall.h  d       196     #define __NR_multiplexer 201
-__NR_munlock   bits/syscall.h  d       152     #define __NR_munlock 151
-__NR_munlockall        bits/syscall.h  d       154     #define __NR_munlockall 153
-__NR_munmap    bits/syscall.h  d       92      #define __NR_munmap 91
-__NR_name_to_handle_at bits/syscall.h  d       335     #define __NR_name_to_handle_at 345
-__NR_nanosleep bits/syscall.h  d       163     #define __NR_nanosleep 162
-__NR_newfstatat        bits/syscall.h  d       281     #define __NR_newfstatat 291
-__NR_nfsservctl        bits/syscall.h  d       169     #define __NR_nfsservctl 168
-__NR_nice      bits/syscall.h  d       35      #define __NR_nice 34
-__NR_oldfstat  bits/syscall.h  d       29      #define __NR_oldfstat 28
-__NR_oldlstat  bits/syscall.h  d       85      #define __NR_oldlstat 84
-__NR_oldolduname       bits/syscall.h  d       60      #define __NR_oldolduname 59
-__NR_oldstat   bits/syscall.h  d       19      #define __NR_oldstat 18
-__NR_olduname  bits/syscall.h  d       110     #define __NR_olduname 109
-__NR_open      bits/syscall.h  d       6       #define __NR_open 5
-__NR_open_by_handle_at bits/syscall.h  d       336     #define __NR_open_by_handle_at 346
-__NR_openat    bits/syscall.h  d       276     #define __NR_openat 286
-__NR_pause     bits/syscall.h  d       30      #define __NR_pause 29
-__NR_pciconfig_iobase  bits/syscall.h  d       195     #define __NR_pciconfig_iobase 200
-__NR_pciconfig_read    bits/syscall.h  d       193     #define __NR_pciconfig_read 198
-__NR_pciconfig_write   bits/syscall.h  d       194     #define __NR_pciconfig_write 199
-__NR_perf_event_open   bits/syscall.h  d       309     #define __NR_perf_event_open 319
-__NR_personality       bits/syscall.h  d       137     #define __NR_personality 136
-__NR_pipe      bits/syscall.h  d       43      #define __NR_pipe 42
-__NR_pipe2     bits/syscall.h  d       307     #define __NR_pipe2 317
-__NR_pivot_root        bits/syscall.h  d       198     #define __NR_pivot_root 203
-__NR_poll      bits/syscall.h  d       168     #define __NR_poll 167
-__NR_ppoll     bits/syscall.h  d       271     #define __NR_ppoll 281
-__NR_prctl     bits/syscall.h  d       172     #define __NR_prctl 171
-__NR_pread64   bits/syscall.h  d       180     #define __NR_pread64 179
-__NR_preadv    bits/syscall.h  d       310     #define __NR_preadv 320
-__NR_prlimit64 bits/syscall.h  d       315     #define __NR_prlimit64 325
-__NR_process_vm_readv  bits/syscall.h  d       341     #define __NR_process_vm_readv 351
-__NR_process_vm_writev bits/syscall.h  d       342     #define __NR_process_vm_writev 352
-__NR_prof      bits/syscall.h  d       45      #define __NR_prof 44
-__NR_profil    bits/syscall.h  d       99      #define __NR_profil 98
-__NR_pselect6  bits/syscall.h  d       270     #define __NR_pselect6 280
-__NR_ptrace    bits/syscall.h  d       27      #define __NR_ptrace 26
-__NR_putpmsg   bits/syscall.h  d       189     #define __NR_putpmsg 188
-__NR_pwrite64  bits/syscall.h  d       181     #define __NR_pwrite64 180
-__NR_pwritev   bits/syscall.h  d       311     #define __NR_pwritev 321
-__NR_query_module      bits/syscall.h  d       167     #define __NR_query_module 166
-__NR_quotactl  bits/syscall.h  d       132     #define __NR_quotactl 131
-__NR_read      bits/syscall.h  d       4       #define __NR_read 3
-__NR_readahead bits/syscall.h  d       192     #define __NR_readahead 191
-__NR_readdir   bits/syscall.h  d       90      #define __NR_readdir 89
-__NR_readlink  bits/syscall.h  d       86      #define __NR_readlink 85
-__NR_readlinkat        bits/syscall.h  d       286     #define __NR_readlinkat 296
-__NR_readv     bits/syscall.h  d       146     #define __NR_readv 145
-__NR_reboot    bits/syscall.h  d       89      #define __NR_reboot 88
-__NR_recv      bits/syscall.h  d       326     #define __NR_recv 336
-__NR_recvfrom  bits/syscall.h  d       327     #define __NR_recvfrom 337
-__NR_recvmmsg  bits/syscall.h  d       333     #define __NR_recvmmsg 343
-__NR_recvmsg   bits/syscall.h  d       332     #define __NR_recvmsg 342
-__NR_remap_file_pages  bits/syscall.h  d       231     #define __NR_remap_file_pages 239
-__NR_removexattr       bits/syscall.h  d       212     #define __NR_removexattr 218
-__NR_rename    bits/syscall.h  d       39      #define __NR_rename 38
-__NR_renameat  bits/syscall.h  d       283     #define __NR_renameat 293
-__NR_renameat2 bits/syscall.h  d       347     #define __NR_renameat2 357
-__NR_request_key       bits/syscall.h  d       260     #define __NR_request_key 270
-__NR_restart_syscall   bits/syscall.h  d       1       #define __NR_restart_syscall 0
-__NR_rmdir     bits/syscall.h  d       41      #define __NR_rmdir 40
-__NR_rt_sigaction      bits/syscall.h  d       174     #define __NR_rt_sigaction 173
-__NR_rt_sigpending     bits/syscall.h  d       176     #define __NR_rt_sigpending 175
-__NR_rt_sigprocmask    bits/syscall.h  d       175     #define __NR_rt_sigprocmask 174
-__NR_rt_sigqueueinfo   bits/syscall.h  d       178     #define __NR_rt_sigqueueinfo 177
-__NR_rt_sigreturn      bits/syscall.h  d       173     #define __NR_rt_sigreturn 172
-__NR_rt_sigsuspend     bits/syscall.h  d       179     #define __NR_rt_sigsuspend 178
-__NR_rt_sigtimedwait   bits/syscall.h  d       177     #define __NR_rt_sigtimedwait 176
-__NR_rt_tgsigqueueinfo bits/syscall.h  d       312     #define __NR_rt_tgsigqueueinfo 322
-__NR_rtas      bits/syscall.h  d       246     #define __NR_rtas 255
-__NR_sched_get_priority_max    bits/syscall.h  d       160     #define __NR_sched_get_priority_max 159
-__NR_sched_get_priority_min    bits/syscall.h  d       161     #define __NR_sched_get_priority_min 160
-__NR_sched_getaffinity bits/syscall.h  d       217     #define __NR_sched_getaffinity 223
-__NR_sched_getattr     bits/syscall.h  d       346     #define __NR_sched_getattr 356
-__NR_sched_getparam    bits/syscall.h  d       156     #define __NR_sched_getparam 155
-__NR_sched_getscheduler        bits/syscall.h  d       158     #define __NR_sched_getscheduler 157
-__NR_sched_rr_get_interval     bits/syscall.h  d       162     #define __NR_sched_rr_get_interval 161
-__NR_sched_setaffinity bits/syscall.h  d       216     #define __NR_sched_setaffinity 222
-__NR_sched_setattr     bits/syscall.h  d       345     #define __NR_sched_setattr 355
-__NR_sched_setparam    bits/syscall.h  d       155     #define __NR_sched_setparam 154
-__NR_sched_setscheduler        bits/syscall.h  d       157     #define __NR_sched_setscheduler 156
-__NR_sched_yield       bits/syscall.h  d       159     #define __NR_sched_yield 158
-__NR_seccomp   bits/syscall.h  d       348     #define __NR_seccomp 358
-__NR_select    bits/syscall.h  d       83      #define __NR_select 82
-__NR_send      bits/syscall.h  d       324     #define __NR_send 334
-__NR_sendfile  bits/syscall.h  d       187     #define __NR_sendfile 186
-__NR_sendmmsg  bits/syscall.h  d       339     #define __NR_sendmmsg 349
-__NR_sendmsg   bits/syscall.h  d       331     #define __NR_sendmsg 341
-__NR_sendto    bits/syscall.h  d       325     #define __NR_sendto 335
-__NR_set_mempolicy     bits/syscall.h  d       251     #define __NR_set_mempolicy 261
-__NR_set_robust_list   bits/syscall.h  d       290     #define __NR_set_robust_list 300
-__NR_set_tid_address   bits/syscall.h  d       224     #define __NR_set_tid_address 232
-__NR_setdomainname     bits/syscall.h  d       122     #define __NR_setdomainname 121
-__NR_setfsgid  bits/syscall.h  d       140     #define __NR_setfsgid 139
-__NR_setfsuid  bits/syscall.h  d       139     #define __NR_setfsuid 138
-__NR_setgid    bits/syscall.h  d       47      #define __NR_setgid 46
-__NR_setgroups bits/syscall.h  d       82      #define __NR_setgroups 81
-__NR_sethostname       bits/syscall.h  d       75      #define __NR_sethostname 74
-__NR_setitimer bits/syscall.h  d       105     #define __NR_setitimer 104
-__NR_setns     bits/syscall.h  d       340     #define __NR_setns 350
-__NR_setpgid   bits/syscall.h  d       58      #define __NR_setpgid 57
-__NR_setpriority       bits/syscall.h  d       98      #define __NR_setpriority 97
-__NR_setregid  bits/syscall.h  d       72      #define __NR_setregid 71
-__NR_setresgid bits/syscall.h  d       170     #define __NR_setresgid 169
-__NR_setresuid bits/syscall.h  d       165     #define __NR_setresuid 164
-__NR_setreuid  bits/syscall.h  d       71      #define __NR_setreuid 70
-__NR_setrlimit bits/syscall.h  d       76      #define __NR_setrlimit 75
-__NR_setsid    bits/syscall.h  d       67      #define __NR_setsid 66
-__NR_setsockopt        bits/syscall.h  d       329     #define __NR_setsockopt 339
-__NR_settimeofday      bits/syscall.h  d       80      #define __NR_settimeofday 79
-__NR_setuid    bits/syscall.h  d       24      #define __NR_setuid 23
-__NR_setxattr  bits/syscall.h  d       203     #define __NR_setxattr 209
-__NR_sgetmask  bits/syscall.h  d       69      #define __NR_sgetmask 68
-__NR_shutdown  bits/syscall.h  d       328     #define __NR_shutdown 338
-__NR_sigaction bits/syscall.h  d       68      #define __NR_sigaction 67
-__NR_sigaltstack       bits/syscall.h  d       186     #define __NR_sigaltstack 185
-__NR_signal    bits/syscall.h  d       49      #define __NR_signal 48
-__NR_signalfd  bits/syscall.h  d       295     #define __NR_signalfd 305
-__NR_signalfd4 bits/syscall.h  d       303     #define __NR_signalfd4 313
-__NR_sigpending        bits/syscall.h  d       74      #define __NR_sigpending 73
-__NR_sigprocmask       bits/syscall.h  d       127     #define __NR_sigprocmask 126
-__NR_sigreturn bits/syscall.h  d       120     #define __NR_sigreturn 119
-__NR_sigsuspend        bits/syscall.h  d       73      #define __NR_sigsuspend 72
-__NR_socket    bits/syscall.h  d       316     #define __NR_socket 326
-__NR_socketcall        bits/syscall.h  d       103     #define __NR_socketcall 102
-__NR_socketpair        bits/syscall.h  d       323     #define __NR_socketpair 333
-__NR_splice    bits/syscall.h  d       273     #define __NR_splice 283
-__NR_spu_create        bits/syscall.h  d       269     #define __NR_spu_create 279
-__NR_spu_run   bits/syscall.h  d       268     #define __NR_spu_run 278
-__NR_ssetmask  bits/syscall.h  d       70      #define __NR_ssetmask 69
-__NR_stat      bits/syscall.h  d       107     #define __NR_stat 106
-__NR_statfs    bits/syscall.h  d       100     #define __NR_statfs 99
-__NR_statfs64  bits/syscall.h  d       244     #define __NR_statfs64 252
-__NR_stime     bits/syscall.h  d       26      #define __NR_stime 25
-__NR_stty      bits/syscall.h  d       32      #define __NR_stty 31
-__NR_subpage_prot      bits/syscall.h  d       300     #define __NR_subpage_prot 310
-__NR_swapcontext       bits/syscall.h  d       241     #define __NR_swapcontext 249
-__NR_swapoff   bits/syscall.h  d       116     #define __NR_swapoff 115
-__NR_swapon    bits/syscall.h  d       88      #define __NR_swapon 87
-__NR_switch_endian     bits/syscall.h  d       353     #define __NR_switch_endian 363
-__NR_symlink   bits/syscall.h  d       84      #define __NR_symlink 83
-__NR_symlinkat bits/syscall.h  d       285     #define __NR_symlinkat 295
-__NR_sync      bits/syscall.h  d       37      #define __NR_sync 36
-__NR_sync_file_range2  bits/syscall.h  d       298     #define __NR_sync_file_range2 308
-__NR_syncfs    bits/syscall.h  d       338     #define __NR_syncfs 348
-__NR_sys_debug_setcontext      bits/syscall.h  d       247     #define __NR_sys_debug_setcontext 256
-__NR_sysfs     bits/syscall.h  d       136     #define __NR_sysfs 135
-__NR_sysinfo   bits/syscall.h  d       117     #define __NR_sysinfo 116
-__NR_syslog    bits/syscall.h  d       104     #define __NR_syslog 103
-__NR_tee       bits/syscall.h  d       274     #define __NR_tee 284
-__NR_tgkill    bits/syscall.h  d       242     #define __NR_tgkill 250
-__NR_time      bits/syscall.h  d       14      #define __NR_time 13
-__NR_timer_create      bits/syscall.h  d       232     #define __NR_timer_create 240
-__NR_timer_delete      bits/syscall.h  d       236     #define __NR_timer_delete 244
-__NR_timer_getoverrun  bits/syscall.h  d       235     #define __NR_timer_getoverrun 243
-__NR_timer_gettime     bits/syscall.h  d       234     #define __NR_timer_gettime 242
-__NR_timer_settime     bits/syscall.h  d       233     #define __NR_timer_settime 241
-__NR_timerfd_create    bits/syscall.h  d       296     #define __NR_timerfd_create 306
-__NR_timerfd_gettime   bits/syscall.h  d       302     #define __NR_timerfd_gettime 312
-__NR_timerfd_settime   bits/syscall.h  d       301     #define __NR_timerfd_settime 311
-__NR_times     bits/syscall.h  d       44      #define __NR_times 43
-__NR_tkill     bits/syscall.h  d       202     #define __NR_tkill 208
-__NR_truncate  bits/syscall.h  d       93      #define __NR_truncate 92
-__NR_tuxcall   bits/syscall.h  d       218     #define __NR_tuxcall 225
-__NR_ugetrlimit        bits/syscall.h  d       191     #define __NR_ugetrlimit 190
-__NR_ulimit    bits/syscall.h  d       59      #define __NR_ulimit 58
-__NR_umask     bits/syscall.h  d       61      #define __NR_umask 60
-__NR_umount    bits/syscall.h  d       23      #define __NR_umount 22
-__NR_umount2   bits/syscall.h  d       53      #define __NR_umount2 52
-__NR_uname     bits/syscall.h  d       123     #define __NR_uname 122
-__NR_unlink    bits/syscall.h  d       11      #define __NR_unlink 10
-__NR_unlinkat  bits/syscall.h  d       282     #define __NR_unlinkat 292
-__NR_unshare   bits/syscall.h  d       272     #define __NR_unshare 282
-__NR_uselib    bits/syscall.h  d       87      #define __NR_uselib 86
-__NR_userfaultfd       bits/syscall.h  d       354     #define __NR_userfaultfd 364
-__NR_ustat     bits/syscall.h  d       63      #define __NR_ustat 62
-__NR_utime     bits/syscall.h  d       31      #define __NR_utime 30
-__NR_utimensat bits/syscall.h  d       294     #define __NR_utimensat 304
-__NR_utimes    bits/syscall.h  d       243     #define __NR_utimes 251
-__NR_vfork     bits/syscall.h  d       190     #define __NR_vfork 189
-__NR_vhangup   bits/syscall.h  d       112     #define __NR_vhangup 111
-__NR_vm86      bits/syscall.h  d       114     #define __NR_vm86 113
-__NR_vmsplice  bits/syscall.h  d       275     #define __NR_vmsplice 285
-__NR_wait4     bits/syscall.h  d       115     #define __NR_wait4 114
-__NR_waitid    bits/syscall.h  d       262     #define __NR_waitid 272
-__NR_waitpid   bits/syscall.h  d       8       #define __NR_waitpid 7
-__NR_write     bits/syscall.h  d       5       #define __NR_write 4
-__NR_writev    bits/syscall.h  d       147     #define __NR_writev 146
-__WORDSIZE     bits/reg.h      d       2       #define __WORDSIZE 64
-__isoc_va_list bits/alltypes.h t       11      typedef __builtin_va_list __isoc_va_list;
-__jmp_buf      bits/setjmp.h   t       1       typedef unsigned long long __jmp_buf[66];
-blkcnt_t       bits/alltypes.h t       210     typedef _Int64 blkcnt_t;
-blksize_t      bits/alltypes.h t       205     typedef long blksize_t;
-clock_t        bits/alltypes.h t       247     typedef long clock_t;
-clockid_t      bits/alltypes.h t       242     typedef int clockid_t;
-cnd_t  bits/alltypes.h t       73      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } cnd_t;
-dev_t  bits/alltypes.h t       200     typedef unsigned _Int64 dev_t;
-double_t       bits/alltypes.h t       30      typedef double double_t;
-elf_fpreg_t    bits/user.h     t       20      typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
-elf_fpregset_t bits/user.h     t       20      typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
-elf_greg_t     bits/user.h     t       19      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
-elf_gregset_t  bits/user.h     t       19      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
-elf_vrreg_t    bits/user.h     t       25       elf_vrreg_t, elf_vrregset_t[ELF_NVRREG];
-elf_vrregset_t bits/user.h     t       25       elf_vrreg_t, elf_vrregset_t[ELF_NVRREG];
-fenv_t bits/fenv.h     t       29      typedef double fenv_t;
-fexcept_t      bits/fenv.h     t       28      typedef unsigned long fexcept_t;
-float_t        bits/alltypes.h t       25      typedef float float_t;
-fpregset_t     bits/signal.h   t       16      } fpregset_t;
-fsblkcnt_t     bits/alltypes.h t       215     typedef unsigned _Int64 fsblkcnt_t;
-fsfilcnt_t     bits/alltypes.h t       220     typedef unsigned _Int64 fsfilcnt_t;
-gid_t  bits/alltypes.h t       278     typedef unsigned gid_t;
-greg_t bits/signal.h   t       11      typedef unsigned long greg_t, gregset_t[48];
-gregset_t      bits/signal.h   t       11      typedef unsigned long greg_t, gregset_t[48];
-id_t   bits/alltypes.h t       268     typedef unsigned id_t;
-ino_t  bits/alltypes.h t       195     typedef unsigned _Int64 ino_t;
-int16_t        bits/alltypes.h t       129     typedef short int16_t;
-int32_t        bits/alltypes.h t       134     typedef int int32_t;
-int64_t        bits/alltypes.h t       139     typedef _Int64 int64_t;
-int8_t bits/alltypes.h t       124     typedef signed char int8_t;
-int_fast16_t   bits/stdint.h   t       1       typedef int32_t int_fast16_t;
-int_fast32_t   bits/stdint.h   t       2       typedef int32_t int_fast32_t;
-intmax_t       bits/alltypes.h t       144     typedef _Int64 intmax_t;
-intptr_t       bits/alltypes.h t       108     typedef _Addr intptr_t;
-key_t  bits/alltypes.h t       283     typedef int key_t;
-locale_t       bits/alltypes.h t       355     typedef struct __locale_struct * locale_t;
-max_align_t    bits/alltypes.h t       36      typedef struct { long long __ll; long double __ld; } max_align_t;
-mbstate_t      bits/alltypes.h t       349     typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
-mcontext_t     bits/signal.h   t       38      } mcontext_t;
-mcontext_t     bits/signal.h   t       44      } mcontext_t;
-mode_t bits/alltypes.h t       180     typedef unsigned mode_t;
-mtx_t  bits/alltypes.h t       63      typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } mtx_t;
-nlink_t        bits/alltypes.h t       185     typedef unsigned _Reg nlink_t;
-off_t  bits/alltypes.h t       190     typedef _Int64 off_t;
-pid_t  bits/alltypes.h t       263     typedef int pid_t;
-pthread_attr_t bits/alltypes.h t       53      typedef struct { union { int __i[14]; volatile int __vi[14]; unsigned long __s[7]; } __u; } pthread_attr_t;
-pthread_barrier_t      bits/alltypes.h t       83      typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[4]; } __u; } pthread_barrier_t;
-pthread_barrierattr_t  bits/alltypes.h t       332     typedef struct { unsigned __attr; } pthread_barrierattr_t;
-pthread_cond_t bits/alltypes.h t       68      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } pthread_cond_t;
-pthread_condattr_t     bits/alltypes.h t       327     typedef struct { unsigned __attr; } pthread_condattr_t;
-pthread_key_t  bits/alltypes.h t       312     typedef unsigned pthread_key_t;
-pthread_mutex_t        bits/alltypes.h t       58      typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } pthread_mutex_t;
-pthread_mutexattr_t    bits/alltypes.h t       322     typedef struct { unsigned __attr; } pthread_mutexattr_t;
-pthread_once_t bits/alltypes.h t       307     typedef int pthread_once_t;
-pthread_rwlock_t       bits/alltypes.h t       78      typedef struct { union { int __i[14]; volatile int __vi[14]; void *__p[7]; } __u; } pthread_rwlock_t;
-pthread_rwlockattr_t   bits/alltypes.h t       337     typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
-pthread_spinlock_t     bits/alltypes.h t       317     typedef int pthread_spinlock_t;
-pthread_t      bits/alltypes.h t       295     typedef unsigned long pthread_t;
-pthread_t      bits/alltypes.h t       301     typedef struct __pthread * pthread_t;
-ptrdiff_t      bits/alltypes.h t       98      typedef _Addr ptrdiff_t;
-register_t     bits/alltypes.h t       118     typedef _Reg register_t;
-regoff_t       bits/alltypes.h t       113     typedef _Addr regoff_t;
-sa_family_t    bits/alltypes.h t       378     typedef unsigned short sa_family_t;
-sigset_t       bits/alltypes.h t       361     typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
-size_t bits/alltypes.h t       88      typedef unsigned _Addr size_t;
-socklen_t      bits/alltypes.h t       373     typedef unsigned socklen_t;
-ssize_t        bits/alltypes.h t       103     typedef _Addr ssize_t;
-struct __mbstate_t     bits/alltypes.h s       349     
-struct __sigset_t      bits/alltypes.h s       361     
-struct __ucontext      bits/signal.h   s       54      
-struct cmsghdr bits/socket.h   s       24      
-struct iovec   bits/alltypes.h s       367     
-struct ipc_perm        bits/ipc.h      s       1       
-struct msghdr  bits/socket.h   s       3       
-struct msqid_ds        bits/msg.h      s       1       
-struct pt_regs bits/user.h     s       1       
-struct semid_ds        bits/sem.h      s       3       
-struct shm_info        bits/shm.h      s       20      
-struct shmid_ds        bits/shm.h      s       3       
-struct shminfo bits/shm.h      s       16      
-struct sigaltstack     bits/signal.h   s       48      
-struct sigcontext      bits/signal.h   s       26      
-struct stat    bits/stat.h     s       1       
-struct statfs  bits/statfs.h   s       1       
-struct termios bits/termios.h  s       3       
-struct timespec        bits/alltypes.h s       257     
-struct timeval bits/alltypes.h s       252     
-struct user    bits/user.h     s       6       
-struct winsize bits/ioctl.h    s       136     
-suseconds_t    bits/alltypes.h t       47      typedef long suseconds_t;
-time_t bits/alltypes.h t       42      typedef long time_t;
-timer_t        bits/alltypes.h t       237     typedef void * timer_t;
-u_int64_t      bits/alltypes.h t       169     typedef unsigned _Int64 u_int64_t;
-ucontext_t     bits/signal.h   t       60      } ucontext_t;
-uid_t  bits/alltypes.h t       273     typedef unsigned uid_t;
-uint16_t       bits/alltypes.h t       154     typedef unsigned short uint16_t;
-uint32_t       bits/alltypes.h t       159     typedef unsigned int uint32_t;
-uint64_t       bits/alltypes.h t       164     typedef unsigned _Int64 uint64_t;
-uint8_t        bits/alltypes.h t       149     typedef unsigned char uint8_t;
-uint_fast16_t  bits/stdint.h   t       3       typedef uint32_t uint_fast16_t;
-uint_fast32_t  bits/stdint.h   t       4       typedef uint32_t uint_fast32_t;
-uintmax_t      bits/alltypes.h t       174     typedef unsigned _Int64 uintmax_t;
-uintptr_t      bits/alltypes.h t       93      typedef unsigned _Addr uintptr_t;
-useconds_t     bits/alltypes.h t       288     typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       3       #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        bits/stdarg.h   d       4       #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end bits/stdarg.h   d       2       #define va_end(v) __builtin_va_end(v)
-va_list        bits/alltypes.h t       6       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       1       #define va_start(v,l) __builtin_va_start(v,l)
-vrregset_t     bits/signal.h   t       24      } vrregset_t;
-wchar_t        bits/alltypes.h t       18      typedef int wchar_t;
-wctype_t       bits/alltypes.h t       231     typedef unsigned long wctype_t;
-wint_t bits/alltypes.h t       226     typedef unsigned wint_t;
+B0     bits/termios.h  d       #define B0 0000000
+B1000000       bits/termios.h  d       #define B1000000 00027
+B110   bits/termios.h  d       #define B110 0000003
+B115200        bits/termios.h  d       #define B115200 00021
+B1152000       bits/termios.h  d       #define B1152000 00030
+B1200  bits/termios.h  d       #define B1200 0000011
+B134   bits/termios.h  d       #define B134 0000004
+B150   bits/termios.h  d       #define B150 0000005
+B1500000       bits/termios.h  d       #define B1500000 00031
+B1800  bits/termios.h  d       #define B1800 0000012
+B19200 bits/termios.h  d       #define B19200 0000016
+B200   bits/termios.h  d       #define B200 0000006
+B2000000       bits/termios.h  d       #define B2000000 00032
+B230400        bits/termios.h  d       #define B230400 00022
+B2400  bits/termios.h  d       #define B2400 0000013
+B2500000       bits/termios.h  d       #define B2500000 00033
+B300   bits/termios.h  d       #define B300 0000007
+B3000000       bits/termios.h  d       #define B3000000 00034
+B3500000       bits/termios.h  d       #define B3500000 00035
+B38400 bits/termios.h  d       #define B38400 0000017
+B4000000       bits/termios.h  d       #define B4000000 00036
+B460800        bits/termios.h  d       #define B460800 00023
+B4800  bits/termios.h  d       #define B4800 0000014
+B50    bits/termios.h  d       #define B50 0000001
+B500000        bits/termios.h  d       #define B500000 00024
+B57600 bits/termios.h  d       #define B57600 00020
+B576000        bits/termios.h  d       #define B576000 00025
+B600   bits/termios.h  d       #define B600 0000010
+B75    bits/termios.h  d       #define B75 0000002
+B921600        bits/termios.h  d       #define B921600 00026
+B9600  bits/termios.h  d       #define B9600 0000015
+BRKINT bits/termios.h  d       #define BRKINT 0000002
+BS0    bits/termios.h  d       #define BS0 0000000
+BS1    bits/termios.h  d       #define BS1 0100000
+BSDLY  bits/termios.h  d       #define BSDLY 0100000
+CBAUD  bits/termios.h  d       #define CBAUD 00377
+CBAUDEX        bits/termios.h  d       #define CBAUDEX 0000020
+CIBAUD bits/termios.h  d       #define CIBAUD 077600000
+CLOCAL bits/termios.h  d       #define CLOCAL 00100000
+CMSPAR bits/termios.h  d       #define CMSPAR 010000000000
+CR0    bits/termios.h  d       #define CR0 0000000
+CR1    bits/termios.h  d       #define CR1 0010000
+CR2    bits/termios.h  d       #define CR2 0020000
+CR3    bits/termios.h  d       #define CR3 0030000
+CRDLY  bits/termios.h  d       #define CRDLY 0030000
+CREAD  bits/termios.h  d       #define CREAD 00004000
+CRTSCTS        bits/termios.h  d       #define CRTSCTS 020000000000
+CS5    bits/termios.h  d       #define CS5 00000000
+CS6    bits/termios.h  d       #define CS6 00000400
+CS7    bits/termios.h  d       #define CS7 00001000
+CS8    bits/termios.h  d       #define CS8 00001400
+CSIZE  bits/termios.h  d       #define CSIZE 00001400
+CSTOPB bits/termios.h  d       #define CSTOPB 00002000
+DECIMAL_DIG    bits/float.h    d       #define DECIMAL_DIG 17
+E2BIG  bits/errno.h    d       #define E2BIG 7
+EACCES bits/errno.h    d       #define EACCES 13
+EADDRINUSE     bits/errno.h    d       #define EADDRINUSE 98
+EADDRNOTAVAIL  bits/errno.h    d       #define EADDRNOTAVAIL 99
+EADV   bits/errno.h    d       #define EADV 68
+EAFNOSUPPORT   bits/errno.h    d       #define EAFNOSUPPORT 97
+EAGAIN bits/errno.h    d       #define EAGAIN 11
+EALREADY       bits/errno.h    d       #define EALREADY 114
+EBADE  bits/errno.h    d       #define EBADE 52
+EBADF  bits/errno.h    d       #define EBADF 9
+EBADFD bits/errno.h    d       #define EBADFD 77
+EBADMSG        bits/errno.h    d       #define EBADMSG 74
+EBADR  bits/errno.h    d       #define EBADR 53
+EBADRQC        bits/errno.h    d       #define EBADRQC 56
+EBADSLT        bits/errno.h    d       #define EBADSLT 57
+EBFONT bits/errno.h    d       #define EBFONT 59
+EBUSY  bits/errno.h    d       #define EBUSY 16
+ECANCELED      bits/errno.h    d       #define ECANCELED 125
+ECHILD bits/errno.h    d       #define ECHILD 10
+ECHO   bits/termios.h  d       #define ECHO 0x00000008
+ECHOCTL        bits/termios.h  d       #define ECHOCTL 0x00000040
+ECHOE  bits/termios.h  d       #define ECHOE 0x00000002
+ECHOK  bits/termios.h  d       #define ECHOK 0x00000004
+ECHOKE bits/termios.h  d       #define ECHOKE 0x00000001
+ECHONL bits/termios.h  d       #define ECHONL 0x00000010
+ECHOPRT        bits/termios.h  d       #define ECHOPRT 0x00000020
+ECHRNG bits/errno.h    d       #define ECHRNG 44
+ECOMM  bits/errno.h    d       #define ECOMM 70
+ECONNABORTED   bits/errno.h    d       #define ECONNABORTED 103
+ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 111
+ECONNRESET     bits/errno.h    d       #define ECONNRESET 104
+EDEADLK        bits/errno.h    d       #define EDEADLK 35
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK 58
+EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 89
+EDOM   bits/errno.h    d       #define EDOM 33
+EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
+EDQUOT bits/errno.h    d       #define EDQUOT 122
+EEXIST bits/errno.h    d       #define EEXIST 17
+EFAULT bits/errno.h    d       #define EFAULT 14
+EFBIG  bits/errno.h    d       #define EFBIG 27
+EHOSTDOWN      bits/errno.h    d       #define EHOSTDOWN 112
+EHOSTUNREACH   bits/errno.h    d       #define EHOSTUNREACH 113
+EHWPOISON      bits/errno.h    d       #define EHWPOISON 133
+EIDRM  bits/errno.h    d       #define EIDRM 43
+EILSEQ bits/errno.h    d       #define EILSEQ 84
+EINPROGRESS    bits/errno.h    d       #define EINPROGRESS 115
+EINTR  bits/errno.h    d       #define EINTR 4
+EINVAL bits/errno.h    d       #define EINVAL 22
+EIO    bits/errno.h    d       #define EIO 5
+EISCONN        bits/errno.h    d       #define EISCONN 106
+EISDIR bits/errno.h    d       #define EISDIR 21
+EISNAM bits/errno.h    d       #define EISNAM 120
+EKEYEXPIRED    bits/errno.h    d       #define EKEYEXPIRED 127
+EKEYREJECTED   bits/errno.h    d       #define EKEYREJECTED 129
+EKEYREVOKED    bits/errno.h    d       #define EKEYREVOKED 128
+EL2HLT bits/errno.h    d       #define EL2HLT 51
+EL2NSYNC       bits/errno.h    d       #define EL2NSYNC 45
+EL3HLT bits/errno.h    d       #define EL3HLT 46
+EL3RST bits/errno.h    d       #define EL3RST 47
+ELF_NFPREG     bits/user.h     d       #define ELF_NFPREG 33
+ELF_NGREG      bits/user.h     d       #define ELF_NGREG 48
+ELF_NVRREG     bits/user.h     d       #define ELF_NVRREG 34
+ELIBACC        bits/errno.h    d       #define ELIBACC 79
+ELIBBAD        bits/errno.h    d       #define ELIBBAD 80
+ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 83
+ELIBMAX        bits/errno.h    d       #define ELIBMAX 82
+ELIBSCN        bits/errno.h    d       #define ELIBSCN 81
+ELNRNG bits/errno.h    d       #define ELNRNG 48
+ELOOP  bits/errno.h    d       #define ELOOP 40
+EMEDIUMTYPE    bits/errno.h    d       #define EMEDIUMTYPE 124
+EMFILE bits/errno.h    d       #define EMFILE 24
+EMLINK bits/errno.h    d       #define EMLINK 31
+EMSGSIZE       bits/errno.h    d       #define EMSGSIZE 90
+EMULTIHOP      bits/errno.h    d       #define EMULTIHOP 72
+ENAMETOOLONG   bits/errno.h    d       #define ENAMETOOLONG 36
+ENAVAIL        bits/errno.h    d       #define ENAVAIL 119
+ENETDOWN       bits/errno.h    d       #define ENETDOWN 100
+ENETRESET      bits/errno.h    d       #define ENETRESET 102
+ENETUNREACH    bits/errno.h    d       #define ENETUNREACH 101
+ENFILE bits/errno.h    d       #define ENFILE 23
+ENOANO bits/errno.h    d       #define ENOANO 55
+ENOBUFS        bits/errno.h    d       #define ENOBUFS 105
+ENOCSI bits/errno.h    d       #define ENOCSI 50
+ENODATA        bits/errno.h    d       #define ENODATA 61
+ENODEV bits/errno.h    d       #define ENODEV 19
+ENOENT bits/errno.h    d       #define ENOENT 2
+ENOEXEC        bits/errno.h    d       #define ENOEXEC 8
+ENOKEY bits/errno.h    d       #define ENOKEY 126
+ENOLCK bits/errno.h    d       #define ENOLCK 37
+ENOLINK        bits/errno.h    d       #define ENOLINK 67
+ENOMEDIUM      bits/errno.h    d       #define ENOMEDIUM 123
+ENOMEM bits/errno.h    d       #define ENOMEM 12
+ENOMSG bits/errno.h    d       #define ENOMSG 42
+ENONET bits/errno.h    d       #define ENONET 64
+ENOPKG bits/errno.h    d       #define ENOPKG 65
+ENOPROTOOPT    bits/errno.h    d       #define ENOPROTOOPT 92
+ENOSPC bits/errno.h    d       #define ENOSPC 28
+ENOSR  bits/errno.h    d       #define ENOSR 63
+ENOSTR bits/errno.h    d       #define ENOSTR 60
+ENOSYS bits/errno.h    d       #define ENOSYS 38
+ENOTBLK        bits/errno.h    d       #define ENOTBLK 15
+ENOTCONN       bits/errno.h    d       #define ENOTCONN 107
+ENOTDIR        bits/errno.h    d       #define ENOTDIR 20
+ENOTEMPTY      bits/errno.h    d       #define ENOTEMPTY 39
+ENOTNAM        bits/errno.h    d       #define ENOTNAM 118
+ENOTRECOVERABLE        bits/errno.h    d       #define ENOTRECOVERABLE 131
+ENOTSOCK       bits/errno.h    d       #define ENOTSOCK 88
+ENOTSUP        bits/errno.h    d       #define ENOTSUP EOPNOTSUPP
+ENOTTY bits/errno.h    d       #define ENOTTY 25
+ENOTUNIQ       bits/errno.h    d       #define ENOTUNIQ 76
+ENXIO  bits/errno.h    d       #define ENXIO 6
+EOPNOTSUPP     bits/errno.h    d       #define EOPNOTSUPP 95
+EOVERFLOW      bits/errno.h    d       #define EOVERFLOW 75
+EOWNERDEAD     bits/errno.h    d       #define EOWNERDEAD 130
+EPERM  bits/errno.h    d       #define EPERM 1
+EPFNOSUPPORT   bits/errno.h    d       #define EPFNOSUPPORT 96
+EPIPE  bits/errno.h    d       #define EPIPE 32
+EPROTO bits/errno.h    d       #define EPROTO 71
+EPROTONOSUPPORT        bits/errno.h    d       #define EPROTONOSUPPORT 93
+EPROTOTYPE     bits/errno.h    d       #define EPROTOTYPE 91
+ERANGE bits/errno.h    d       #define ERANGE 34
+EREMCHG        bits/errno.h    d       #define EREMCHG 78
+EREMOTE        bits/errno.h    d       #define EREMOTE 66
+EREMOTEIO      bits/errno.h    d       #define EREMOTEIO 121
+ERESTART       bits/errno.h    d       #define ERESTART 85
+ERFKILL        bits/errno.h    d       #define ERFKILL 132
+EROFS  bits/errno.h    d       #define EROFS 30
+ESHUTDOWN      bits/errno.h    d       #define ESHUTDOWN 108
+ESOCKTNOSUPPORT        bits/errno.h    d       #define ESOCKTNOSUPPORT 94
+ESPIPE bits/errno.h    d       #define ESPIPE 29
+ESRCH  bits/errno.h    d       #define ESRCH 3
+ESRMNT bits/errno.h    d       #define ESRMNT 69
+ESTALE bits/errno.h    d       #define ESTALE 116
+ESTRPIPE       bits/errno.h    d       #define ESTRPIPE 86
+ETIME  bits/errno.h    d       #define ETIME 62
+ETIMEDOUT      bits/errno.h    d       #define ETIMEDOUT 110
+ETOOMANYREFS   bits/errno.h    d       #define ETOOMANYREFS 109
+ETXTBSY        bits/errno.h    d       #define ETXTBSY 26
+EUCLEAN        bits/errno.h    d       #define EUCLEAN 117
+EUNATCH        bits/errno.h    d       #define EUNATCH 49
+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 0x10000000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0x3e000000
+FE_ALL_INVALID bits/fenv.h     d       #define FE_ALL_INVALID 0x01f80700
+FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *)-1)
+FE_DIVBYZERO   bits/fenv.h     d       #define FE_DIVBYZERO 0x04000000
+FE_DOWNWARD    bits/fenv.h     d       #define FE_DOWNWARD 3
+FE_INEXACT     bits/fenv.h     d       #define FE_INEXACT 0x02000000
+FE_INVALID     bits/fenv.h     d       #define FE_INVALID 0x20000000
+FE_INVALID_COMPARE     bits/fenv.h     d       #define FE_INVALID_COMPARE 0x00080000
+FE_INVALID_IDI bits/fenv.h     d       #define FE_INVALID_IDI 0x00400000
+FE_INVALID_IMZ bits/fenv.h     d       #define FE_INVALID_IMZ 0x00100000
+FE_INVALID_INTEGER_CONVERSION  bits/fenv.h     d       #define FE_INVALID_INTEGER_CONVERSION 0x00000100
+FE_INVALID_ISI bits/fenv.h     d       #define FE_INVALID_ISI 0x00800000
+FE_INVALID_SNAN        bits/fenv.h     d       #define FE_INVALID_SNAN 0x01000000
+FE_INVALID_SOFTWARE    bits/fenv.h     d       #define FE_INVALID_SOFTWARE 0x00000400
+FE_INVALID_SQRT        bits/fenv.h     d       #define FE_INVALID_SQRT 0x00000200
+FE_INVALID_ZDZ bits/fenv.h     d       #define FE_INVALID_ZDZ 0x00200000
+FE_OVERFLOW    bits/fenv.h     d       #define FE_OVERFLOW 0x10000000
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TOWARDZERO  bits/fenv.h     d       #define FE_TOWARDZERO 1
+FE_UNDERFLOW   bits/fenv.h     d       #define FE_UNDERFLOW 0x08000000
+FE_UPWARD      bits/fenv.h     d       #define FE_UPWARD 2
+FF0    bits/termios.h  d       #define FF0 0000000
+FF1    bits/termios.h  d       #define FF1 0040000
+FFDLY  bits/termios.h  d       #define FFDLY 0040000
+FILE   bits/alltypes.h T       typedef struct _IO_FILE FILE;
+FIOASYNC       bits/ioctl.h    d       #define FIOASYNC _IOW('f', 125, int)
+FIOCLEX        bits/ioctl.h    d       #define FIOCLEX _IO('f', 1)
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN 0x8903
+FIONBIO        bits/ioctl.h    d       #define FIONBIO _IOW('f', 126, int)
+FIONCLEX       bits/ioctl.h    d       #define FIONCLEX _IO('f', 2)
+FIONREAD       bits/ioctl.h    d       #define FIONREAD _IOR('f', 127, int)
+FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE _IOR('f', 128, char[8])
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN 0x8901
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 0
+FLUSHO bits/termios.h  d       #define FLUSHO 0x00800000
+F_DUPFD        bits/fcntl.h    d       #define F_DUPFD 0
+F_GETFD        bits/fcntl.h    d       #define F_GETFD 1
+F_GETFL        bits/fcntl.h    d       #define F_GETFL 3
+F_GETLK        bits/fcntl.h    d       #define F_GETLK 5
+F_GETOWN       bits/fcntl.h    d       #define F_GETOWN 9
+F_GETOWNER_UIDS        bits/fcntl.h    d       #define F_GETOWNER_UIDS 17
+F_GETOWN_EX    bits/fcntl.h    d       #define F_GETOWN_EX 16
+F_GETSIG       bits/fcntl.h    d       #define F_GETSIG 11
+F_SETFD        bits/fcntl.h    d       #define F_SETFD 2
+F_SETFL        bits/fcntl.h    d       #define F_SETFL 4
+F_SETLK        bits/fcntl.h    d       #define F_SETLK 6
+F_SETLKW       bits/fcntl.h    d       #define F_SETLKW 7
+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 00040000
+ICANON bits/termios.h  d       #define ICANON 0x00000100
+ICRNL  bits/termios.h  d       #define ICRNL 0000400
+IEXTEN bits/termios.h  d       #define IEXTEN 0x00000400
+IGNBRK bits/termios.h  d       #define IGNBRK 0000001
+IGNCR  bits/termios.h  d       #define IGNCR 0000200
+IGNPAR bits/termios.h  d       #define IGNPAR 0000004
+IMAXBEL        bits/termios.h  d       #define IMAXBEL 0020000
+INLCR  bits/termios.h  d       #define INLCR 0000100
+INPCK  bits/termios.h  d       #define INPCK 0000020
+INTPTR_MAX     bits/stdint.h   d       #define INTPTR_MAX INT64_MAX
+INTPTR_MIN     bits/stdint.h   d       #define INTPTR_MIN INT64_MIN
+INT_FAST16_MAX bits/stdint.h   d       #define INT_FAST16_MAX INT32_MAX
+INT_FAST16_MIN bits/stdint.h   d       #define INT_FAST16_MIN INT32_MIN
+INT_FAST32_MAX bits/stdint.h   d       #define INT_FAST32_MAX INT32_MAX
+INT_FAST32_MIN bits/stdint.h   d       #define INT_FAST32_MIN INT32_MIN
+IPC_64 bits/ipc.h      d       #define IPC_64 0x100
+ISIG   bits/termios.h  d       #define ISIG 0x00000080
+ISTRIP bits/termios.h  d       #define ISTRIP 0000040
+IUCLC  bits/termios.h  d       #define IUCLC 0010000
+IUTF8  bits/termios.h  d       #define IUTF8 0040000
+IXANY  bits/termios.h  d       #define IXANY 0004000
+IXOFF  bits/termios.h  d       #define IXOFF 0002000
+IXON   bits/termios.h  d       #define IXON 0001000
+LDBL_DIG       bits/float.h    d       #define LDBL_DIG 15
+LDBL_EPSILON   bits/float.h    d       #define LDBL_EPSILON 2.22044604925031308085e-16L
+LDBL_MANT_DIG  bits/float.h    d       #define LDBL_MANT_DIG 53
+LDBL_MAX       bits/float.h    d       #define LDBL_MAX 1.79769313486231570815e+308L
+LDBL_MAX_10_EXP        bits/float.h    d       #define LDBL_MAX_10_EXP 308
+LDBL_MAX_EXP   bits/float.h    d       #define LDBL_MAX_EXP 1024
+LDBL_MIN       bits/float.h    d       #define LDBL_MIN 2.22507385850720138309e-308L
+LDBL_MIN_10_EXP        bits/float.h    d       #define LDBL_MIN_10_EXP (-307)
+LDBL_MIN_EXP   bits/float.h    d       #define LDBL_MIN_EXP (-1021)
+LDBL_TRUE_MIN  bits/float.h    d       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
+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
+MCL_CURRENT    bits/mman.h     d       #define MCL_CURRENT 0x2000
+MCL_FUTURE     bits/mman.h     d       #define MCL_FUTURE 0x4000
+MCL_ONFAULT    bits/mman.h     d       #define MCL_ONFAULT 0x8000
+MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 4096
+NCCS   bits/termios.h  d       #define NCCS 19
+NL0    bits/termios.h  d       #define NL0 0000000
+NL1    bits/termios.h  d       #define NL1 0000400
+NL2    bits/termios.h  d       #define NL2 0001000
+NL3    bits/termios.h  d       #define NL3 0001400
+NLDLY  bits/termios.h  d       #define NLDLY 0001400
+NOFLSH bits/termios.h  d       #define NOFLSH 0x80000000
+N_6PACK        bits/ioctl.h    d       #define N_6PACK 7
+N_AX25 bits/ioctl.h    d       #define N_AX25 5
+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_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
+N_R3964        bits/ioctl.h    d       #define N_R3964 9
+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_TTY  bits/ioctl.h    d       #define N_TTY 0
+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
+OFILL  bits/termios.h  d       #define OFILL 0000100
+OLCUC  bits/termios.h  d       #define OLCUC 0000004
+ONLCR  bits/termios.h  d       #define ONLCR 0000002
+ONLRET bits/termios.h  d       #define ONLRET 0000040
+ONOCR  bits/termios.h  d       #define ONOCR 0000020
+OPOST  bits/termios.h  d       #define OPOST 0000001
+O_APPEND       bits/fcntl.h    d       #define O_APPEND 02000
+O_ASYNC        bits/fcntl.h    d       #define O_ASYNC 020000
+O_CLOEXEC      bits/fcntl.h    d       #define O_CLOEXEC 02000000
+O_CREAT        bits/fcntl.h    d       #define O_CREAT 0100
+O_DIRECT       bits/fcntl.h    d       #define O_DIRECT 0400000
+O_DIRECTORY    bits/fcntl.h    d       #define O_DIRECTORY 040000
+O_DSYNC        bits/fcntl.h    d       #define O_DSYNC 010000
+O_EXCL bits/fcntl.h    d       #define O_EXCL 0200
+O_LARGEFILE    bits/fcntl.h    d       #define O_LARGEFILE 0200000
+O_NDELAY       bits/fcntl.h    d       #define O_NDELAY O_NONBLOCK
+O_NOATIME      bits/fcntl.h    d       #define O_NOATIME 01000000
+O_NOCTTY       bits/fcntl.h    d       #define O_NOCTTY 0400
+O_NOFOLLOW     bits/fcntl.h    d       #define O_NOFOLLOW 0100000
+O_NONBLOCK     bits/fcntl.h    d       #define O_NONBLOCK 04000
+O_PATH bits/fcntl.h    d       #define O_PATH 010000000
+O_RSYNC        bits/fcntl.h    d       #define O_RSYNC 04010000
+O_SYNC bits/fcntl.h    d       #define O_SYNC 04010000
+O_TMPFILE      bits/fcntl.h    d       #define O_TMPFILE 020040000
+O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
+PARENB bits/termios.h  d       #define PARENB 00010000
+PARMRK bits/termios.h  d       #define PARMRK 0000010
+PARODD bits/termios.h  d       #define PARODD 00020000
+PENDIN bits/termios.h  d       #define PENDIN 0x20000000
+PROT_SAO       bits/mman.h     d       #define PROT_SAO 0x10
+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 1U
+SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 2U
+SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000U
+SA_ONSTACK     bits/signal.h   d       #define SA_ONSTACK 0x08000000U
+SA_RESETHAND   bits/signal.h   d       #define SA_RESETHAND 0x80000000U
+SA_RESTART     bits/signal.h   d       #define SA_RESTART 0x10000000U
+SA_RESTORER    bits/signal.h   d       #define SA_RESTORER 0x04000000U
+SA_SIGINFO     bits/signal.h   d       #define SA_SIGINFO 4U
+SHMLBA bits/shm.h      d       #define SHMLBA 4096
+SIGABRT        bits/signal.h   d       #define SIGABRT 6
+SIGALRM        bits/signal.h   d       #define SIGALRM 14
+SIGBUS bits/signal.h   d       #define SIGBUS 7
+SIGCHLD        bits/signal.h   d       #define SIGCHLD 17
+SIGCONT        bits/signal.h   d       #define SIGCONT 18
+SIGFPE bits/signal.h   d       #define SIGFPE 8
+SIGHUP bits/signal.h   d       #define SIGHUP 1
+SIGILL bits/signal.h   d       #define SIGILL 4
+SIGINT bits/signal.h   d       #define SIGINT 2
+SIGIO  bits/signal.h   d       #define SIGIO 29
+SIGIOT bits/signal.h   d       #define SIGIOT SIGABRT
+SIGKILL        bits/signal.h   d       #define SIGKILL 9
+SIGPIPE        bits/signal.h   d       #define SIGPIPE 13
+SIGPOLL        bits/signal.h   d       #define SIGPOLL SIGIO
+SIGPROF        bits/signal.h   d       #define SIGPROF 27
+SIGPWR bits/signal.h   d       #define SIGPWR 30
+SIGQUIT        bits/signal.h   d       #define SIGQUIT 3
+SIGSEGV        bits/signal.h   d       #define SIGSEGV 11
+SIGSTKFLT      bits/signal.h   d       #define SIGSTKFLT 16
+SIGSTKSZ       bits/signal.h   d       #define SIGSTKSZ 10240
+SIGSTOP        bits/signal.h   d       #define SIGSTOP 19
+SIGSYS bits/signal.h   d       #define SIGSYS 31
+SIGTERM        bits/signal.h   d       #define SIGTERM 15
+SIGTRAP        bits/signal.h   d       #define SIGTRAP 5
+SIGTSTP        bits/signal.h   d       #define SIGTSTP 20
+SIGTTIN        bits/signal.h   d       #define SIGTTIN 21
+SIGTTOU        bits/signal.h   d       #define SIGTTOU 22
+SIGUNUSED      bits/signal.h   d       #define SIGUNUSED SIGSYS
+SIGURG bits/signal.h   d       #define SIGURG 23
+SIGUSR1        bits/signal.h   d       #define SIGUSR1 10
+SIGUSR2        bits/signal.h   d       #define SIGUSR2 12
+SIGVTALRM      bits/signal.h   d       #define SIGVTALRM 26
+SIGWINCH       bits/signal.h   d       #define SIGWINCH 28
+SIGXCPU        bits/signal.h   d       #define SIGXCPU 24
+SIGXFSZ        bits/signal.h   d       #define SIGXFSZ 25
+SIOCADDDLCI    bits/ioctl.h    d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   bits/ioctl.h    d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      bits/ioctl.h    d       #define SIOCADDRT 0x890B
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK 0x8905
+SIOCDARP       bits/ioctl.h    d       #define SIOCDARP 0x8953
+SIOCDELDLCI    bits/ioctl.h    d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   bits/ioctl.h    d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      bits/ioctl.h    d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE bits/ioctl.h    d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    bits/ioctl.h    d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      bits/ioctl.h    d       #define SIOCDRARP 0x8960
+SIOCGARP       bits/ioctl.h    d       #define SIOCGARP 0x8954
+SIOCGIFADDR    bits/ioctl.h    d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      bits/ioctl.h    d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR bits/ioctl.h    d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    bits/ioctl.h    d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   bits/ioctl.h    d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR bits/ioctl.h    d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   bits/ioctl.h    d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   bits/ioctl.h    d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  bits/ioctl.h    d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   bits/ioctl.h    d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     bits/ioctl.h    d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     bits/ioctl.h    d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  bits/ioctl.h    d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     bits/ioctl.h    d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    bits/ioctl.h    d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK bits/ioctl.h    d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  bits/ioctl.h    d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   bits/ioctl.h    d       #define SIOCGIFSLAVE 0x8929
+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
+SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
+SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
+SIOCSIFADDR    bits/ioctl.h    d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      bits/ioctl.h    d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR bits/ioctl.h    d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR bits/ioctl.h    d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   bits/ioctl.h    d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   bits/ioctl.h    d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  bits/ioctl.h    d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     bits/ioctl.h    d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    bits/ioctl.h    d       #define SIOCSIFLINK 0x8911
+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
+SIOCSIFTXQLEN  bits/ioctl.h    d       #define SIOCSIFTXQLEN 0x8943
+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
+SO_ACCEPTCONN  bits/socket.h   d       #define SO_ACCEPTCONN 30
+SO_BROADCAST   bits/socket.h   d       #define SO_BROADCAST 6
+SO_BSDCOMPAT   bits/socket.h   d       #define SO_BSDCOMPAT 14
+SO_DEBUG       bits/socket.h   d       #define SO_DEBUG 1
+SO_DOMAIN      bits/socket.h   d       #define SO_DOMAIN 39
+SO_DONTROUTE   bits/socket.h   d       #define SO_DONTROUTE 5
+SO_ERROR       bits/socket.h   d       #define SO_ERROR 4
+SO_KEEPALIVE   bits/socket.h   d       #define SO_KEEPALIVE 9
+SO_LINGER      bits/socket.h   d       #define SO_LINGER 13
+SO_NO_CHECK    bits/socket.h   d       #define SO_NO_CHECK 11
+SO_OOBINLINE   bits/socket.h   d       #define SO_OOBINLINE 10
+SO_PASSCRED    bits/socket.h   d       #define SO_PASSCRED 20
+SO_PEERCRED    bits/socket.h   d       #define SO_PEERCRED 21
+SO_PRIORITY    bits/socket.h   d       #define SO_PRIORITY 12
+SO_PROTOCOL    bits/socket.h   d       #define SO_PROTOCOL 38
+SO_RCVBUF      bits/socket.h   d       #define SO_RCVBUF 8
+SO_RCVBUFFORCE bits/socket.h   d       #define SO_RCVBUFFORCE 33
+SO_RCVLOWAT    bits/socket.h   d       #define SO_RCVLOWAT 16
+SO_RCVTIMEO    bits/socket.h   d       #define SO_RCVTIMEO 18
+SO_REUSEADDR   bits/socket.h   d       #define SO_REUSEADDR 2
+SO_REUSEPORT   bits/socket.h   d       #define SO_REUSEPORT 15
+SO_SNDBUF      bits/socket.h   d       #define SO_SNDBUF 7
+SO_SNDBUFFORCE bits/socket.h   d       #define SO_SNDBUFFORCE 32
+SO_SNDLOWAT    bits/socket.h   d       #define SO_SNDLOWAT 17
+SO_SNDTIMEO    bits/socket.h   d       #define SO_SNDTIMEO 19
+SO_TYPE        bits/socket.h   d       #define SO_TYPE 3
+SYS__llseek    bits/syscall.h  d       #define SYS__llseek 140
+SYS__newselect bits/syscall.h  d       #define SYS__newselect 142
+SYS__sysctl    bits/syscall.h  d       #define SYS__sysctl 149
+SYS_accept     bits/syscall.h  d       #define SYS_accept 330
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 344
+SYS_access     bits/syscall.h  d       #define SYS_access 33
+SYS_acct       bits/syscall.h  d       #define SYS_acct 51
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key 269
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex 124
+SYS_afs_syscall        bits/syscall.h  d       #define SYS_afs_syscall 137
+SYS_alarm      bits/syscall.h  d       #define SYS_alarm 27
+SYS_bdflush    bits/syscall.h  d       #define SYS_bdflush 134
+SYS_bind       bits/syscall.h  d       #define SYS_bind 327
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf 361
+SYS_break      bits/syscall.h  d       #define SYS_break 17
+SYS_brk        bits/syscall.h  d       #define SYS_brk 45
+SYS_capget     bits/syscall.h  d       #define SYS_capget 183
+SYS_capset     bits/syscall.h  d       #define SYS_capset 184
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir 12
+SYS_chmod      bits/syscall.h  d       #define SYS_chmod 15
+SYS_chown      bits/syscall.h  d       #define SYS_chown 181
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot 61
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime 347
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 247
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 246
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 248
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 245
+SYS_clone      bits/syscall.h  d       #define SYS_clone 120
+SYS_close      bits/syscall.h  d       #define SYS_close 6
+SYS_connect    bits/syscall.h  d       #define SYS_connect 328
+SYS_copy_file_range    bits/syscall.h  d       #define SYS_copy_file_range 379
+SYS_creat      bits/syscall.h  d       #define SYS_creat 8
+SYS_create_module      bits/syscall.h  d       #define SYS_create_module 127
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 129
+SYS_dup        bits/syscall.h  d       #define SYS_dup 41
+SYS_dup2       bits/syscall.h  d       #define SYS_dup2 63
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 316
+SYS_epoll_create       bits/syscall.h  d       #define SYS_epoll_create 236
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 315
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl 237
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait 303
+SYS_epoll_wait bits/syscall.h  d       #define SYS_epoll_wait 238
+SYS_eventfd    bits/syscall.h  d       #define SYS_eventfd 307
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 314
+SYS_execve     bits/syscall.h  d       #define SYS_execve 11
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat 362
+SYS_exit       bits/syscall.h  d       #define SYS_exit 1
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group 234
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat 298
+SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 233
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate 309
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init 323
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark 324
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir 133
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod 94
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat 297
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown 95
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat 289
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl 55
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync 148
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr 214
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module 353
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr 217
+SYS_flock      bits/syscall.h  d       #define SYS_flock 143
+SYS_fork       bits/syscall.h  d       #define SYS_fork 2
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr 220
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr 211
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat 108
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs 100
+SYS_fstatfs64  bits/syscall.h  d       #define SYS_fstatfs64 253
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync 118
+SYS_ftime      bits/syscall.h  d       #define SYS_ftime 35
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 93
+SYS_futex      bits/syscall.h  d       #define SYS_futex 221
+SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 290
+SYS_get_kernel_syms    bits/syscall.h  d       #define SYS_get_kernel_syms 130
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 260
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list 299
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu 302
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd 182
+SYS_getdents   bits/syscall.h  d       #define SYS_getdents 141
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 202
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid 50
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid 49
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid 47
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups 80
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer 105
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername 332
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid 132
+SYS_getpgrp    bits/syscall.h  d       #define SYS_getpgrp 65
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid 20
+SYS_getpmsg    bits/syscall.h  d       #define SYS_getpmsg 187
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid 64
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority 96
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom 359
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid 170
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid 165
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit 76
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage 77
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid 147
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname 331
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt 340
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid 207
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday 78
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid 24
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr 212
+SYS_gtty       bits/syscall.h  d       #define SYS_gtty 32
+SYS_idle       bits/syscall.h  d       #define SYS_idle 112
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module 128
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch 276
+SYS_inotify_init       bits/syscall.h  d       #define SYS_inotify_init 275
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 318
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch 277
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 231
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 228
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 229
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 227
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 230
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 54
+SYS_ioperm     bits/syscall.h  d       #define SYS_ioperm 101
+SYS_iopl       bits/syscall.h  d       #define SYS_iopl 110
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get 274
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set 273
+SYS_ipc        bits/syscall.h  d       #define SYS_ipc 117
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp 354
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load 268
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl 271
+SYS_kill       bits/syscall.h  d       #define SYS_kill 37
+SYS_lchown     bits/syscall.h  d       #define SYS_lchown 16
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr 213
+SYS_link       bits/syscall.h  d       #define SYS_link 9
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat 294
+SYS_listen     bits/syscall.h  d       #define SYS_listen 329
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr 215
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr 216
+SYS_lock       bits/syscall.h  d       #define SYS_lock 53
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie 235
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr 219
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek 19
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr 210
+SYS_lstat      bits/syscall.h  d       #define SYS_lstat 107
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise 205
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind 259
+SYS_membarrier bits/syscall.h  d       #define SYS_membarrier 365
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create 360
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages 258
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore 206
+SYS_mkdir      bits/syscall.h  d       #define SYS_mkdir 39
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat 287
+SYS_mknod      bits/syscall.h  d       #define SYS_mknod 14
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat 288
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock 150
+SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 378
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall 152
+SYS_mmap       bits/syscall.h  d       #define SYS_mmap 90
+SYS_modify_ldt bits/syscall.h  d       #define SYS_modify_ldt 123
+SYS_mount      bits/syscall.h  d       #define SYS_mount 21
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages 301
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect 125
+SYS_mpx        bits/syscall.h  d       #define SYS_mpx 56
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr 267
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 266
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 262
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 265
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 264
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 263
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap 163
+SYS_msync      bits/syscall.h  d       #define SYS_msync 144
+SYS_multiplexer        bits/syscall.h  d       #define SYS_multiplexer 201
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock 151
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 153
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap 91
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at 345
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep 162
+SYS_newfstatat bits/syscall.h  d       #define SYS_newfstatat 291
+SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl 168
+SYS_nice       bits/syscall.h  d       #define SYS_nice 34
+SYS_oldfstat   bits/syscall.h  d       #define SYS_oldfstat 28
+SYS_oldlstat   bits/syscall.h  d       #define SYS_oldlstat 84
+SYS_oldolduname        bits/syscall.h  d       #define SYS_oldolduname 59
+SYS_oldstat    bits/syscall.h  d       #define SYS_oldstat 18
+SYS_olduname   bits/syscall.h  d       #define SYS_olduname 109
+SYS_open       bits/syscall.h  d       #define SYS_open 5
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at 346
+SYS_openat     bits/syscall.h  d       #define SYS_openat 286
+SYS_pause      bits/syscall.h  d       #define SYS_pause 29
+SYS_pciconfig_iobase   bits/syscall.h  d       #define SYS_pciconfig_iobase 200
+SYS_pciconfig_read     bits/syscall.h  d       #define SYS_pciconfig_read 198
+SYS_pciconfig_write    bits/syscall.h  d       #define SYS_pciconfig_write 199
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 319
+SYS_personality        bits/syscall.h  d       #define SYS_personality 136
+SYS_pipe       bits/syscall.h  d       #define SYS_pipe 42
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 317
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 203
+SYS_poll       bits/syscall.h  d       #define SYS_poll 167
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 281
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl 171
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 179
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv 320
+SYS_preadv2    bits/syscall.h  d       #define SYS_preadv2 380
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 325
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 351
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 352
+SYS_prof       bits/syscall.h  d       #define SYS_prof 44
+SYS_profil     bits/syscall.h  d       #define SYS_profil 98
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 280
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace 26
+SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg 188
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 180
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 321
+SYS_pwritev2   bits/syscall.h  d       #define SYS_pwritev2 381
+SYS_query_module       bits/syscall.h  d       #define SYS_query_module 166
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 131
+SYS_read       bits/syscall.h  d       #define SYS_read 3
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead 191
+SYS_readdir    bits/syscall.h  d       #define SYS_readdir 89
+SYS_readlink   bits/syscall.h  d       #define SYS_readlink 85
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat 296
+SYS_readv      bits/syscall.h  d       #define SYS_readv 145
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot 88
+SYS_recv       bits/syscall.h  d       #define SYS_recv 336
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 337
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 343
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 342
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 239
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 218
+SYS_rename     bits/syscall.h  d       #define SYS_rename 38
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat 293
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 357
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key 270
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 0
+SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 40
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 173
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 175
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 174
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo 177
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 172
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 178
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 176
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 322
+SYS_rtas       bits/syscall.h  d       #define SYS_rtas 255
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max 159
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min 160
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity 223
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr 356
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam 155
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler 157
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval 161
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 222
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 355
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 154
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler 156
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield 158
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp 358
+SYS_select     bits/syscall.h  d       #define SYS_select 82
+SYS_send       bits/syscall.h  d       #define SYS_send 334
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 186
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg 349
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg 341
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto 335
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy 261
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list 300
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address 232
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname 121
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid 139
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid 138
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid 46
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups 81
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname 74
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer 104
+SYS_setns      bits/syscall.h  d       #define SYS_setns 350
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid 57
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority 97
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid 71
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid 169
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid 164
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid 70
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit 75
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid 66
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt 339
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday 79
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid 23
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 209
+SYS_sgetmask   bits/syscall.h  d       #define SYS_sgetmask 68
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 338
+SYS_sigaction  bits/syscall.h  d       #define SYS_sigaction 67
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 185
+SYS_signal     bits/syscall.h  d       #define SYS_signal 48
+SYS_signalfd   bits/syscall.h  d       #define SYS_signalfd 305
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 313
+SYS_sigpending bits/syscall.h  d       #define SYS_sigpending 73
+SYS_sigprocmask        bits/syscall.h  d       #define SYS_sigprocmask 126
+SYS_sigreturn  bits/syscall.h  d       #define SYS_sigreturn 119
+SYS_sigsuspend bits/syscall.h  d       #define SYS_sigsuspend 72
+SYS_socket     bits/syscall.h  d       #define SYS_socket 326
+SYS_socketcall bits/syscall.h  d       #define SYS_socketcall 102
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair 333
+SYS_splice     bits/syscall.h  d       #define SYS_splice 283
+SYS_spu_create bits/syscall.h  d       #define SYS_spu_create 279
+SYS_spu_run    bits/syscall.h  d       #define SYS_spu_run 278
+SYS_ssetmask   bits/syscall.h  d       #define SYS_ssetmask 69
+SYS_stat       bits/syscall.h  d       #define SYS_stat 106
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs 99
+SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 252
+SYS_stime      bits/syscall.h  d       #define SYS_stime 25
+SYS_stty       bits/syscall.h  d       #define SYS_stty 31
+SYS_subpage_prot       bits/syscall.h  d       #define SYS_subpage_prot 310
+SYS_swapcontext        bits/syscall.h  d       #define SYS_swapcontext 249
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 115
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon 87
+SYS_switch_endian      bits/syscall.h  d       #define SYS_switch_endian 363
+SYS_symlink    bits/syscall.h  d       #define SYS_symlink 83
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat 295
+SYS_sync       bits/syscall.h  d       #define SYS_sync 36
+SYS_sync_file_range2   bits/syscall.h  d       #define SYS_sync_file_range2 308
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs 348
+SYS_sys_debug_setcontext       bits/syscall.h  d       #define SYS_sys_debug_setcontext 256
+SYS_sysfs      bits/syscall.h  d       #define SYS_sysfs 135
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo 116
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog 103
+SYS_tee        bits/syscall.h  d       #define SYS_tee 284
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill 250
+SYS_time       bits/syscall.h  d       #define SYS_time 13
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create 240
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 244
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 243
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 242
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 241
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 306
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 312
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 311
+SYS_times      bits/syscall.h  d       #define SYS_times 43
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill 208
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate 92
+SYS_tuxcall    bits/syscall.h  d       #define SYS_tuxcall 225
+SYS_ugetrlimit bits/syscall.h  d       #define SYS_ugetrlimit 190
+SYS_ulimit     bits/syscall.h  d       #define SYS_ulimit 58
+SYS_umask      bits/syscall.h  d       #define SYS_umask 60
+SYS_umount     bits/syscall.h  d       #define SYS_umount 22
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 52
+SYS_uname      bits/syscall.h  d       #define SYS_uname 122
+SYS_unlink     bits/syscall.h  d       #define SYS_unlink 10
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat 292
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare 282
+SYS_uselib     bits/syscall.h  d       #define SYS_uselib 86
+SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd 364
+SYS_ustat      bits/syscall.h  d       #define SYS_ustat 62
+SYS_utime      bits/syscall.h  d       #define SYS_utime 30
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat 304
+SYS_utimes     bits/syscall.h  d       #define SYS_utimes 251
+SYS_vfork      bits/syscall.h  d       #define SYS_vfork 189
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 111
+SYS_vm86       bits/syscall.h  d       #define SYS_vm86 113
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice 285
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 114
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid 272
+SYS_waitpid    bits/syscall.h  d       #define SYS_waitpid 7
+SYS_write      bits/syscall.h  d       #define SYS_write 4
+SYS_writev     bits/syscall.h  d       #define SYS_writev 146
+TAB0   bits/termios.h  d       #define TAB0 0000000
+TAB1   bits/termios.h  d       #define TAB1 0002000
+TAB2   bits/termios.h  d       #define TAB2 0004000
+TAB3   bits/termios.h  d       #define TAB3 0006000
+TABDLY bits/termios.h  d       #define TABDLY 0006000
+TCFLSH bits/ioctl.h    d       #define TCFLSH _IO('t', 31)
+TCGETA bits/ioctl.h    d       #define TCGETA _IOR('t', 23, char[20])
+TCGETS bits/ioctl.h    d       #define TCGETS _IOR('t', 19, char[44])
+TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
+TCIOFF bits/termios.h  d       #define TCIOFF 2
+TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
+TCION  bits/termios.h  d       #define TCION 3
+TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
+TCOOFF bits/termios.h  d       #define TCOOFF 0
+TCOON  bits/termios.h  d       #define TCOON 1
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 1
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 2
+TCSANOW        bits/termios.h  d       #define TCSANOW 0
+TCSBRK bits/ioctl.h    d       #define TCSBRK _IO('t', 29)
+TCSBRKP        bits/ioctl.h    d       #define TCSBRKP 0x5425
+TCSETA bits/ioctl.h    d       #define TCSETA _IOW('t', 24, char[20])
+TCSETAF        bits/ioctl.h    d       #define TCSETAF _IOW('t', 28, char[20])
+TCSETAW        bits/ioctl.h    d       #define TCSETAW _IOW('t', 25, char[20])
+TCSETS bits/ioctl.h    d       #define TCSETS _IOW('t', 20, char[44])
+TCSETSF        bits/ioctl.h    d       #define TCSETSF _IOW('t', 22, char[44])
+TCSETSW        bits/ioctl.h    d       #define TCSETSW _IOW('t', 21, char[44])
+TCXONC bits/ioctl.h    d       #define TCXONC _IO('t', 30)
+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)
+TIOCGETC       bits/ioctl.h    d       #define TIOCGETC _IOR('t', 18, char[6])
+TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
+TIOCGETP       bits/ioctl.h    d       #define TIOCGETP _IOR('t', 8, char[6])
+TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL _IOR('T', 0x40, int)
+TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
+TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x5456
+TIOCGLTC       bits/ioctl.h    d       #define TIOCGLTC _IOR('t', 116, char[6])
+TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP _IOR('t', 119, int)
+TIOCGPKT       bits/ioctl.h    d       #define TIOCGPKT _IOR('T', 0x38, int)
+TIOCGPTLCK     bits/ioctl.h    d       #define TIOCGPTLCK _IOR('T', 0x39, int)
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN _IOR('T',0x30, unsigned int)
+TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542e
+TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
+TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
+TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
+TIOCGWINSZ     bits/ioctl.h    d       #define TIOCGWINSZ _IOR('t', 104, char[8])
+TIOCINQ        bits/ioctl.h    d       #define TIOCINQ FIONREAD
+TIOCLINUX      bits/ioctl.h    d       #define TIOCLINUX 0x541C
+TIOCMBIC       bits/ioctl.h    d       #define TIOCMBIC 0x5417
+TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS 0x5416
+TIOCMGET       bits/ioctl.h    d       #define TIOCMGET 0x5415
+TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT 0x545C
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x5418
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x040
+TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x020
+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_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
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x080
+TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x010
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x008
+TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY 0x5422
+TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
+TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ _IOR('t', 115, int)
+TIOCPKT        bits/ioctl.h    d       #define TIOCPKT 0x5420
+TIOCPKT_DATA   bits/ioctl.h    d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP bits/ioctl.h    d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      bits/ioctl.h    d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  bits/ioctl.h    d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP bits/ioctl.h    d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  bits/ioctl.h    d       #define TIOCPKT_START 8
+TIOCPKT_STOP   bits/ioctl.h    d       #define TIOCPKT_STOP 4
+TIOCSBRK       bits/ioctl.h    d       #define TIOCSBRK 0x5427
+TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY 0x540E
+TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG 0x5453
+TIOCSERGETLSR  bits/ioctl.h    d       #define TIOCSERGETLSR 0x5459
+TIOCSERGETMULTI        bits/ioctl.h    d       #define TIOCSERGETMULTI 0x545A
+TIOCSERGSTRUCT bits/ioctl.h    d       #define TIOCSERGSTRUCT 0x5458
+TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD 0x5454
+TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
+TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
+TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSER_TEMT   bits/termios.h  d       #define TIOCSER_TEMT 1
+TIOCSETC       bits/ioctl.h    d       #define TIOCSETC _IOW('t', 17, char[6])
+TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
+TIOCSETN       bits/ioctl.h    d       #define TIOCSETN _IOW('t', 10, char[6])
+TIOCSETP       bits/ioctl.h    d       #define TIOCSETP _IOW('t', 9, char[6])
+TIOCSIG        bits/ioctl.h    d       #define TIOCSIG _IOW('T',0x36, int)
+TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
+TIOCSLTC       bits/ioctl.h    d       #define TIOCSLTC _IOW('t', 117, char[6])
+TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP _IOW('t', 118, int)
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK _IOW('T',0x31, int)
+TIOCSRS485     bits/ioctl.h    d       #define TIOCSRS485 0x542f
+TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x541F
+TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x541A
+TIOCSTART      bits/ioctl.h    d       #define TIOCSTART _IO('t', 110)
+TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5412
+TIOCSTOP       bits/ioctl.h    d       #define TIOCSTOP _IO('t', 111)
+TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ _IOW('t', 103, char[8])
+TIOCVHANGUP    bits/ioctl.h    d       #define TIOCVHANGUP 0x5437
+TOSTOP bits/termios.h  d       #define TOSTOP 0x00400000
+UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT64_MAX
+UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
+UINT_FAST32_MAX        bits/stdint.h   d       #define UINT_FAST32_MAX UINT32_MAX
+VDISCARD       bits/termios.h  d       #define VDISCARD 16
+VEOF   bits/termios.h  d       #define VEOF 4
+VEOL   bits/termios.h  d       #define VEOL 6
+VEOL2  bits/termios.h  d       #define VEOL2 8
+VERASE bits/termios.h  d       #define VERASE 2
+VINTR  bits/termios.h  d       #define VINTR 0
+VKILL  bits/termios.h  d       #define VKILL 3
+VLNEXT bits/termios.h  d       #define VLNEXT 15
+VMIN   bits/termios.h  d       #define VMIN 5
+VQUIT  bits/termios.h  d       #define VQUIT 1
+VREPRINT       bits/termios.h  d       #define VREPRINT 11
+VSTART bits/termios.h  d       #define VSTART 13
+VSTOP  bits/termios.h  d       #define VSTOP 14
+VSUSP  bits/termios.h  d       #define VSUSP 12
+VSWTC  bits/termios.h  d       #define VSWTC 9
+VT0    bits/termios.h  d       #define VT0 0000000
+VT1    bits/termios.h  d       #define VT1 0200000
+VTDLY  bits/termios.h  d       #define VTDLY 0200000
+VTIME  bits/termios.h  d       #define VTIME 7
+VWERASE        bits/termios.h  d       #define VWERASE 10
+XCASE  bits/termios.h  d       #define XCASE 0x00004000
+XTABS  bits/termios.h  d       #define XTABS 00006000
+_Addr  bits/alltypes.h d       #define _Addr long
+_IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
+_IOC   bits/ioctl.h    d       #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) )
+_IOC_NONE      bits/ioctl.h    d       #define _IOC_NONE 1U
+_IOC_READ      bits/ioctl.h    d       #define _IOC_READ 2U
+_IOC_WRITE     bits/ioctl.h    d       #define _IOC_WRITE 4U
+_IOR   bits/ioctl.h    d       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
+_IOW   bits/ioctl.h    d       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
+_IOWR  bits/ioctl.h    d       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
+_Int64 bits/alltypes.h d       #define _Int64 long
+_NSIG  bits/signal.h   d       #define _NSIG 65
+_POSIX_V6_LP64_OFF64   bits/posix.h    d       #define _POSIX_V6_LP64_OFF64 1
+_POSIX_V7_LP64_OFF64   bits/posix.h    d       #define _POSIX_V7_LP64_OFF64 1
+_Reg   bits/alltypes.h d       #define _Reg long
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __BIG_ENDIAN
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __LITTLE_ENDIAN
+__DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED_blkcnt_t     bits/alltypes.h d       #define __DEFINED_blkcnt_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_clock_t      bits/alltypes.h d       #define __DEFINED_clock_t
+__DEFINED_clockid_t    bits/alltypes.h d       #define __DEFINED_clockid_t
+__DEFINED_cnd_t        bits/alltypes.h d       #define __DEFINED_cnd_t
+__DEFINED_dev_t        bits/alltypes.h d       #define __DEFINED_dev_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_fsblkcnt_t   bits/alltypes.h d       #define __DEFINED_fsblkcnt_t
+__DEFINED_fsfilcnt_t   bits/alltypes.h d       #define __DEFINED_fsfilcnt_t
+__DEFINED_gid_t        bits/alltypes.h d       #define __DEFINED_gid_t
+__DEFINED_id_t bits/alltypes.h d       #define __DEFINED_id_t
+__DEFINED_ino_t        bits/alltypes.h d       #define __DEFINED_ino_t
+__DEFINED_int16_t      bits/alltypes.h d       #define __DEFINED_int16_t
+__DEFINED_int32_t      bits/alltypes.h d       #define __DEFINED_int32_t
+__DEFINED_int64_t      bits/alltypes.h d       #define __DEFINED_int64_t
+__DEFINED_int8_t       bits/alltypes.h d       #define __DEFINED_int8_t
+__DEFINED_intmax_t     bits/alltypes.h d       #define __DEFINED_intmax_t
+__DEFINED_intptr_t     bits/alltypes.h d       #define __DEFINED_intptr_t
+__DEFINED_key_t        bits/alltypes.h d       #define __DEFINED_key_t
+__DEFINED_locale_t     bits/alltypes.h d       #define __DEFINED_locale_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_mbstate_t    bits/alltypes.h d       #define __DEFINED_mbstate_t
+__DEFINED_mode_t       bits/alltypes.h d       #define __DEFINED_mode_t
+__DEFINED_mtx_t        bits/alltypes.h d       #define __DEFINED_mtx_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_off_t        bits/alltypes.h d       #define __DEFINED_off_t
+__DEFINED_pid_t        bits/alltypes.h d       #define __DEFINED_pid_t
+__DEFINED_pthread_attr_t       bits/alltypes.h d       #define __DEFINED_pthread_attr_t
+__DEFINED_pthread_barrier_t    bits/alltypes.h d       #define __DEFINED_pthread_barrier_t
+__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       #define __DEFINED_pthread_barrierattr_t
+__DEFINED_pthread_cond_t       bits/alltypes.h d       #define __DEFINED_pthread_cond_t
+__DEFINED_pthread_condattr_t   bits/alltypes.h d       #define __DEFINED_pthread_condattr_t
+__DEFINED_pthread_key_t        bits/alltypes.h d       #define __DEFINED_pthread_key_t
+__DEFINED_pthread_mutex_t      bits/alltypes.h d       #define __DEFINED_pthread_mutex_t
+__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       #define __DEFINED_pthread_mutexattr_t
+__DEFINED_pthread_once_t       bits/alltypes.h d       #define __DEFINED_pthread_once_t
+__DEFINED_pthread_rwlock_t     bits/alltypes.h d       #define __DEFINED_pthread_rwlock_t
+__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       #define __DEFINED_pthread_rwlockattr_t
+__DEFINED_pthread_spinlock_t   bits/alltypes.h d       #define __DEFINED_pthread_spinlock_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_ptrdiff_t    bits/alltypes.h d       #define __DEFINED_ptrdiff_t
+__DEFINED_register_t   bits/alltypes.h d       #define __DEFINED_register_t
+__DEFINED_regoff_t     bits/alltypes.h d       #define __DEFINED_regoff_t
+__DEFINED_sa_family_t  bits/alltypes.h d       #define __DEFINED_sa_family_t
+__DEFINED_sigset_t     bits/alltypes.h d       #define __DEFINED_sigset_t
+__DEFINED_size_t       bits/alltypes.h d       #define __DEFINED_size_t
+__DEFINED_socklen_t    bits/alltypes.h d       #define __DEFINED_socklen_t
+__DEFINED_ssize_t      bits/alltypes.h d       #define __DEFINED_ssize_t
+__DEFINED_struct_iovec bits/alltypes.h d       #define __DEFINED_struct_iovec
+__DEFINED_struct_timespec      bits/alltypes.h d       #define __DEFINED_struct_timespec
+__DEFINED_struct_timeval       bits/alltypes.h d       #define __DEFINED_struct_timeval
+__DEFINED_suseconds_t  bits/alltypes.h d       #define __DEFINED_suseconds_t
+__DEFINED_time_t       bits/alltypes.h d       #define __DEFINED_time_t
+__DEFINED_timer_t      bits/alltypes.h d       #define __DEFINED_timer_t
+__DEFINED_u_int64_t    bits/alltypes.h d       #define __DEFINED_u_int64_t
+__DEFINED_uid_t        bits/alltypes.h d       #define __DEFINED_uid_t
+__DEFINED_uint16_t     bits/alltypes.h d       #define __DEFINED_uint16_t
+__DEFINED_uint32_t     bits/alltypes.h d       #define __DEFINED_uint32_t
+__DEFINED_uint64_t     bits/alltypes.h d       #define __DEFINED_uint64_t
+__DEFINED_uint8_t      bits/alltypes.h d       #define __DEFINED_uint8_t
+__DEFINED_uintmax_t    bits/alltypes.h d       #define __DEFINED_uintmax_t
+__DEFINED_uintptr_t    bits/alltypes.h d       #define __DEFINED_uintptr_t
+__DEFINED_useconds_t   bits/alltypes.h d       #define __DEFINED_useconds_t
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__NR__llseek   bits/syscall.h  d       #define __NR__llseek 140
+__NR__newselect        bits/syscall.h  d       #define __NR__newselect 142
+__NR__sysctl   bits/syscall.h  d       #define __NR__sysctl 149
+__NR_accept    bits/syscall.h  d       #define __NR_accept 330
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 344
+__NR_access    bits/syscall.h  d       #define __NR_access 33
+__NR_acct      bits/syscall.h  d       #define __NR_acct 51
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key 269
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex 124
+__NR_afs_syscall       bits/syscall.h  d       #define __NR_afs_syscall 137
+__NR_alarm     bits/syscall.h  d       #define __NR_alarm 27
+__NR_bdflush   bits/syscall.h  d       #define __NR_bdflush 134
+__NR_bind      bits/syscall.h  d       #define __NR_bind 327
+__NR_bpf       bits/syscall.h  d       #define __NR_bpf 361
+__NR_break     bits/syscall.h  d       #define __NR_break 17
+__NR_brk       bits/syscall.h  d       #define __NR_brk 45
+__NR_capget    bits/syscall.h  d       #define __NR_capget 183
+__NR_capset    bits/syscall.h  d       #define __NR_capset 184
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir 12
+__NR_chmod     bits/syscall.h  d       #define __NR_chmod 15
+__NR_chown     bits/syscall.h  d       #define __NR_chown 181
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot 61
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 347
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 247
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 246
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 248
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 245
+__NR_clone     bits/syscall.h  d       #define __NR_clone 120
+__NR_close     bits/syscall.h  d       #define __NR_close 6
+__NR_connect   bits/syscall.h  d       #define __NR_connect 328
+__NR_copy_file_range   bits/syscall.h  d       #define __NR_copy_file_range 379
+__NR_creat     bits/syscall.h  d       #define __NR_creat 8
+__NR_create_module     bits/syscall.h  d       #define __NR_create_module 127
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 129
+__NR_dup       bits/syscall.h  d       #define __NR_dup 41
+__NR_dup2      bits/syscall.h  d       #define __NR_dup2 63
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 316
+__NR_epoll_create      bits/syscall.h  d       #define __NR_epoll_create 236
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 315
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl 237
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait 303
+__NR_epoll_wait        bits/syscall.h  d       #define __NR_epoll_wait 238
+__NR_eventfd   bits/syscall.h  d       #define __NR_eventfd 307
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 314
+__NR_execve    bits/syscall.h  d       #define __NR_execve 11
+__NR_execveat  bits/syscall.h  d       #define __NR_execveat 362
+__NR_exit      bits/syscall.h  d       #define __NR_exit 1
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 234
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat 298
+__NR_fadvise64 bits/syscall.h  d       #define __NR_fadvise64 233
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate 309
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 323
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark 324
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir 133
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod 94
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat 297
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown 95
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat 289
+__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl 55
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync 148
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr 214
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module 353
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr 217
+__NR_flock     bits/syscall.h  d       #define __NR_flock 143
+__NR_fork      bits/syscall.h  d       #define __NR_fork 2
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr 220
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 211
+__NR_fstat     bits/syscall.h  d       #define __NR_fstat 108
+__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 100
+__NR_fstatfs64 bits/syscall.h  d       #define __NR_fstatfs64 253
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync 118
+__NR_ftime     bits/syscall.h  d       #define __NR_ftime 35
+__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 93
+__NR_futex     bits/syscall.h  d       #define __NR_futex 221
+__NR_futimesat bits/syscall.h  d       #define __NR_futimesat 290
+__NR_get_kernel_syms   bits/syscall.h  d       #define __NR_get_kernel_syms 130
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 260
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 299
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu 302
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd 182
+__NR_getdents  bits/syscall.h  d       #define __NR_getdents 141
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 202
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid 50
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid 49
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid 47
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups 80
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer 105
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername 332
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid 132
+__NR_getpgrp   bits/syscall.h  d       #define __NR_getpgrp 65
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid 20
+__NR_getpmsg   bits/syscall.h  d       #define __NR_getpmsg 187
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid 64
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority 96
+__NR_getrandom bits/syscall.h  d       #define __NR_getrandom 359
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid 170
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid 165
+__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit 76
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage 77
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid 147
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname 331
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt 340
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid 207
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday 78
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid 24
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr 212
+__NR_gtty      bits/syscall.h  d       #define __NR_gtty 32
+__NR_idle      bits/syscall.h  d       #define __NR_idle 112
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module 128
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch 276
+__NR_inotify_init      bits/syscall.h  d       #define __NR_inotify_init 275
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 318
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch 277
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 231
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 228
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 229
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 227
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit 230
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 54
+__NR_ioperm    bits/syscall.h  d       #define __NR_ioperm 101
+__NR_iopl      bits/syscall.h  d       #define __NR_iopl 110
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 274
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 273
+__NR_ipc       bits/syscall.h  d       #define __NR_ipc 117
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 354
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 268
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 271
+__NR_kill      bits/syscall.h  d       #define __NR_kill 37
+__NR_lchown    bits/syscall.h  d       #define __NR_lchown 16
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr 213
+__NR_link      bits/syscall.h  d       #define __NR_link 9
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat 294
+__NR_listen    bits/syscall.h  d       #define __NR_listen 329
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr 215
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr 216
+__NR_lock      bits/syscall.h  d       #define __NR_lock 53
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie 235
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr 219
+__NR_lseek     bits/syscall.h  d       #define __NR_lseek 19
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr 210
+__NR_lstat     bits/syscall.h  d       #define __NR_lstat 107
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise 205
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind 259
+__NR_membarrier        bits/syscall.h  d       #define __NR_membarrier 365
+__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create 360
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages 258
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore 206
+__NR_mkdir     bits/syscall.h  d       #define __NR_mkdir 39
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat 287
+__NR_mknod     bits/syscall.h  d       #define __NR_mknod 14
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat 288
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock 150
+__NR_mlock2    bits/syscall.h  d       #define __NR_mlock2 378
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall 152
+__NR_mmap      bits/syscall.h  d       #define __NR_mmap 90
+__NR_modify_ldt        bits/syscall.h  d       #define __NR_modify_ldt 123
+__NR_mount     bits/syscall.h  d       #define __NR_mount 21
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages 301
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect 125
+__NR_mpx       bits/syscall.h  d       #define __NR_mpx 56
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr 267
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 266
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 262
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 265
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 264
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 263
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap 163
+__NR_msync     bits/syscall.h  d       #define __NR_msync 144
+__NR_multiplexer       bits/syscall.h  d       #define __NR_multiplexer 201
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock 151
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 153
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap 91
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at 345
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep 162
+__NR_newfstatat        bits/syscall.h  d       #define __NR_newfstatat 291
+__NR_nfsservctl        bits/syscall.h  d       #define __NR_nfsservctl 168
+__NR_nice      bits/syscall.h  d       #define __NR_nice 34
+__NR_oldfstat  bits/syscall.h  d       #define __NR_oldfstat 28
+__NR_oldlstat  bits/syscall.h  d       #define __NR_oldlstat 84
+__NR_oldolduname       bits/syscall.h  d       #define __NR_oldolduname 59
+__NR_oldstat   bits/syscall.h  d       #define __NR_oldstat 18
+__NR_olduname  bits/syscall.h  d       #define __NR_olduname 109
+__NR_open      bits/syscall.h  d       #define __NR_open 5
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at 346
+__NR_openat    bits/syscall.h  d       #define __NR_openat 286
+__NR_pause     bits/syscall.h  d       #define __NR_pause 29
+__NR_pciconfig_iobase  bits/syscall.h  d       #define __NR_pciconfig_iobase 200
+__NR_pciconfig_read    bits/syscall.h  d       #define __NR_pciconfig_read 198
+__NR_pciconfig_write   bits/syscall.h  d       #define __NR_pciconfig_write 199
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 319
+__NR_personality       bits/syscall.h  d       #define __NR_personality 136
+__NR_pipe      bits/syscall.h  d       #define __NR_pipe 42
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 317
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 203
+__NR_poll      bits/syscall.h  d       #define __NR_poll 167
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 281
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl 171
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 179
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv 320
+__NR_preadv2   bits/syscall.h  d       #define __NR_preadv2 380
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 325
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 351
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 352
+__NR_prof      bits/syscall.h  d       #define __NR_prof 44
+__NR_profil    bits/syscall.h  d       #define __NR_profil 98
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 280
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 26
+__NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg 188
+__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 180
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 321
+__NR_pwritev2  bits/syscall.h  d       #define __NR_pwritev2 381
+__NR_query_module      bits/syscall.h  d       #define __NR_query_module 166
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 131
+__NR_read      bits/syscall.h  d       #define __NR_read 3
+__NR_readahead bits/syscall.h  d       #define __NR_readahead 191
+__NR_readdir   bits/syscall.h  d       #define __NR_readdir 89
+__NR_readlink  bits/syscall.h  d       #define __NR_readlink 85
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat 296
+__NR_readv     bits/syscall.h  d       #define __NR_readv 145
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot 88
+__NR_recv      bits/syscall.h  d       #define __NR_recv 336
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 337
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 343
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 342
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 239
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 218
+__NR_rename    bits/syscall.h  d       #define __NR_rename 38
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat 293
+__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 357
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key 270
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 0
+__NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 40
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 173
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 175
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 174
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo 177
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 172
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 178
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 176
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 322
+__NR_rtas      bits/syscall.h  d       #define __NR_rtas 255
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 159
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 160
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity 223
+__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr 356
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 155
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 157
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 161
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 222
+__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 355
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 154
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler 156
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield 158
+__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp 358
+__NR_select    bits/syscall.h  d       #define __NR_select 82
+__NR_send      bits/syscall.h  d       #define __NR_send 334
+__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 186
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 349
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg 341
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto 335
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy 261
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list 300
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address 232
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname 121
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid 139
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid 138
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid 46
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups 81
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname 74
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer 104
+__NR_setns     bits/syscall.h  d       #define __NR_setns 350
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid 57
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority 97
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid 71
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid 169
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid 164
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid 70
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit 75
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid 66
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt 339
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday 79
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid 23
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 209
+__NR_sgetmask  bits/syscall.h  d       #define __NR_sgetmask 68
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 338
+__NR_sigaction bits/syscall.h  d       #define __NR_sigaction 67
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 185
+__NR_signal    bits/syscall.h  d       #define __NR_signal 48
+__NR_signalfd  bits/syscall.h  d       #define __NR_signalfd 305
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 313
+__NR_sigpending        bits/syscall.h  d       #define __NR_sigpending 73
+__NR_sigprocmask       bits/syscall.h  d       #define __NR_sigprocmask 126
+__NR_sigreturn bits/syscall.h  d       #define __NR_sigreturn 119
+__NR_sigsuspend        bits/syscall.h  d       #define __NR_sigsuspend 72
+__NR_socket    bits/syscall.h  d       #define __NR_socket 326
+__NR_socketcall        bits/syscall.h  d       #define __NR_socketcall 102
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 333
+__NR_splice    bits/syscall.h  d       #define __NR_splice 283
+__NR_spu_create        bits/syscall.h  d       #define __NR_spu_create 279
+__NR_spu_run   bits/syscall.h  d       #define __NR_spu_run 278
+__NR_ssetmask  bits/syscall.h  d       #define __NR_ssetmask 69
+__NR_stat      bits/syscall.h  d       #define __NR_stat 106
+__NR_statfs    bits/syscall.h  d       #define __NR_statfs 99
+__NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 252
+__NR_stime     bits/syscall.h  d       #define __NR_stime 25
+__NR_stty      bits/syscall.h  d       #define __NR_stty 31
+__NR_subpage_prot      bits/syscall.h  d       #define __NR_subpage_prot 310
+__NR_swapcontext       bits/syscall.h  d       #define __NR_swapcontext 249
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 115
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon 87
+__NR_switch_endian     bits/syscall.h  d       #define __NR_switch_endian 363
+__NR_symlink   bits/syscall.h  d       #define __NR_symlink 83
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 295
+__NR_sync      bits/syscall.h  d       #define __NR_sync 36
+__NR_sync_file_range2  bits/syscall.h  d       #define __NR_sync_file_range2 308
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs 348
+__NR_sys_debug_setcontext      bits/syscall.h  d       #define __NR_sys_debug_setcontext 256
+__NR_sysfs     bits/syscall.h  d       #define __NR_sysfs 135
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo 116
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog 103
+__NR_tee       bits/syscall.h  d       #define __NR_tee 284
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill 250
+__NR_time      bits/syscall.h  d       #define __NR_time 13
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create 240
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 244
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 243
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 242
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 241
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 306
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 312
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 311
+__NR_times     bits/syscall.h  d       #define __NR_times 43
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill 208
+__NR_truncate  bits/syscall.h  d       #define __NR_truncate 92
+__NR_tuxcall   bits/syscall.h  d       #define __NR_tuxcall 225
+__NR_ugetrlimit        bits/syscall.h  d       #define __NR_ugetrlimit 190
+__NR_ulimit    bits/syscall.h  d       #define __NR_ulimit 58
+__NR_umask     bits/syscall.h  d       #define __NR_umask 60
+__NR_umount    bits/syscall.h  d       #define __NR_umount 22
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 52
+__NR_uname     bits/syscall.h  d       #define __NR_uname 122
+__NR_unlink    bits/syscall.h  d       #define __NR_unlink 10
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat 292
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare 282
+__NR_uselib    bits/syscall.h  d       #define __NR_uselib 86
+__NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd 364
+__NR_ustat     bits/syscall.h  d       #define __NR_ustat 62
+__NR_utime     bits/syscall.h  d       #define __NR_utime 30
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat 304
+__NR_utimes    bits/syscall.h  d       #define __NR_utimes 251
+__NR_vfork     bits/syscall.h  d       #define __NR_vfork 189
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 111
+__NR_vm86      bits/syscall.h  d       #define __NR_vm86 113
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice 285
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 114
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid 272
+__NR_waitpid   bits/syscall.h  d       #define __NR_waitpid 7
+__NR_write     bits/syscall.h  d       #define __NR_write 4
+__NR_writev    bits/syscall.h  d       #define __NR_writev 146
+__WORDSIZE     bits/reg.h      d       #define __WORDSIZE 64
+__isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
+__jmp_buf      bits/setjmp.h   t       typedef unsigned __int128 __jmp_buf[32];
+blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
+blksize_t      bits/alltypes.h t       typedef long blksize_t;
+clock_t        bits/alltypes.h t       typedef long clock_t;
+clockid_t      bits/alltypes.h t       typedef int clockid_t;
+cnd_t  bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } cnd_t;
+dev_t  bits/alltypes.h t       typedef unsigned _Int64 dev_t;
+double_t       bits/alltypes.h t       typedef double double_t;
+elf_fpreg_t    bits/user.h     t       typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
+elf_fpregset_t bits/user.h     t       typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
+elf_greg_t     bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+elf_gregset_t  bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+elf_vrreg_t    bits/user.h     t        elf_vrreg_t, elf_vrregset_t[ELF_NVRREG];
+elf_vrregset_t bits/user.h     t        elf_vrreg_t, elf_vrregset_t[ELF_NVRREG];
+fenv_t bits/fenv.h     t       typedef double fenv_t;
+fexcept_t      bits/fenv.h     t       typedef unsigned fexcept_t;
+float_t        bits/alltypes.h t       typedef float float_t;
+fpregset_t     bits/signal.h   t       } fpregset_t;
+fsblkcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsblkcnt_t;
+fsfilcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsfilcnt_t;
+gid_t  bits/alltypes.h t       typedef unsigned gid_t;
+greg_t bits/signal.h   t       typedef unsigned long greg_t, gregset_t[48];
+gregset_t      bits/signal.h   t       typedef unsigned long greg_t, gregset_t[48];
+id_t   bits/alltypes.h t       typedef unsigned id_t;
+ino_t  bits/alltypes.h t       typedef unsigned _Int64 ino_t;
+int16_t        bits/alltypes.h t       typedef short int16_t;
+int32_t        bits/alltypes.h t       typedef int int32_t;
+int64_t        bits/alltypes.h t       typedef _Int64 int64_t;
+int8_t bits/alltypes.h t       typedef signed char int8_t;
+int_fast16_t   bits/stdint.h   t       typedef int32_t int_fast16_t;
+int_fast32_t   bits/stdint.h   t       typedef int32_t int_fast32_t;
+intmax_t       bits/alltypes.h t       typedef _Int64 intmax_t;
+intptr_t       bits/alltypes.h t       typedef _Addr intptr_t;
+key_t  bits/alltypes.h t       typedef int key_t;
+locale_t       bits/alltypes.h t       typedef struct __locale_struct * locale_t;
+max_align_t    bits/alltypes.h t       typedef struct { long long __ll; long double __ld; } max_align_t;
+mbstate_t      bits/alltypes.h t       typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mode_t bits/alltypes.h t       typedef unsigned mode_t;
+mtx_t  bits/alltypes.h t       typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } mtx_t;
+nlink_t        bits/alltypes.h t       typedef unsigned _Reg nlink_t;
+off_t  bits/alltypes.h t       typedef _Int64 off_t;
+pid_t  bits/alltypes.h t       typedef int pid_t;
+pthread_attr_t bits/alltypes.h t       typedef struct { union { int __i[14]; volatile int __vi[14]; unsigned long __s[7]; } __u; } pthread_attr_t;
+pthread_barrier_t      bits/alltypes.h t       typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[4]; } __u; } pthread_barrier_t;
+pthread_barrierattr_t  bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_barrierattr_t;
+pthread_cond_t bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } pthread_cond_t;
+pthread_condattr_t     bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_condattr_t;
+pthread_key_t  bits/alltypes.h t       typedef unsigned pthread_key_t;
+pthread_mutex_t        bits/alltypes.h t       typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } pthread_mutex_t;
+pthread_mutexattr_t    bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_mutexattr_t;
+pthread_once_t bits/alltypes.h t       typedef int pthread_once_t;
+pthread_rwlock_t       bits/alltypes.h t       typedef struct { union { int __i[14]; volatile int __vi[14]; void *__p[7]; } __u; } pthread_rwlock_t;
+pthread_rwlockattr_t   bits/alltypes.h t       typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
+pthread_spinlock_t     bits/alltypes.h t       typedef int pthread_spinlock_t;
+pthread_t      bits/alltypes.h t       typedef struct __pthread * pthread_t;
+pthread_t      bits/alltypes.h t       typedef unsigned long pthread_t;
+ptrdiff_t      bits/alltypes.h t       typedef _Addr ptrdiff_t;
+register_t     bits/alltypes.h t       typedef _Reg register_t;
+regoff_t       bits/alltypes.h t       typedef _Addr regoff_t;
+sa_family_t    bits/alltypes.h t       typedef unsigned short sa_family_t;
+sigset_t       bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
+size_t bits/alltypes.h t       typedef unsigned _Addr size_t;
+socklen_t      bits/alltypes.h t       typedef unsigned socklen_t;
+ssize_t        bits/alltypes.h t       typedef _Addr ssize_t;
+struct __mbstate_t     bits/alltypes.h s       
+struct __sigset_t      bits/alltypes.h s       
+struct __ucontext      bits/signal.h   s       
+struct cmsghdr bits/socket.h   s       
+struct iovec   bits/alltypes.h s       
+struct ipc_perm        bits/ipc.h      s       
+struct msghdr  bits/socket.h   s       
+struct msqid_ds        bits/msg.h      s       
+struct pt_regs bits/user.h     s       
+struct semid_ds        bits/sem.h      s       
+struct shm_info        bits/shm.h      s       
+struct shmid_ds        bits/shm.h      s       
+struct shminfo bits/shm.h      s       
+struct sigaltstack     bits/signal.h   s       
+struct sigcontext      bits/signal.h   s       
+struct stat    bits/stat.h     s       
+struct statfs  bits/statfs.h   s       
+struct termios bits/termios.h  s       
+struct timespec        bits/alltypes.h s       
+struct timeval bits/alltypes.h s       
+struct user    bits/user.h     s       
+struct winsize bits/ioctl.h    s       
+suseconds_t    bits/alltypes.h t       typedef long suseconds_t;
+time_t bits/alltypes.h t       typedef long time_t;
+timer_t        bits/alltypes.h t       typedef void * timer_t;
+u_int64_t      bits/alltypes.h t       typedef unsigned _Int64 u_int64_t;
+ucontext_t     bits/signal.h   t       } ucontext_t;
+uid_t  bits/alltypes.h t       typedef unsigned uid_t;
+uint16_t       bits/alltypes.h t       typedef unsigned short uint16_t;
+uint32_t       bits/alltypes.h t       typedef unsigned int uint32_t;
+uint64_t       bits/alltypes.h t       typedef unsigned _Int64 uint64_t;
+uint8_t        bits/alltypes.h t       typedef unsigned char uint8_t;
+uint_fast16_t  bits/stdint.h   t       typedef uint32_t uint_fast16_t;
+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)
+vrregset_t     bits/signal.h   t       } vrregset_t;
+wchar_t        bits/alltypes.h t       typedef int wchar_t;
+wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
index d1a571d..6e9e379 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
@@ -192,6 +194,8 @@ 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
 FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0
 FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0x7c
@@ -270,47 +274,7 @@ LDBL_TRUE_MIN      bits/float.h    d       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
 LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
 LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
 LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
-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_32BIT      bits/mman.h     d       #define MAP_32BIT 0x40
-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 2048
-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
@@ -363,17 +327,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 4
-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 INT32_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
 REG_FPREG0     bits/user.h     d       #define REG_FPREG0 23
@@ -485,6 +438,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
@@ -841,7 +795,6 @@ TABDLY      bits/termios.h  d       #define TABDLY 0014000
 TCFLSH bits/ioctl.h    d       #define TCFLSH _IO('t', 31)
 TCGETA bits/ioctl.h    d       #define TCGETA _IOR('t', 23, char[18])
 TCGETS bits/ioctl.h    d       #define TCGETS _IO('T', 1)
-TCGETS2        bits/ioctl.h    d       #define TCGETS2 _IOR('T', 42, char[44])
 TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
 TCIOFF bits/termios.h  d       #define TCIOFF 2
 TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
@@ -858,11 +811,8 @@ TCSETA     bits/ioctl.h    d       #define TCSETA _IOW('t', 24, char[18])
 TCSETAF        bits/ioctl.h    d       #define TCSETAF _IOW('t', 28, char[18])
 TCSETAW        bits/ioctl.h    d       #define TCSETAW _IOW('t', 25, char[18])
 TCSETS bits/ioctl.h    d       #define TCSETS _IO('T', 2)
-TCSETS2        bits/ioctl.h    d       #define TCSETS2 _IOW('T', 43, char[44])
 TCSETSF        bits/ioctl.h    d       #define TCSETSF _IO('T', 4)
-TCSETSF2       bits/ioctl.h    d       #define TCSETSF2 _IOW('T', 45, char[44])
 TCSETSW        bits/ioctl.h    d       #define TCSETSW _IO('T', 3)
-TCSETSW2       bits/ioctl.h    d       #define TCSETSW2 _IOW('T', 44, char[44])
 TCXONC bits/ioctl.h    d       #define TCXONC _IO('t', 30)
 TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK _IO('T', 40)
 TIOCCONS       bits/ioctl.h    d       #define TIOCCONS _IO('T', 29)
@@ -876,6 +826,7 @@ TIOCGPGRP   bits/ioctl.h    d       #define TIOCGPGRP _IOR('t', 119, int)
 TIOCGPKT       bits/ioctl.h    d       #define TIOCGPKT _IOR('T', 56, int)
 TIOCGPTLCK     bits/ioctl.h    d       #define TIOCGPTLCK _IOR('T', 57, int)
 TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN _IOR('T', 48, unsigned int)
+TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 _IOR('T', 46, char[32])
 TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL _IOR('T', 30, char[60])
 TIOCGSID       bits/ioctl.h    d       #define TIOCGSID _IOR('T', 41, int)
 TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR _IOR('T', 25, unsigned int)
@@ -894,7 +845,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
@@ -929,6 +879,7 @@ TIOCSIG     bits/ioctl.h    d       #define TIOCSIG _IOW('T', 54, int)
 TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS _IO('T', 87)
 TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP _IOW('t', 118, int)
 TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK _IOW('T', 49, int)
+TIOCSRS485     bits/ioctl.h    d       #define TIOCSRS485 _IOWR('T', 47, char[32])
 TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL _IOW('T', 31, char[60])
 TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR _IOW('T', 26, unsigned int)
 TIOCSTART      bits/ioctl.h    d       #define TIOCSTART _IO('t', 110)
@@ -960,6 +911,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 int
 _IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
index 7ece9f9..9f536af 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
@@ -196,6 +198,8 @@ 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
 FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 63
 FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
@@ -281,47 +285,8 @@ LDBL_TRUE_MIN      bits/float.h    d       #define LDBL_TRUE_MIN 3.6451995318824746025e-4951L
 LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
 LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
 LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
-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_32BIT      bits/mman.h     d       #define MAP_32BIT 0x40
-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 2048
-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
 NBPG   bits/user.h     d       #define NBPG PAGE_SIZE
 NL0    bits/termios.h  d       #define NL0 0000000
 NL1    bits/termios.h  d       #define NL1 0000400
@@ -377,17 +342,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 INT32_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
 R10    bits/reg.h      d       #define R10 7
@@ -524,6 +478,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
@@ -533,326 +488,324 @@ 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 UINT32_MAX
 SS     bits/reg.h      d       #define SS 20
-SYS_accept     bits/syscall.h  d       #define SYS_accept __NR_accept
-SYS_accept4    bits/syscall.h  d       #define SYS_accept4 __NR_accept4
-SYS_access     bits/syscall.h  d       #define SYS_access __NR_access
-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_afs_syscall        bits/syscall.h  d       #define SYS_afs_syscall __NR_afs_syscall
-SYS_alarm      bits/syscall.h  d       #define SYS_alarm __NR_alarm
-SYS_arch_prctl bits/syscall.h  d       #define SYS_arch_prctl __NR_arch_prctl
-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_chmod      bits/syscall.h  d       #define SYS_chmod __NR_chmod
-SYS_chown      bits/syscall.h  d       #define SYS_chown __NR_chown
-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_creat      bits/syscall.h  d       #define SYS_creat __NR_creat
-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_dup2       bits/syscall.h  d       #define SYS_dup2 __NR_dup2
-SYS_dup3       bits/syscall.h  d       #define SYS_dup3 __NR_dup3
-SYS_epoll_create       bits/syscall.h  d       #define SYS_epoll_create __NR_epoll_create
-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_epoll_wait bits/syscall.h  d       #define SYS_epoll_wait __NR_epoll_wait
-SYS_eventfd    bits/syscall.h  d       #define SYS_eventfd __NR_eventfd
-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_fadvise    bits/syscall.h  d       #define SYS_fadvise SYS_fadvise64
-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_fork       bits/syscall.h  d       #define SYS_fork __NR_fork
-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 SYS_newfstatat
-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_futimesat  bits/syscall.h  d       #define SYS_futimesat __NR_futimesat
-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_getdents   bits/syscall.h  d       #define SYS_getdents SYS_getdents64
-SYS_getdents   bits/syscall.h  d       #define SYS_getdents __NR_getdents
-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_getpgrp    bits/syscall.h  d       #define SYS_getpgrp __NR_getpgrp
-SYS_getpid     bits/syscall.h  d       #define SYS_getpid __NR_getpid
-SYS_getpmsg    bits/syscall.h  d       #define SYS_getpmsg __NR_getpmsg
-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_init       bits/syscall.h  d       #define SYS_inotify_init __NR_inotify_init
-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_ioperm     bits/syscall.h  d       #define SYS_ioperm __NR_ioperm
-SYS_iopl       bits/syscall.h  d       #define SYS_iopl __NR_iopl
-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_file_load    bits/syscall.h  d       #define SYS_kexec_file_load __NR_kexec_file_load
-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_lchown     bits/syscall.h  d       #define SYS_lchown __NR_lchown
-SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr __NR_lgetxattr
-SYS_link       bits/syscall.h  d       #define SYS_link __NR_link
-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_lstat      bits/syscall.h  d       #define SYS_lstat __NR_lstat
-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_mkdir      bits/syscall.h  d       #define SYS_mkdir __NR_mkdir
-SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat __NR_mkdirat
-SYS_mknod      bits/syscall.h  d       #define SYS_mknod __NR_mknod
-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_modify_ldt bits/syscall.h  d       #define SYS_modify_ldt __NR_modify_ldt
-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_newfstatat bits/syscall.h  d       #define SYS_newfstatat __NR_newfstatat
-SYS_open       bits/syscall.h  d       #define SYS_open __NR_open
-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_pause      bits/syscall.h  d       #define SYS_pause __NR_pause
-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_pipe       bits/syscall.h  d       #define SYS_pipe __NR_pipe
-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_poll       bits/syscall.h  d       #define SYS_poll __NR_poll
-SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll __NR_ppoll
-SYS_prctl      bits/syscall.h  d       #define SYS_prctl __NR_prctl
-SYS_pread      bits/syscall.h  d       #define SYS_pread SYS_pread64
-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_putpmsg    bits/syscall.h  d       #define SYS_putpmsg __NR_putpmsg
-SYS_pwrite     bits/syscall.h  d       #define SYS_pwrite SYS_pwrite64
-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_readlink   bits/syscall.h  d       #define SYS_readlink __NR_readlink
-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_rename     bits/syscall.h  d       #define SYS_rename __NR_rename
-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_rmdir      bits/syscall.h  d       #define SYS_rmdir __NR_rmdir
-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_security   bits/syscall.h  d       #define SYS_security __NR_security
-SYS_select     bits/syscall.h  d       #define SYS_select __NR_select
-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_signalfd   bits/syscall.h  d       #define SYS_signalfd __NR_signalfd
-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_stat       bits/syscall.h  d       #define SYS_stat __NR_stat
-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_symlink    bits/syscall.h  d       #define SYS_symlink __NR_symlink
-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_sysfs      bits/syscall.h  d       #define SYS_sysfs __NR_sysfs
-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_time       bits/syscall.h  d       #define SYS_time __NR_time
-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_tuxcall    bits/syscall.h  d       #define SYS_tuxcall __NR_tuxcall
-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_unlink     bits/syscall.h  d       #define SYS_unlink __NR_unlink
-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_ustat      bits/syscall.h  d       #define SYS_ustat __NR_ustat
-SYS_utime      bits/syscall.h  d       #define SYS_utime __NR_utime
-SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat __NR_utimensat
-SYS_utimes     bits/syscall.h  d       #define SYS_utimes __NR_utimes
-SYS_vfork      bits/syscall.h  d       #define SYS_vfork __NR_vfork
-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 (0x40000000 + 43)
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 (0x40000000 + 288)
+SYS_access     bits/syscall.h  d       #define SYS_access (0x40000000 + 21)
+SYS_acct       bits/syscall.h  d       #define SYS_acct (0x40000000 + 163)
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key (0x40000000 + 248)
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex (0x40000000 + 159)
+SYS_afs_syscall        bits/syscall.h  d       #define SYS_afs_syscall (0x40000000 + 183)
+SYS_alarm      bits/syscall.h  d       #define SYS_alarm (0x40000000 + 37)
+SYS_arch_prctl bits/syscall.h  d       #define SYS_arch_prctl (0x40000000 + 158)
+SYS_bind       bits/syscall.h  d       #define SYS_bind (0x40000000 + 49)
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf (0x40000000 + 321)
+SYS_brk        bits/syscall.h  d       #define SYS_brk (0x40000000 + 12)
+SYS_capget     bits/syscall.h  d       #define SYS_capget (0x40000000 + 125)
+SYS_capset     bits/syscall.h  d       #define SYS_capset (0x40000000 + 126)
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir (0x40000000 + 80)
+SYS_chmod      bits/syscall.h  d       #define SYS_chmod (0x40000000 + 90)
+SYS_chown      bits/syscall.h  d       #define SYS_chown (0x40000000 + 92)
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot (0x40000000 + 161)
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime (0x40000000 + 305)
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres (0x40000000 + 229)
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime (0x40000000 + 228)
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep (0x40000000 + 230)
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime (0x40000000 + 227)
+SYS_clone      bits/syscall.h  d       #define SYS_clone (0x40000000 + 56)
+SYS_close      bits/syscall.h  d       #define SYS_close (0x40000000 + 3)
+SYS_connect    bits/syscall.h  d       #define SYS_connect (0x40000000 + 42)
+SYS_copy_file_range    bits/syscall.h  d       #define SYS_copy_file_range (0x40000000 + 326)
+SYS_creat      bits/syscall.h  d       #define SYS_creat (0x40000000 + 85)
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module (0x40000000 + 176)
+SYS_dup        bits/syscall.h  d       #define SYS_dup (0x40000000 + 32)
+SYS_dup2       bits/syscall.h  d       #define SYS_dup2 (0x40000000 + 33)
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 (0x40000000 + 292)
+SYS_epoll_create       bits/syscall.h  d       #define SYS_epoll_create (0x40000000 + 213)
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 (0x40000000 + 291)
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl (0x40000000 + 233)
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait (0x40000000 + 281)
+SYS_epoll_wait bits/syscall.h  d       #define SYS_epoll_wait (0x40000000 + 232)
+SYS_eventfd    bits/syscall.h  d       #define SYS_eventfd (0x40000000 + 284)
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 (0x40000000 + 290)
+SYS_execve     bits/syscall.h  d       #define SYS_execve (0x40000000 + 520)
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat (0x40000000 + 545)
+SYS_exit       bits/syscall.h  d       #define SYS_exit (0x40000000 + 60)
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group (0x40000000 + 231)
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat (0x40000000 + 269)
+SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 (0x40000000 + 221)
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate (0x40000000 + 285)
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init (0x40000000 + 300)
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark (0x40000000 + 301)
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir (0x40000000 + 81)
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod (0x40000000 + 91)
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat (0x40000000 + 268)
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown (0x40000000 + 93)
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat (0x40000000 + 260)
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl (0x40000000 + 72)
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync (0x40000000 + 75)
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr (0x40000000 + 193)
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module (0x40000000 + 313)
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr (0x40000000 + 196)
+SYS_flock      bits/syscall.h  d       #define SYS_flock (0x40000000 + 73)
+SYS_fork       bits/syscall.h  d       #define SYS_fork (0x40000000 + 57)
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr (0x40000000 + 199)
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr (0x40000000 + 190)
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat (0x40000000 + 5)
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs (0x40000000 + 138)
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync (0x40000000 + 74)
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate (0x40000000 + 77)
+SYS_futex      bits/syscall.h  d       #define SYS_futex (0x40000000 + 202)
+SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat (0x40000000 + 261)
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy (0x40000000 + 239)
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list (0x40000000 + 531)
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu (0x40000000 + 309)
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd (0x40000000 + 79)
+SYS_getdents   bits/syscall.h  d       #define SYS_getdents (0x40000000 + 78)
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 (0x40000000 + 217)
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid (0x40000000 + 108)
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid (0x40000000 + 107)
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid (0x40000000 + 104)
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups (0x40000000 + 115)
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer (0x40000000 + 36)
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername (0x40000000 + 52)
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid (0x40000000 + 121)
+SYS_getpgrp    bits/syscall.h  d       #define SYS_getpgrp (0x40000000 + 111)
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid (0x40000000 + 39)
+SYS_getpmsg    bits/syscall.h  d       #define SYS_getpmsg (0x40000000 + 181)
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid (0x40000000 + 110)
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority (0x40000000 + 140)
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom (0x40000000 + 318)
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid (0x40000000 + 120)
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid (0x40000000 + 118)
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit (0x40000000 + 97)
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage (0x40000000 + 98)
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid (0x40000000 + 124)
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname (0x40000000 + 51)
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt (0x40000000 + 542)
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid (0x40000000 + 186)
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday (0x40000000 + 96)
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid (0x40000000 + 102)
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr (0x40000000 + 191)
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module (0x40000000 + 175)
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch (0x40000000 + 254)
+SYS_inotify_init       bits/syscall.h  d       #define SYS_inotify_init (0x40000000 + 253)
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 (0x40000000 + 294)
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch (0x40000000 + 255)
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel (0x40000000 + 210)
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy (0x40000000 + 207)
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents (0x40000000 + 208)
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup (0x40000000 + 543)
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit (0x40000000 + 544)
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl (0x40000000 + 514)
+SYS_ioperm     bits/syscall.h  d       #define SYS_ioperm (0x40000000 + 173)
+SYS_iopl       bits/syscall.h  d       #define SYS_iopl (0x40000000 + 172)
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get (0x40000000 + 252)
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set (0x40000000 + 251)
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp (0x40000000 + 312)
+SYS_kexec_file_load    bits/syscall.h  d       #define SYS_kexec_file_load (0x40000000 + 320)
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load (0x40000000 + 528)
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl (0x40000000 + 250)
+SYS_kill       bits/syscall.h  d       #define SYS_kill (0x40000000 + 62)
+SYS_lchown     bits/syscall.h  d       #define SYS_lchown (0x40000000 + 94)
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr (0x40000000 + 192)
+SYS_link       bits/syscall.h  d       #define SYS_link (0x40000000 + 86)
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat (0x40000000 + 265)
+SYS_listen     bits/syscall.h  d       #define SYS_listen (0x40000000 + 50)
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr (0x40000000 + 194)
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr (0x40000000 + 195)
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie (0x40000000 + 212)
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr (0x40000000 + 198)
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek (0x40000000 + 8)
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr (0x40000000 + 189)
+SYS_lstat      bits/syscall.h  d       #define SYS_lstat (0x40000000 + 6)
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise (0x40000000 + 28)
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind (0x40000000 + 237)
+SYS_membarrier bits/syscall.h  d       #define SYS_membarrier (0x40000000 + 324)
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create (0x40000000 + 319)
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages (0x40000000 + 256)
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore (0x40000000 + 27)
+SYS_mkdir      bits/syscall.h  d       #define SYS_mkdir (0x40000000 + 83)
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat (0x40000000 + 258)
+SYS_mknod      bits/syscall.h  d       #define SYS_mknod (0x40000000 + 133)
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat (0x40000000 + 259)
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock (0x40000000 + 149)
+SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 (0x40000000 + 325)
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall (0x40000000 + 151)
+SYS_mmap       bits/syscall.h  d       #define SYS_mmap (0x40000000 + 9)
+SYS_modify_ldt bits/syscall.h  d       #define SYS_modify_ldt (0x40000000 + 154)
+SYS_mount      bits/syscall.h  d       #define SYS_mount (0x40000000 + 165)
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages (0x40000000 + 533)
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect (0x40000000 + 10)
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr (0x40000000 + 245)
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify (0x40000000 + 527)
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open (0x40000000 + 240)
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive (0x40000000 + 243)
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend (0x40000000 + 242)
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink (0x40000000 + 241)
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap (0x40000000 + 25)
+SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl (0x40000000 + 71)
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget (0x40000000 + 68)
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv (0x40000000 + 70)
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd (0x40000000 + 69)
+SYS_msync      bits/syscall.h  d       #define SYS_msync (0x40000000 + 26)
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock (0x40000000 + 150)
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall (0x40000000 + 152)
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap (0x40000000 + 11)
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at (0x40000000 + 303)
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep (0x40000000 + 35)
+SYS_newfstatat bits/syscall.h  d       #define SYS_newfstatat (0x40000000 + 262)
+SYS_open       bits/syscall.h  d       #define SYS_open (0x40000000 + 2)
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at (0x40000000 + 304)
+SYS_openat     bits/syscall.h  d       #define SYS_openat (0x40000000 + 257)
+SYS_pause      bits/syscall.h  d       #define SYS_pause (0x40000000 + 34)
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open (0x40000000 + 298)
+SYS_personality        bits/syscall.h  d       #define SYS_personality (0x40000000 + 135)
+SYS_pipe       bits/syscall.h  d       #define SYS_pipe (0x40000000 + 22)
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 (0x40000000 + 293)
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root (0x40000000 + 155)
+SYS_poll       bits/syscall.h  d       #define SYS_poll (0x40000000 + 7)
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll (0x40000000 + 271)
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl (0x40000000 + 157)
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 (0x40000000 + 17)
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv (0x40000000 + 534)
+SYS_preadv2    bits/syscall.h  d       #define SYS_preadv2 (0x40000000 + 327)
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 (0x40000000 + 302)
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv (0x40000000 + 539)
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev (0x40000000 + 540)
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 (0x40000000 + 270)
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace (0x40000000 + 521)
+SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg (0x40000000 + 182)
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 (0x40000000 + 18)
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev (0x40000000 + 535)
+SYS_pwritev2   bits/syscall.h  d       #define SYS_pwritev2 (0x40000000 + 328)
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl (0x40000000 + 179)
+SYS_read       bits/syscall.h  d       #define SYS_read (0x40000000 + 0)
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead (0x40000000 + 187)
+SYS_readlink   bits/syscall.h  d       #define SYS_readlink (0x40000000 + 89)
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat (0x40000000 + 267)
+SYS_readv      bits/syscall.h  d       #define SYS_readv (0x40000000 + 515)
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot (0x40000000 + 169)
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom (0x40000000 + 517)
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg (0x40000000 + 537)
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg (0x40000000 + 519)
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages (0x40000000 + 216)
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr (0x40000000 + 197)
+SYS_rename     bits/syscall.h  d       #define SYS_rename (0x40000000 + 82)
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat (0x40000000 + 264)
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 (0x40000000 + 316)
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key (0x40000000 + 249)
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall (0x40000000 + 219)
+SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir (0x40000000 + 84)
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction (0x40000000 + 512)
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending (0x40000000 + 522)
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask (0x40000000 + 14)
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo (0x40000000 + 524)
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn (0x40000000 + 513)
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend (0x40000000 + 130)
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait (0x40000000 + 523)
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo (0x40000000 + 536)
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max (0x40000000 + 146)
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min (0x40000000 + 147)
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity (0x40000000 + 204)
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr (0x40000000 + 315)
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam (0x40000000 + 143)
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler (0x40000000 + 145)
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval (0x40000000 + 148)
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity (0x40000000 + 203)
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr (0x40000000 + 314)
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam (0x40000000 + 142)
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler (0x40000000 + 144)
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield (0x40000000 + 24)
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp (0x40000000 + 317)
+SYS_security   bits/syscall.h  d       #define SYS_security (0x40000000 + 185)
+SYS_select     bits/syscall.h  d       #define SYS_select (0x40000000 + 23)
+SYS_semctl     bits/syscall.h  d       #define SYS_semctl (0x40000000 + 66)
+SYS_semget     bits/syscall.h  d       #define SYS_semget (0x40000000 + 64)
+SYS_semop      bits/syscall.h  d       #define SYS_semop (0x40000000 + 65)
+SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop (0x40000000 + 220)
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile (0x40000000 + 40)
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg (0x40000000 + 538)
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg (0x40000000 + 518)
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto (0x40000000 + 44)
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy (0x40000000 + 238)
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list (0x40000000 + 530)
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address (0x40000000 + 218)
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname (0x40000000 + 171)
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid (0x40000000 + 123)
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid (0x40000000 + 122)
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid (0x40000000 + 106)
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups (0x40000000 + 116)
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname (0x40000000 + 170)
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer (0x40000000 + 38)
+SYS_setns      bits/syscall.h  d       #define SYS_setns (0x40000000 + 308)
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid (0x40000000 + 109)
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority (0x40000000 + 141)
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid (0x40000000 + 114)
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid (0x40000000 + 119)
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid (0x40000000 + 117)
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid (0x40000000 + 113)
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit (0x40000000 + 160)
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid (0x40000000 + 112)
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt (0x40000000 + 541)
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday (0x40000000 + 164)
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid (0x40000000 + 105)
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr (0x40000000 + 188)
+SYS_shmat      bits/syscall.h  d       #define SYS_shmat (0x40000000 + 30)
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl (0x40000000 + 31)
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt (0x40000000 + 67)
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget (0x40000000 + 29)
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown (0x40000000 + 48)
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack (0x40000000 + 525)
+SYS_signalfd   bits/syscall.h  d       #define SYS_signalfd (0x40000000 + 282)
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 (0x40000000 + 289)
+SYS_socket     bits/syscall.h  d       #define SYS_socket (0x40000000 + 41)
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair (0x40000000 + 53)
+SYS_splice     bits/syscall.h  d       #define SYS_splice (0x40000000 + 275)
+SYS_stat       bits/syscall.h  d       #define SYS_stat (0x40000000 + 4)
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs (0x40000000 + 137)
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff (0x40000000 + 168)
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon (0x40000000 + 167)
+SYS_symlink    bits/syscall.h  d       #define SYS_symlink (0x40000000 + 88)
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat (0x40000000 + 266)
+SYS_sync       bits/syscall.h  d       #define SYS_sync (0x40000000 + 162)
+SYS_sync_file_range    bits/syscall.h  d       #define SYS_sync_file_range (0x40000000 + 277)
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs (0x40000000 + 306)
+SYS_sysfs      bits/syscall.h  d       #define SYS_sysfs (0x40000000 + 139)
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo (0x40000000 + 99)
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog (0x40000000 + 103)
+SYS_tee        bits/syscall.h  d       #define SYS_tee (0x40000000 + 276)
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill (0x40000000 + 234)
+SYS_time       bits/syscall.h  d       #define SYS_time (0x40000000 + 201)
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create (0x40000000 + 526)
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete (0x40000000 + 226)
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun (0x40000000 + 225)
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime (0x40000000 + 224)
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime (0x40000000 + 223)
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create (0x40000000 + 283)
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime (0x40000000 + 287)
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime (0x40000000 + 286)
+SYS_times      bits/syscall.h  d       #define SYS_times (0x40000000 + 100)
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill (0x40000000 + 200)
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate (0x40000000 + 76)
+SYS_tuxcall    bits/syscall.h  d       #define SYS_tuxcall (0x40000000 + 184)
+SYS_umask      bits/syscall.h  d       #define SYS_umask (0x40000000 + 95)
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 (0x40000000 + 166)
+SYS_uname      bits/syscall.h  d       #define SYS_uname (0x40000000 + 63)
+SYS_unlink     bits/syscall.h  d       #define SYS_unlink (0x40000000 + 87)
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat (0x40000000 + 263)
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare (0x40000000 + 272)
+SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd (0x40000000 + 323)
+SYS_ustat      bits/syscall.h  d       #define SYS_ustat (0x40000000 + 136)
+SYS_utime      bits/syscall.h  d       #define SYS_utime (0x40000000 + 132)
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat (0x40000000 + 280)
+SYS_utimes     bits/syscall.h  d       #define SYS_utimes (0x40000000 + 235)
+SYS_vfork      bits/syscall.h  d       #define SYS_vfork (0x40000000 + 58)
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup (0x40000000 + 153)
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice (0x40000000 + 532)
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 (0x40000000 + 61)
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid (0x40000000 + 529)
+SYS_write      bits/syscall.h  d       #define SYS_write (0x40000000 + 1)
+SYS_writev     bits/syscall.h  d       #define SYS_writev (0x40000000 + 516)
 TAB0   bits/termios.h  d       #define TAB0 0000000
 TAB1   bits/termios.h  d       #define TAB1 0004000
 TAB2   bits/termios.h  d       #define TAB2 0010000
@@ -887,12 +840,16 @@ 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 0x80045432
 TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
-TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL 0x80045440
 TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
 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 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
 TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
@@ -911,7 +868,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
@@ -942,15 +898,16 @@ TIOCSERSETMULTI   bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
 TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
 TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
-TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
+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 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 UINT32_MAX
 UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
@@ -976,6 +933,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 int
 _IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
@@ -1066,329 +1024,326 @@ __DEFINED_wchar_t     bits/alltypes.h d       #define __DEFINED_wchar_t
 __DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
 __DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
 __FE_DENORM    bits/fenv.h     d       #define __FE_DENORM 2
-__NR_accept    bits/syscall.h  d       #define __NR_accept (__X32_SYSCALL_BIT + 43)
-__NR_accept4   bits/syscall.h  d       #define __NR_accept4 (__X32_SYSCALL_BIT + 288)
-__NR_access    bits/syscall.h  d       #define __NR_access (__X32_SYSCALL_BIT + 21)
-__NR_acct      bits/syscall.h  d       #define __NR_acct (__X32_SYSCALL_BIT + 163)
-__NR_add_key   bits/syscall.h  d       #define __NR_add_key (__X32_SYSCALL_BIT + 248)
-__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex (__X32_SYSCALL_BIT + 159)
-__NR_afs_syscall       bits/syscall.h  d       #define __NR_afs_syscall (__X32_SYSCALL_BIT + 183)
-__NR_alarm     bits/syscall.h  d       #define __NR_alarm (__X32_SYSCALL_BIT + 37)
-__NR_arch_prctl        bits/syscall.h  d       #define __NR_arch_prctl (__X32_SYSCALL_BIT + 158)
-__NR_bind      bits/syscall.h  d       #define __NR_bind (__X32_SYSCALL_BIT + 49)
-__NR_bpf       bits/syscall.h  d       #define __NR_bpf (__X32_SYSCALL_BIT + 321)
-__NR_brk       bits/syscall.h  d       #define __NR_brk (__X32_SYSCALL_BIT + 12)
-__NR_capget    bits/syscall.h  d       #define __NR_capget (__X32_SYSCALL_BIT + 125)
-__NR_capset    bits/syscall.h  d       #define __NR_capset (__X32_SYSCALL_BIT + 126)
-__NR_chdir     bits/syscall.h  d       #define __NR_chdir (__X32_SYSCALL_BIT + 80)
-__NR_chmod     bits/syscall.h  d       #define __NR_chmod (__X32_SYSCALL_BIT + 90)
-__NR_chown     bits/syscall.h  d       #define __NR_chown (__X32_SYSCALL_BIT + 92)
-__NR_chroot    bits/syscall.h  d       #define __NR_chroot (__X32_SYSCALL_BIT + 161)
-__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime (__X32_SYSCALL_BIT + 305)
-__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres (__X32_SYSCALL_BIT + 229)
-__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime (__X32_SYSCALL_BIT + 228)
-__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep (__X32_SYSCALL_BIT + 230)
-__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime (__X32_SYSCALL_BIT + 227)
-__NR_clone     bits/syscall.h  d       #define __NR_clone (__X32_SYSCALL_BIT + 56)
-__NR_close     bits/syscall.h  d       #define __NR_close (__X32_SYSCALL_BIT + 3)
-__NR_connect   bits/syscall.h  d       #define __NR_connect (__X32_SYSCALL_BIT + 42)
-__NR_creat     bits/syscall.h  d       #define __NR_creat (__X32_SYSCALL_BIT + 85)
-__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module (__X32_SYSCALL_BIT + 176)
-__NR_dup       bits/syscall.h  d       #define __NR_dup (__X32_SYSCALL_BIT + 32)
-__NR_dup2      bits/syscall.h  d       #define __NR_dup2 (__X32_SYSCALL_BIT + 33)
-__NR_dup3      bits/syscall.h  d       #define __NR_dup3 (__X32_SYSCALL_BIT + 292)
-__NR_epoll_create      bits/syscall.h  d       #define __NR_epoll_create (__X32_SYSCALL_BIT + 213)
-__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 (__X32_SYSCALL_BIT + 291)
-__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl (__X32_SYSCALL_BIT + 233)
-__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281)
-__NR_epoll_wait        bits/syscall.h  d       #define __NR_epoll_wait (__X32_SYSCALL_BIT + 232)
-__NR_eventfd   bits/syscall.h  d       #define __NR_eventfd (__X32_SYSCALL_BIT + 284)
-__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 (__X32_SYSCALL_BIT + 290)
-__NR_execve    bits/syscall.h  d       #define __NR_execve (__X32_SYSCALL_BIT + 520)
-__NR_execveat  bits/syscall.h  d       #define __NR_execveat (__X32_SYSCALL_BIT + 545)
-__NR_exit      bits/syscall.h  d       #define __NR_exit (__X32_SYSCALL_BIT + 60)
-__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group (__X32_SYSCALL_BIT + 231)
-__NR_faccessat bits/syscall.h  d       #define __NR_faccessat (__X32_SYSCALL_BIT + 269)
-__NR_fadvise   bits/syscall.h  d       #define __NR_fadvise __NR_fadvise64
-__NR_fadvise64 bits/syscall.h  d       #define __NR_fadvise64 (__X32_SYSCALL_BIT + 221)
-__NR_fallocate bits/syscall.h  d       #define __NR_fallocate (__X32_SYSCALL_BIT + 285)
-__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init (__X32_SYSCALL_BIT + 300)
-__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark (__X32_SYSCALL_BIT + 301)
-__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir (__X32_SYSCALL_BIT + 81)
-__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod (__X32_SYSCALL_BIT + 91)
-__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat (__X32_SYSCALL_BIT + 268)
-__NR_fchown    bits/syscall.h  d       #define __NR_fchown (__X32_SYSCALL_BIT + 93)
-__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat (__X32_SYSCALL_BIT + 260)
-__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl (__X32_SYSCALL_BIT + 72)
-__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync (__X32_SYSCALL_BIT + 75)
-__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr (__X32_SYSCALL_BIT + 193)
-__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module (__X32_SYSCALL_BIT + 313)
-__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr (__X32_SYSCALL_BIT + 196)
-__NR_flock     bits/syscall.h  d       #define __NR_flock (__X32_SYSCALL_BIT + 73)
-__NR_fork      bits/syscall.h  d       #define __NR_fork (__X32_SYSCALL_BIT + 57)
-__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr (__X32_SYSCALL_BIT + 199)
-__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr (__X32_SYSCALL_BIT + 190)
-__NR_fstat     bits/syscall.h  d       #define __NR_fstat (__X32_SYSCALL_BIT + 5)
-__NR_fstatat   bits/syscall.h  d       #define __NR_fstatat __NR_newfstatat
-__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs (__X32_SYSCALL_BIT + 138)
-__NR_fsync     bits/syscall.h  d       #define __NR_fsync (__X32_SYSCALL_BIT + 74)
-__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate (__X32_SYSCALL_BIT + 77)
-__NR_futex     bits/syscall.h  d       #define __NR_futex (__X32_SYSCALL_BIT + 202)
-__NR_futimesat bits/syscall.h  d       #define __NR_futimesat (__X32_SYSCALL_BIT + 261)
-__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy (__X32_SYSCALL_BIT + 239)
-__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list (__X32_SYSCALL_BIT + 531)
-__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu (__X32_SYSCALL_BIT + 309)
-__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd (__X32_SYSCALL_BIT + 79)
-__NR_getdents  bits/syscall.h  d       #define __NR_getdents (__X32_SYSCALL_BIT + 78)
-__NR_getdents  bits/syscall.h  d       #define __NR_getdents __NR_getdents64
-__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 (__X32_SYSCALL_BIT + 217)
-__NR_getegid   bits/syscall.h  d       #define __NR_getegid (__X32_SYSCALL_BIT + 108)
-__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid (__X32_SYSCALL_BIT + 107)
-__NR_getgid    bits/syscall.h  d       #define __NR_getgid (__X32_SYSCALL_BIT + 104)
-__NR_getgroups bits/syscall.h  d       #define __NR_getgroups (__X32_SYSCALL_BIT + 115)
-__NR_getitimer bits/syscall.h  d       #define __NR_getitimer (__X32_SYSCALL_BIT + 36)
-__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername (__X32_SYSCALL_BIT + 52)
-__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid (__X32_SYSCALL_BIT + 121)
-__NR_getpgrp   bits/syscall.h  d       #define __NR_getpgrp (__X32_SYSCALL_BIT + 111)
-__NR_getpid    bits/syscall.h  d       #define __NR_getpid (__X32_SYSCALL_BIT + 39)
-__NR_getpmsg   bits/syscall.h  d       #define __NR_getpmsg (__X32_SYSCALL_BIT + 181)
-__NR_getppid   bits/syscall.h  d       #define __NR_getppid (__X32_SYSCALL_BIT + 110)
-__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority (__X32_SYSCALL_BIT + 140)
-__NR_getrandom bits/syscall.h  d       #define __NR_getrandom (__X32_SYSCALL_BIT + 318)
-__NR_getresgid bits/syscall.h  d       #define __NR_getresgid (__X32_SYSCALL_BIT + 120)
-__NR_getresuid bits/syscall.h  d       #define __NR_getresuid (__X32_SYSCALL_BIT + 118)
-__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit (__X32_SYSCALL_BIT + 97)
-__NR_getrusage bits/syscall.h  d       #define __NR_getrusage (__X32_SYSCALL_BIT + 98)
-__NR_getsid    bits/syscall.h  d       #define __NR_getsid (__X32_SYSCALL_BIT + 124)
-__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname (__X32_SYSCALL_BIT + 51)
-__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt (__X32_SYSCALL_BIT + 542)
-__NR_gettid    bits/syscall.h  d       #define __NR_gettid (__X32_SYSCALL_BIT + 186)
-__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday (__X32_SYSCALL_BIT + 96)
-__NR_getuid    bits/syscall.h  d       #define __NR_getuid (__X32_SYSCALL_BIT + 102)
-__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr (__X32_SYSCALL_BIT + 191)
-__NR_init_module       bits/syscall.h  d       #define __NR_init_module (__X32_SYSCALL_BIT + 175)
-__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch (__X32_SYSCALL_BIT + 254)
-__NR_inotify_init      bits/syscall.h  d       #define __NR_inotify_init (__X32_SYSCALL_BIT + 253)
-__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 (__X32_SYSCALL_BIT + 294)
-__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch (__X32_SYSCALL_BIT + 255)
-__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel (__X32_SYSCALL_BIT + 210)
-__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy (__X32_SYSCALL_BIT + 207)
-__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents (__X32_SYSCALL_BIT + 208)
-__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup (__X32_SYSCALL_BIT + 543)
-__NR_io_submit bits/syscall.h  d       #define __NR_io_submit (__X32_SYSCALL_BIT + 544)
-__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl (__X32_SYSCALL_BIT + 514)
-__NR_ioperm    bits/syscall.h  d       #define __NR_ioperm (__X32_SYSCALL_BIT + 173)
-__NR_iopl      bits/syscall.h  d       #define __NR_iopl (__X32_SYSCALL_BIT + 172)
-__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get (__X32_SYSCALL_BIT + 252)
-__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set (__X32_SYSCALL_BIT + 251)
-__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp (__X32_SYSCALL_BIT + 312)
-__NR_kexec_file_load   bits/syscall.h  d       #define __NR_kexec_file_load (__X32_SYSCALL_BIT + 320)
-__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load (__X32_SYSCALL_BIT + 528)
-__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl (__X32_SYSCALL_BIT + 250)
-__NR_kill      bits/syscall.h  d       #define __NR_kill (__X32_SYSCALL_BIT + 62)
-__NR_lchown    bits/syscall.h  d       #define __NR_lchown (__X32_SYSCALL_BIT + 94)
-__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr (__X32_SYSCALL_BIT + 192)
-__NR_link      bits/syscall.h  d       #define __NR_link (__X32_SYSCALL_BIT + 86)
-__NR_linkat    bits/syscall.h  d       #define __NR_linkat (__X32_SYSCALL_BIT + 265)
-__NR_listen    bits/syscall.h  d       #define __NR_listen (__X32_SYSCALL_BIT + 50)
-__NR_listxattr bits/syscall.h  d       #define __NR_listxattr (__X32_SYSCALL_BIT + 194)
-__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr (__X32_SYSCALL_BIT + 195)
-__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie (__X32_SYSCALL_BIT + 212)
-__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr (__X32_SYSCALL_BIT + 198)
-__NR_lseek     bits/syscall.h  d       #define __NR_lseek (__X32_SYSCALL_BIT + 8)
-__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr (__X32_SYSCALL_BIT + 189)
-__NR_lstat     bits/syscall.h  d       #define __NR_lstat (__X32_SYSCALL_BIT + 6)
-__NR_madvise   bits/syscall.h  d       #define __NR_madvise (__X32_SYSCALL_BIT + 28)
-__NR_mbind     bits/syscall.h  d       #define __NR_mbind (__X32_SYSCALL_BIT + 237)
-__NR_membarrier        bits/syscall.h  d       #define __NR_membarrier (__X32_SYSCALL_BIT + 324)
-__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create (__X32_SYSCALL_BIT + 319)
-__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages (__X32_SYSCALL_BIT + 256)
-__NR_mincore   bits/syscall.h  d       #define __NR_mincore (__X32_SYSCALL_BIT + 27)
-__NR_mkdir     bits/syscall.h  d       #define __NR_mkdir (__X32_SYSCALL_BIT + 83)
-__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat (__X32_SYSCALL_BIT + 258)
-__NR_mknod     bits/syscall.h  d       #define __NR_mknod (__X32_SYSCALL_BIT + 133)
-__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat (__X32_SYSCALL_BIT + 259)
-__NR_mlock     bits/syscall.h  d       #define __NR_mlock (__X32_SYSCALL_BIT + 149)
-__NR_mlock2    bits/syscall.h  d       #define __NR_mlock2 (__X32_SYSCALL_BIT + 325)
-__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall (__X32_SYSCALL_BIT + 151)
-__NR_mmap      bits/syscall.h  d       #define __NR_mmap (__X32_SYSCALL_BIT + 9)
-__NR_modify_ldt        bits/syscall.h  d       #define __NR_modify_ldt (__X32_SYSCALL_BIT + 154)
-__NR_mount     bits/syscall.h  d       #define __NR_mount (__X32_SYSCALL_BIT + 165)
-__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages (__X32_SYSCALL_BIT + 533)
-__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect (__X32_SYSCALL_BIT + 10)
-__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr (__X32_SYSCALL_BIT + 245)
-__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify (__X32_SYSCALL_BIT + 527)
-__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open (__X32_SYSCALL_BIT + 240)
-__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive (__X32_SYSCALL_BIT + 243)
-__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend (__X32_SYSCALL_BIT + 242)
-__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink (__X32_SYSCALL_BIT + 241)
-__NR_mremap    bits/syscall.h  d       #define __NR_mremap (__X32_SYSCALL_BIT + 25)
-__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl (__X32_SYSCALL_BIT + 71)
-__NR_msgget    bits/syscall.h  d       #define __NR_msgget (__X32_SYSCALL_BIT + 68)
-__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv (__X32_SYSCALL_BIT + 70)
-__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd (__X32_SYSCALL_BIT + 69)
-__NR_msync     bits/syscall.h  d       #define __NR_msync (__X32_SYSCALL_BIT + 26)
-__NR_munlock   bits/syscall.h  d       #define __NR_munlock (__X32_SYSCALL_BIT + 150)
-__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall (__X32_SYSCALL_BIT + 152)
-__NR_munmap    bits/syscall.h  d       #define __NR_munmap (__X32_SYSCALL_BIT + 11)
-__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at (__X32_SYSCALL_BIT + 303)
-__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep (__X32_SYSCALL_BIT + 35)
-__NR_newfstatat        bits/syscall.h  d       #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)
-__NR_open      bits/syscall.h  d       #define __NR_open (__X32_SYSCALL_BIT + 2)
-__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at (__X32_SYSCALL_BIT + 304)
-__NR_openat    bits/syscall.h  d       #define __NR_openat (__X32_SYSCALL_BIT + 257)
-__NR_pause     bits/syscall.h  d       #define __NR_pause (__X32_SYSCALL_BIT + 34)
-__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open (__X32_SYSCALL_BIT + 298)
-__NR_personality       bits/syscall.h  d       #define __NR_personality (__X32_SYSCALL_BIT + 135)
-__NR_pipe      bits/syscall.h  d       #define __NR_pipe (__X32_SYSCALL_BIT + 22)
-__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 (__X32_SYSCALL_BIT + 293)
-__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root (__X32_SYSCALL_BIT + 155)
-__NR_poll      bits/syscall.h  d       #define __NR_poll (__X32_SYSCALL_BIT + 7)
-__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll (__X32_SYSCALL_BIT + 271)
-__NR_prctl     bits/syscall.h  d       #define __NR_prctl (__X32_SYSCALL_BIT + 157)
-__NR_pread     bits/syscall.h  d       #define __NR_pread __NR_pread64
-__NR_pread64   bits/syscall.h  d       #define __NR_pread64 (__X32_SYSCALL_BIT + 17)
-__NR_preadv    bits/syscall.h  d       #define __NR_preadv (__X32_SYSCALL_BIT + 534)
-__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 (__X32_SYSCALL_BIT + 302)
-__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv (__X32_SYSCALL_BIT + 539)
-__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev (__X32_SYSCALL_BIT + 540)
-__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 (__X32_SYSCALL_BIT + 270)
-__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace (__X32_SYSCALL_BIT + 521)
-__NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg (__X32_SYSCALL_BIT + 182)
-__NR_pwrite    bits/syscall.h  d       #define __NR_pwrite __NR_pwrite64
-__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 (__X32_SYSCALL_BIT + 18)
-__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev (__X32_SYSCALL_BIT + 535)
-__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl (__X32_SYSCALL_BIT + 179)
-__NR_read      bits/syscall.h  d       #define __NR_read (__X32_SYSCALL_BIT + 0)
-__NR_readahead bits/syscall.h  d       #define __NR_readahead (__X32_SYSCALL_BIT + 187)
-__NR_readlink  bits/syscall.h  d       #define __NR_readlink (__X32_SYSCALL_BIT + 89)
-__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat (__X32_SYSCALL_BIT + 267)
-__NR_readv     bits/syscall.h  d       #define __NR_readv (__X32_SYSCALL_BIT + 515)
-__NR_reboot    bits/syscall.h  d       #define __NR_reboot (__X32_SYSCALL_BIT + 169)
-__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom (__X32_SYSCALL_BIT + 517)
-__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg (__X32_SYSCALL_BIT + 537)
-__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg (__X32_SYSCALL_BIT + 519)
-__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages (__X32_SYSCALL_BIT + 216)
-__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr (__X32_SYSCALL_BIT + 197)
-__NR_rename    bits/syscall.h  d       #define __NR_rename (__X32_SYSCALL_BIT + 82)
-__NR_renameat  bits/syscall.h  d       #define __NR_renameat (__X32_SYSCALL_BIT + 264)
-__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 (__X32_SYSCALL_BIT + 316)
-__NR_request_key       bits/syscall.h  d       #define __NR_request_key (__X32_SYSCALL_BIT + 249)
-__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall (__X32_SYSCALL_BIT + 219)
-__NR_rmdir     bits/syscall.h  d       #define __NR_rmdir (__X32_SYSCALL_BIT + 84)
-__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction (__X32_SYSCALL_BIT + 512)
-__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending (__X32_SYSCALL_BIT + 522)
-__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask (__X32_SYSCALL_BIT + 14)
-__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo (__X32_SYSCALL_BIT + 524)
-__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)
-__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend (__X32_SYSCALL_BIT + 130)
-__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait (__X32_SYSCALL_BIT + 523)
-__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo (__X32_SYSCALL_BIT + 536)
-__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max (__X32_SYSCALL_BIT + 146)
-__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min (__X32_SYSCALL_BIT + 147)
-__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity (__X32_SYSCALL_BIT + 204)
-__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr (__X32_SYSCALL_BIT + 315)
-__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam (__X32_SYSCALL_BIT + 143)
-__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler (__X32_SYSCALL_BIT + 145)
-__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval (__X32_SYSCALL_BIT + 148)
-__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity (__X32_SYSCALL_BIT + 203)
-__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr (__X32_SYSCALL_BIT + 314)
-__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam (__X32_SYSCALL_BIT + 142)
-__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler (__X32_SYSCALL_BIT + 144)
-__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield (__X32_SYSCALL_BIT + 24)
-__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp (__X32_SYSCALL_BIT + 317)
-__NR_security  bits/syscall.h  d       #define __NR_security (__X32_SYSCALL_BIT + 185)
-__NR_select    bits/syscall.h  d       #define __NR_select (__X32_SYSCALL_BIT + 23)
-__NR_semctl    bits/syscall.h  d       #define __NR_semctl (__X32_SYSCALL_BIT + 66)
-__NR_semget    bits/syscall.h  d       #define __NR_semget (__X32_SYSCALL_BIT + 64)
-__NR_semop     bits/syscall.h  d       #define __NR_semop (__X32_SYSCALL_BIT + 65)
-__NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop (__X32_SYSCALL_BIT + 220)
-__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile (__X32_SYSCALL_BIT + 40)
-__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg (__X32_SYSCALL_BIT + 538)
-__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg (__X32_SYSCALL_BIT + 518)
-__NR_sendto    bits/syscall.h  d       #define __NR_sendto (__X32_SYSCALL_BIT + 44)
-__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy (__X32_SYSCALL_BIT + 238)
-__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list (__X32_SYSCALL_BIT + 530)
-__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address (__X32_SYSCALL_BIT + 218)
-__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname (__X32_SYSCALL_BIT + 171)
-__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid (__X32_SYSCALL_BIT + 123)
-__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid (__X32_SYSCALL_BIT + 122)
-__NR_setgid    bits/syscall.h  d       #define __NR_setgid (__X32_SYSCALL_BIT + 106)
-__NR_setgroups bits/syscall.h  d       #define __NR_setgroups (__X32_SYSCALL_BIT + 116)
-__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname (__X32_SYSCALL_BIT + 170)
-__NR_setitimer bits/syscall.h  d       #define __NR_setitimer (__X32_SYSCALL_BIT + 38)
-__NR_setns     bits/syscall.h  d       #define __NR_setns (__X32_SYSCALL_BIT + 308)
-__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid (__X32_SYSCALL_BIT + 109)
-__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority (__X32_SYSCALL_BIT + 141)
-__NR_setregid  bits/syscall.h  d       #define __NR_setregid (__X32_SYSCALL_BIT + 114)
-__NR_setresgid bits/syscall.h  d       #define __NR_setresgid (__X32_SYSCALL_BIT + 119)
-__NR_setresuid bits/syscall.h  d       #define __NR_setresuid (__X32_SYSCALL_BIT + 117)
-__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid (__X32_SYSCALL_BIT + 113)
-__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit (__X32_SYSCALL_BIT + 160)
-__NR_setsid    bits/syscall.h  d       #define __NR_setsid (__X32_SYSCALL_BIT + 112)
-__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt (__X32_SYSCALL_BIT + 541)
-__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday (__X32_SYSCALL_BIT + 164)
-__NR_setuid    bits/syscall.h  d       #define __NR_setuid (__X32_SYSCALL_BIT + 105)
-__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr (__X32_SYSCALL_BIT + 188)
-__NR_shmat     bits/syscall.h  d       #define __NR_shmat (__X32_SYSCALL_BIT + 30)
-__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl (__X32_SYSCALL_BIT + 31)
-__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt (__X32_SYSCALL_BIT + 67)
-__NR_shmget    bits/syscall.h  d       #define __NR_shmget (__X32_SYSCALL_BIT + 29)
-__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown (__X32_SYSCALL_BIT + 48)
-__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack (__X32_SYSCALL_BIT + 525)
-__NR_signalfd  bits/syscall.h  d       #define __NR_signalfd (__X32_SYSCALL_BIT + 282)
-__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 (__X32_SYSCALL_BIT + 289)
-__NR_socket    bits/syscall.h  d       #define __NR_socket (__X32_SYSCALL_BIT + 41)
-__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair (__X32_SYSCALL_BIT + 53)
-__NR_splice    bits/syscall.h  d       #define __NR_splice (__X32_SYSCALL_BIT + 275)
-__NR_stat      bits/syscall.h  d       #define __NR_stat (__X32_SYSCALL_BIT + 4)
-__NR_statfs    bits/syscall.h  d       #define __NR_statfs (__X32_SYSCALL_BIT + 137)
-__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff (__X32_SYSCALL_BIT + 168)
-__NR_swapon    bits/syscall.h  d       #define __NR_swapon (__X32_SYSCALL_BIT + 167)
-__NR_symlink   bits/syscall.h  d       #define __NR_symlink (__X32_SYSCALL_BIT + 88)
-__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat (__X32_SYSCALL_BIT + 266)
-__NR_sync      bits/syscall.h  d       #define __NR_sync (__X32_SYSCALL_BIT + 162)
-__NR_sync_file_range   bits/syscall.h  d       #define __NR_sync_file_range (__X32_SYSCALL_BIT + 277)
-__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs (__X32_SYSCALL_BIT + 306)
-__NR_sysfs     bits/syscall.h  d       #define __NR_sysfs (__X32_SYSCALL_BIT + 139)
-__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo (__X32_SYSCALL_BIT + 99)
-__NR_syslog    bits/syscall.h  d       #define __NR_syslog (__X32_SYSCALL_BIT + 103)
-__NR_tee       bits/syscall.h  d       #define __NR_tee (__X32_SYSCALL_BIT + 276)
-__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill (__X32_SYSCALL_BIT + 234)
-__NR_time      bits/syscall.h  d       #define __NR_time (__X32_SYSCALL_BIT + 201)
-__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create (__X32_SYSCALL_BIT + 526)
-__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete (__X32_SYSCALL_BIT + 226)
-__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun (__X32_SYSCALL_BIT + 225)
-__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime (__X32_SYSCALL_BIT + 224)
-__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime (__X32_SYSCALL_BIT + 223)
-__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create (__X32_SYSCALL_BIT + 283)
-__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime (__X32_SYSCALL_BIT + 287)
-__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime (__X32_SYSCALL_BIT + 286)
-__NR_times     bits/syscall.h  d       #define __NR_times (__X32_SYSCALL_BIT + 100)
-__NR_tkill     bits/syscall.h  d       #define __NR_tkill (__X32_SYSCALL_BIT + 200)
-__NR_truncate  bits/syscall.h  d       #define __NR_truncate (__X32_SYSCALL_BIT + 76)
-__NR_tuxcall   bits/syscall.h  d       #define __NR_tuxcall (__X32_SYSCALL_BIT + 184)
-__NR_umask     bits/syscall.h  d       #define __NR_umask (__X32_SYSCALL_BIT + 95)
-__NR_umount2   bits/syscall.h  d       #define __NR_umount2 (__X32_SYSCALL_BIT + 166)
-__NR_uname     bits/syscall.h  d       #define __NR_uname (__X32_SYSCALL_BIT + 63)
-__NR_unlink    bits/syscall.h  d       #define __NR_unlink (__X32_SYSCALL_BIT + 87)
-__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat (__X32_SYSCALL_BIT + 263)
-__NR_unshare   bits/syscall.h  d       #define __NR_unshare (__X32_SYSCALL_BIT + 272)
-__NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd (__X32_SYSCALL_BIT + 323)
-__NR_ustat     bits/syscall.h  d       #define __NR_ustat (__X32_SYSCALL_BIT + 136)
-__NR_utime     bits/syscall.h  d       #define __NR_utime (__X32_SYSCALL_BIT + 132)
-__NR_utimensat bits/syscall.h  d       #define __NR_utimensat (__X32_SYSCALL_BIT + 280)
-__NR_utimes    bits/syscall.h  d       #define __NR_utimes (__X32_SYSCALL_BIT + 235)
-__NR_vfork     bits/syscall.h  d       #define __NR_vfork (__X32_SYSCALL_BIT + 58)
-__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup (__X32_SYSCALL_BIT + 153)
-__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice (__X32_SYSCALL_BIT + 532)
-__NR_wait4     bits/syscall.h  d       #define __NR_wait4 (__X32_SYSCALL_BIT + 61)
-__NR_waitid    bits/syscall.h  d       #define __NR_waitid (__X32_SYSCALL_BIT + 529)
-__NR_write     bits/syscall.h  d       #define __NR_write (__X32_SYSCALL_BIT + 1)
-__NR_writev    bits/syscall.h  d       #define __NR_writev (__X32_SYSCALL_BIT + 516)
+__NR_accept    bits/syscall.h  d       #define __NR_accept (0x40000000 + 43)
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 (0x40000000 + 288)
+__NR_access    bits/syscall.h  d       #define __NR_access (0x40000000 + 21)
+__NR_acct      bits/syscall.h  d       #define __NR_acct (0x40000000 + 163)
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key (0x40000000 + 248)
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex (0x40000000 + 159)
+__NR_afs_syscall       bits/syscall.h  d       #define __NR_afs_syscall (0x40000000 + 183)
+__NR_alarm     bits/syscall.h  d       #define __NR_alarm (0x40000000 + 37)
+__NR_arch_prctl        bits/syscall.h  d       #define __NR_arch_prctl (0x40000000 + 158)
+__NR_bind      bits/syscall.h  d       #define __NR_bind (0x40000000 + 49)
+__NR_bpf       bits/syscall.h  d       #define __NR_bpf (0x40000000 + 321)
+__NR_brk       bits/syscall.h  d       #define __NR_brk (0x40000000 + 12)
+__NR_capget    bits/syscall.h  d       #define __NR_capget (0x40000000 + 125)
+__NR_capset    bits/syscall.h  d       #define __NR_capset (0x40000000 + 126)
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir (0x40000000 + 80)
+__NR_chmod     bits/syscall.h  d       #define __NR_chmod (0x40000000 + 90)
+__NR_chown     bits/syscall.h  d       #define __NR_chown (0x40000000 + 92)
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot (0x40000000 + 161)
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime (0x40000000 + 305)
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres (0x40000000 + 229)
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime (0x40000000 + 228)
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep (0x40000000 + 230)
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime (0x40000000 + 227)
+__NR_clone     bits/syscall.h  d       #define __NR_clone (0x40000000 + 56)
+__NR_close     bits/syscall.h  d       #define __NR_close (0x40000000 + 3)
+__NR_connect   bits/syscall.h  d       #define __NR_connect (0x40000000 + 42)
+__NR_copy_file_range   bits/syscall.h  d       #define __NR_copy_file_range (0x40000000 + 326)
+__NR_creat     bits/syscall.h  d       #define __NR_creat (0x40000000 + 85)
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module (0x40000000 + 176)
+__NR_dup       bits/syscall.h  d       #define __NR_dup (0x40000000 + 32)
+__NR_dup2      bits/syscall.h  d       #define __NR_dup2 (0x40000000 + 33)
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 (0x40000000 + 292)
+__NR_epoll_create      bits/syscall.h  d       #define __NR_epoll_create (0x40000000 + 213)
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 (0x40000000 + 291)
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl (0x40000000 + 233)
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait (0x40000000 + 281)
+__NR_epoll_wait        bits/syscall.h  d       #define __NR_epoll_wait (0x40000000 + 232)
+__NR_eventfd   bits/syscall.h  d       #define __NR_eventfd (0x40000000 + 284)
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 (0x40000000 + 290)
+__NR_execve    bits/syscall.h  d       #define __NR_execve (0x40000000 + 520)
+__NR_execveat  bits/syscall.h  d       #define __NR_execveat (0x40000000 + 545)
+__NR_exit      bits/syscall.h  d       #define __NR_exit (0x40000000 + 60)
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group (0x40000000 + 231)
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat (0x40000000 + 269)
+__NR_fadvise64 bits/syscall.h  d       #define __NR_fadvise64 (0x40000000 + 221)
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate (0x40000000 + 285)
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init (0x40000000 + 300)
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark (0x40000000 + 301)
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir (0x40000000 + 81)
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod (0x40000000 + 91)
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat (0x40000000 + 268)
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown (0x40000000 + 93)
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat (0x40000000 + 260)
+__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl (0x40000000 + 72)
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync (0x40000000 + 75)
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr (0x40000000 + 193)
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module (0x40000000 + 313)
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr (0x40000000 + 196)
+__NR_flock     bits/syscall.h  d       #define __NR_flock (0x40000000 + 73)
+__NR_fork      bits/syscall.h  d       #define __NR_fork (0x40000000 + 57)
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr (0x40000000 + 199)
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr (0x40000000 + 190)
+__NR_fstat     bits/syscall.h  d       #define __NR_fstat (0x40000000 + 5)
+__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs (0x40000000 + 138)
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync (0x40000000 + 74)
+__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate (0x40000000 + 77)
+__NR_futex     bits/syscall.h  d       #define __NR_futex (0x40000000 + 202)
+__NR_futimesat bits/syscall.h  d       #define __NR_futimesat (0x40000000 + 261)
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy (0x40000000 + 239)
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list (0x40000000 + 531)
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu (0x40000000 + 309)
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd (0x40000000 + 79)
+__NR_getdents  bits/syscall.h  d       #define __NR_getdents (0x40000000 + 78)
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 (0x40000000 + 217)
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid (0x40000000 + 108)
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid (0x40000000 + 107)
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid (0x40000000 + 104)
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups (0x40000000 + 115)
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer (0x40000000 + 36)
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername (0x40000000 + 52)
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid (0x40000000 + 121)
+__NR_getpgrp   bits/syscall.h  d       #define __NR_getpgrp (0x40000000 + 111)
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid (0x40000000 + 39)
+__NR_getpmsg   bits/syscall.h  d       #define __NR_getpmsg (0x40000000 + 181)
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid (0x40000000 + 110)
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority (0x40000000 + 140)
+__NR_getrandom bits/syscall.h  d       #define __NR_getrandom (0x40000000 + 318)
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid (0x40000000 + 120)
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid (0x40000000 + 118)
+__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit (0x40000000 + 97)
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage (0x40000000 + 98)
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid (0x40000000 + 124)
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname (0x40000000 + 51)
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt (0x40000000 + 542)
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid (0x40000000 + 186)
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday (0x40000000 + 96)
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid (0x40000000 + 102)
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr (0x40000000 + 191)
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module (0x40000000 + 175)
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch (0x40000000 + 254)
+__NR_inotify_init      bits/syscall.h  d       #define __NR_inotify_init (0x40000000 + 253)
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 (0x40000000 + 294)
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch (0x40000000 + 255)
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel (0x40000000 + 210)
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy (0x40000000 + 207)
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents (0x40000000 + 208)
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup (0x40000000 + 543)
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit (0x40000000 + 544)
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl (0x40000000 + 514)
+__NR_ioperm    bits/syscall.h  d       #define __NR_ioperm (0x40000000 + 173)
+__NR_iopl      bits/syscall.h  d       #define __NR_iopl (0x40000000 + 172)
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get (0x40000000 + 252)
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set (0x40000000 + 251)
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp (0x40000000 + 312)
+__NR_kexec_file_load   bits/syscall.h  d       #define __NR_kexec_file_load (0x40000000 + 320)
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load (0x40000000 + 528)
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl (0x40000000 + 250)
+__NR_kill      bits/syscall.h  d       #define __NR_kill (0x40000000 + 62)
+__NR_lchown    bits/syscall.h  d       #define __NR_lchown (0x40000000 + 94)
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr (0x40000000 + 192)
+__NR_link      bits/syscall.h  d       #define __NR_link (0x40000000 + 86)
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat (0x40000000 + 265)
+__NR_listen    bits/syscall.h  d       #define __NR_listen (0x40000000 + 50)
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr (0x40000000 + 194)
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr (0x40000000 + 195)
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie (0x40000000 + 212)
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr (0x40000000 + 198)
+__NR_lseek     bits/syscall.h  d       #define __NR_lseek (0x40000000 + 8)
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr (0x40000000 + 189)
+__NR_lstat     bits/syscall.h  d       #define __NR_lstat (0x40000000 + 6)
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise (0x40000000 + 28)
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind (0x40000000 + 237)
+__NR_membarrier        bits/syscall.h  d       #define __NR_membarrier (0x40000000 + 324)
+__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create (0x40000000 + 319)
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages (0x40000000 + 256)
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore (0x40000000 + 27)
+__NR_mkdir     bits/syscall.h  d       #define __NR_mkdir (0x40000000 + 83)
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat (0x40000000 + 258)
+__NR_mknod     bits/syscall.h  d       #define __NR_mknod (0x40000000 + 133)
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat (0x40000000 + 259)
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock (0x40000000 + 149)
+__NR_mlock2    bits/syscall.h  d       #define __NR_mlock2 (0x40000000 + 325)
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall (0x40000000 + 151)
+__NR_mmap      bits/syscall.h  d       #define __NR_mmap (0x40000000 + 9)
+__NR_modify_ldt        bits/syscall.h  d       #define __NR_modify_ldt (0x40000000 + 154)
+__NR_mount     bits/syscall.h  d       #define __NR_mount (0x40000000 + 165)
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages (0x40000000 + 533)
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect (0x40000000 + 10)
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr (0x40000000 + 245)
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify (0x40000000 + 527)
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open (0x40000000 + 240)
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive (0x40000000 + 243)
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend (0x40000000 + 242)
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink (0x40000000 + 241)
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap (0x40000000 + 25)
+__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl (0x40000000 + 71)
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget (0x40000000 + 68)
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv (0x40000000 + 70)
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd (0x40000000 + 69)
+__NR_msync     bits/syscall.h  d       #define __NR_msync (0x40000000 + 26)
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock (0x40000000 + 150)
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall (0x40000000 + 152)
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap (0x40000000 + 11)
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at (0x40000000 + 303)
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep (0x40000000 + 35)
+__NR_newfstatat        bits/syscall.h  d       #define __NR_newfstatat (0x40000000 + 262)
+__NR_open      bits/syscall.h  d       #define __NR_open (0x40000000 + 2)
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at (0x40000000 + 304)
+__NR_openat    bits/syscall.h  d       #define __NR_openat (0x40000000 + 257)
+__NR_pause     bits/syscall.h  d       #define __NR_pause (0x40000000 + 34)
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open (0x40000000 + 298)
+__NR_personality       bits/syscall.h  d       #define __NR_personality (0x40000000 + 135)
+__NR_pipe      bits/syscall.h  d       #define __NR_pipe (0x40000000 + 22)
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 (0x40000000 + 293)
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root (0x40000000 + 155)
+__NR_poll      bits/syscall.h  d       #define __NR_poll (0x40000000 + 7)
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll (0x40000000 + 271)
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl (0x40000000 + 157)
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 (0x40000000 + 17)
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv (0x40000000 + 534)
+__NR_preadv2   bits/syscall.h  d       #define __NR_preadv2 (0x40000000 + 327)
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 (0x40000000 + 302)
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv (0x40000000 + 539)
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev (0x40000000 + 540)
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 (0x40000000 + 270)
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace (0x40000000 + 521)
+__NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg (0x40000000 + 182)
+__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 (0x40000000 + 18)
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev (0x40000000 + 535)
+__NR_pwritev2  bits/syscall.h  d       #define __NR_pwritev2 (0x40000000 + 328)
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl (0x40000000 + 179)
+__NR_read      bits/syscall.h  d       #define __NR_read (0x40000000 + 0)
+__NR_readahead bits/syscall.h  d       #define __NR_readahead (0x40000000 + 187)
+__NR_readlink  bits/syscall.h  d       #define __NR_readlink (0x40000000 + 89)
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat (0x40000000 + 267)
+__NR_readv     bits/syscall.h  d       #define __NR_readv (0x40000000 + 515)
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot (0x40000000 + 169)
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom (0x40000000 + 517)
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg (0x40000000 + 537)
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg (0x40000000 + 519)
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages (0x40000000 + 216)
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr (0x40000000 + 197)
+__NR_rename    bits/syscall.h  d       #define __NR_rename (0x40000000 + 82)
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat (0x40000000 + 264)
+__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 (0x40000000 + 316)
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key (0x40000000 + 249)
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall (0x40000000 + 219)
+__NR_rmdir     bits/syscall.h  d       #define __NR_rmdir (0x40000000 + 84)
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction (0x40000000 + 512)
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending (0x40000000 + 522)
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask (0x40000000 + 14)
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo (0x40000000 + 524)
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn (0x40000000 + 513)
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend (0x40000000 + 130)
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait (0x40000000 + 523)
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo (0x40000000 + 536)
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max (0x40000000 + 146)
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min (0x40000000 + 147)
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity (0x40000000 + 204)
+__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr (0x40000000 + 315)
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam (0x40000000 + 143)
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler (0x40000000 + 145)
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval (0x40000000 + 148)
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity (0x40000000 + 203)
+__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr (0x40000000 + 314)
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam (0x40000000 + 142)
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler (0x40000000 + 144)
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield (0x40000000 + 24)
+__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp (0x40000000 + 317)
+__NR_security  bits/syscall.h  d       #define __NR_security (0x40000000 + 185)
+__NR_select    bits/syscall.h  d       #define __NR_select (0x40000000 + 23)
+__NR_semctl    bits/syscall.h  d       #define __NR_semctl (0x40000000 + 66)
+__NR_semget    bits/syscall.h  d       #define __NR_semget (0x40000000 + 64)
+__NR_semop     bits/syscall.h  d       #define __NR_semop (0x40000000 + 65)
+__NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop (0x40000000 + 220)
+__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile (0x40000000 + 40)
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg (0x40000000 + 538)
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg (0x40000000 + 518)
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto (0x40000000 + 44)
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy (0x40000000 + 238)
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list (0x40000000 + 530)
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address (0x40000000 + 218)
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname (0x40000000 + 171)
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid (0x40000000 + 123)
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid (0x40000000 + 122)
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid (0x40000000 + 106)
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups (0x40000000 + 116)
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname (0x40000000 + 170)
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer (0x40000000 + 38)
+__NR_setns     bits/syscall.h  d       #define __NR_setns (0x40000000 + 308)
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid (0x40000000 + 109)
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority (0x40000000 + 141)
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid (0x40000000 + 114)
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid (0x40000000 + 119)
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid (0x40000000 + 117)
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid (0x40000000 + 113)
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit (0x40000000 + 160)
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid (0x40000000 + 112)
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt (0x40000000 + 541)
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday (0x40000000 + 164)
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid (0x40000000 + 105)
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr (0x40000000 + 188)
+__NR_shmat     bits/syscall.h  d       #define __NR_shmat (0x40000000 + 30)
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl (0x40000000 + 31)
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt (0x40000000 + 67)
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget (0x40000000 + 29)
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown (0x40000000 + 48)
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack (0x40000000 + 525)
+__NR_signalfd  bits/syscall.h  d       #define __NR_signalfd (0x40000000 + 282)
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 (0x40000000 + 289)
+__NR_socket    bits/syscall.h  d       #define __NR_socket (0x40000000 + 41)
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair (0x40000000 + 53)
+__NR_splice    bits/syscall.h  d       #define __NR_splice (0x40000000 + 275)
+__NR_stat      bits/syscall.h  d       #define __NR_stat (0x40000000 + 4)
+__NR_statfs    bits/syscall.h  d       #define __NR_statfs (0x40000000 + 137)
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff (0x40000000 + 168)
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon (0x40000000 + 167)
+__NR_symlink   bits/syscall.h  d       #define __NR_symlink (0x40000000 + 88)
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat (0x40000000 + 266)
+__NR_sync      bits/syscall.h  d       #define __NR_sync (0x40000000 + 162)
+__NR_sync_file_range   bits/syscall.h  d       #define __NR_sync_file_range (0x40000000 + 277)
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs (0x40000000 + 306)
+__NR_sysfs     bits/syscall.h  d       #define __NR_sysfs (0x40000000 + 139)
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo (0x40000000 + 99)
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog (0x40000000 + 103)
+__NR_tee       bits/syscall.h  d       #define __NR_tee (0x40000000 + 276)
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill (0x40000000 + 234)
+__NR_time      bits/syscall.h  d       #define __NR_time (0x40000000 + 201)
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create (0x40000000 + 526)
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete (0x40000000 + 226)
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun (0x40000000 + 225)
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime (0x40000000 + 224)
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime (0x40000000 + 223)
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create (0x40000000 + 283)
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime (0x40000000 + 287)
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime (0x40000000 + 286)
+__NR_times     bits/syscall.h  d       #define __NR_times (0x40000000 + 100)
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill (0x40000000 + 200)
+__NR_truncate  bits/syscall.h  d       #define __NR_truncate (0x40000000 + 76)
+__NR_tuxcall   bits/syscall.h  d       #define __NR_tuxcall (0x40000000 + 184)
+__NR_umask     bits/syscall.h  d       #define __NR_umask (0x40000000 + 95)
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 (0x40000000 + 166)
+__NR_uname     bits/syscall.h  d       #define __NR_uname (0x40000000 + 63)
+__NR_unlink    bits/syscall.h  d       #define __NR_unlink (0x40000000 + 87)
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat (0x40000000 + 263)
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare (0x40000000 + 272)
+__NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd (0x40000000 + 323)
+__NR_ustat     bits/syscall.h  d       #define __NR_ustat (0x40000000 + 136)
+__NR_utime     bits/syscall.h  d       #define __NR_utime (0x40000000 + 132)
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat (0x40000000 + 280)
+__NR_utimes    bits/syscall.h  d       #define __NR_utimes (0x40000000 + 235)
+__NR_vfork     bits/syscall.h  d       #define __NR_vfork (0x40000000 + 58)
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup (0x40000000 + 153)
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice (0x40000000 + 532)
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 (0x40000000 + 61)
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid (0x40000000 + 529)
+__NR_write     bits/syscall.h  d       #define __NR_write (0x40000000 + 1)
+__NR_writev    bits/syscall.h  d       #define __NR_writev (0x40000000 + 516)
 __WORDSIZE     bits/reg.h      d       #define __WORDSIZE 32
 __WORDSIZE     bits/user.h     d       #define __WORDSIZE 64
-__X32_SYSCALL_BIT      bits/syscall.h  d       #define __X32_SYSCALL_BIT 0x40000000
 __isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
 __jmp_buf      bits/setjmp.h   t       typedef unsigned long long __jmp_buf[8];
 blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
index 74e2b38..59b88fe 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
@@ -196,6 +198,8 @@ 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
 FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 63
 FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
@@ -281,47 +285,8 @@ LDBL_TRUE_MIN      bits/float.h    d       #define LDBL_TRUE_MIN 3.6451995318824746025e-4951L
 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_32BIT      bits/mman.h     d       #define MAP_32BIT 0x40
-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 2048
-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
 NBPG   bits/user.h     d       #define NBPG PAGE_SIZE
 NL0    bits/termios.h  d       #define NL0 0000000
 NL1    bits/termios.h  d       #define NL1 0000400
@@ -377,17 +342,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
 R10    bits/reg.h      d       #define R10 7
@@ -524,6 +478,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
@@ -560,6 +515,7 @@ SYS_clock_settime   bits/syscall.h  d       #define SYS_clock_settime 227
 SYS_clone      bits/syscall.h  d       #define SYS_clone 56
 SYS_close      bits/syscall.h  d       #define SYS_close 3
 SYS_connect    bits/syscall.h  d       #define SYS_connect 42
+SYS_copy_file_range    bits/syscall.h  d       #define SYS_copy_file_range 326
 SYS_creat      bits/syscall.h  d       #define SYS_creat 85
 SYS_create_module      bits/syscall.h  d       #define SYS_create_module 174
 SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 176
@@ -719,6 +675,7 @@ SYS_ppoll   bits/syscall.h  d       #define SYS_ppoll 271
 SYS_prctl      bits/syscall.h  d       #define SYS_prctl 157
 SYS_pread64    bits/syscall.h  d       #define SYS_pread64 17
 SYS_preadv     bits/syscall.h  d       #define SYS_preadv 295
+SYS_preadv2    bits/syscall.h  d       #define SYS_preadv2 327
 SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 302
 SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 310
 SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 311
@@ -727,6 +684,7 @@ SYS_ptrace  bits/syscall.h  d       #define SYS_ptrace 101
 SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg 182
 SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 18
 SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 296
+SYS_pwritev2   bits/syscall.h  d       #define SYS_pwritev2 328
 SYS_query_module       bits/syscall.h  d       #define SYS_query_module 178
 SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 179
 SYS_read       bits/syscall.h  d       #define SYS_read 0
@@ -893,12 +851,16 @@ 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 0x80045432
 TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
-TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL 0x80045440
 TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
 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 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
 TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
@@ -917,7 +879,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
@@ -948,15 +909,16 @@ TIOCSERSETMULTI   bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
 TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
 TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
-TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
+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 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
 UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
@@ -982,6 +944,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)
@@ -1099,6 +1062,7 @@ __NR_clock_settime        bits/syscall.h  d       #define __NR_clock_settime 227
 __NR_clone     bits/syscall.h  d       #define __NR_clone 56
 __NR_close     bits/syscall.h  d       #define __NR_close 3
 __NR_connect   bits/syscall.h  d       #define __NR_connect 42
+__NR_copy_file_range   bits/syscall.h  d       #define __NR_copy_file_range 326
 __NR_creat     bits/syscall.h  d       #define __NR_creat 85
 __NR_create_module     bits/syscall.h  d       #define __NR_create_module 174
 __NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 176
@@ -1258,6 +1222,7 @@ __NR_ppoll        bits/syscall.h  d       #define __NR_ppoll 271
 __NR_prctl     bits/syscall.h  d       #define __NR_prctl 157
 __NR_pread64   bits/syscall.h  d       #define __NR_pread64 17
 __NR_preadv    bits/syscall.h  d       #define __NR_preadv 295
+__NR_preadv2   bits/syscall.h  d       #define __NR_preadv2 327
 __NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 302
 __NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 310
 __NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 311
@@ -1266,6 +1231,7 @@ __NR_ptrace       bits/syscall.h  d       #define __NR_ptrace 101
 __NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg 182
 __NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 18
 __NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 296
+__NR_pwritev2  bits/syscall.h  d       #define __NR_pwritev2 328
 __NR_query_module      bits/syscall.h  d       #define __NR_query_module 178
 __NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 179
 __NR_read      bits/syscall.h  d       #define __NR_read 0
index 3c44d62..db5938b 100755 (executable)
@@ -13,8 +13,11 @@ arm
 i386
 microblaze
 mips
+mips64
+mipsn32
 or1k
 powerpc
+powerpc64
 sh
 x32
 x86_64
index 5dc8bef..f92cfa0 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs c11 api</h3>
-<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=074e6b3fe3f2ad89b991f3d8ab0932035b312a62">074e6b3fe3f2ad89b991f3d8ab0932035b312a62</a><br>Date:   2016-02-22 00:07:05 -0500<br><br>    release 1.1.14
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=faf69b9a73d09fafcbe4fd3007b8d8724293d8e1">faf69b9a73d09fafcbe4fd3007b8d8724293d8e1</a><br>Date:   2016-07-05 17:58:46 -0400<br><br>    release 1.1.15
 <h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported, arch specific definitions are not linked)<ul><li>d - macro definition<li>t - typedef<li>s - struct declaration<li>u - union declaration<li>p - function prototype<li>x - external and forward variable declaration</ul></ul><p>(Annex K apis are excluded: -D__STDC_WANT_LIB_EXT1__=0 is assumed)
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>c11<tr><th>status<th>sym<th>decl<th>name<th>header<th>proto<th>section
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n12">d</a> <td>static_assert<td>assert.h<td>&#160;<td>B.1 Diagnostics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n16">t</a> <td>jmp_buf<td>setjmp.h<td>&#160;<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n32">p</a> <td>setjmp<td>setjmp.h<td>int setjmp(jmp_buf env);<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n33">p</a> <td>longjmp<td>setjmp.h<td>_Noreturn void longjmp(jmp_buf env, int val);<td>B.12 Nonlocal jumps
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n259">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n257">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n264">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n262">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGILL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGTERM<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n256">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n261">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGABRT<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGINT<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n255">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n260">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGFPE<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGSEGV<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n261">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n262">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n266">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n267">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdalign.h#n12">d</a> <td>alignas<td>stdalign.h<td>&#160;<td>B.14 Alignment
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdalign.h#n17">d</a> <td>__alignas_is_defined<td>stdalign.h<td>&#160;<td>B.14 Alignment
 <tr><td>&#160;<td>&#160;<td>t <td>va_list<td>stdarg.h<td>&#160;<td>B.15 Variable arguments
 <tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n61">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n57">x</a> <td>stderr<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n53">t</a> <td>fpos_t<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n44">d</a> <td>BUFSIZ<td>stdio.h<td>&#160;<td>B.20 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n74">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n77">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n15">d</a> <td>SEEK_CUR<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n73">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n76">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n15">d</a> <td>SEEK_CUR<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n59">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n55">x</a> <td>stdin<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">d</a> <td>EOF<td>stdio.h<td>&#160;<td>B.20 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n75">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n78">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n16">d</a> <td>SEEK_END<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n74">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n77">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n16">d</a> <td>SEEK_END<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n60">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n56">x</a> <td>stdout<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n40">d</a> <td>_IOFBF<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n46">d</a> <td>FOPEN_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n73">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n76">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n33">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n14">d</a> <td>SEEK_SET<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n72">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n75">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n33">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n14">d</a> <td>SEEK_SET<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n67">p</a> <td>remove<td>stdio.h<td>int remove(const char *filename);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n68">p</a> <td>rename<td>stdio.h<td>int rename(const char *old, const char *new);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n125">p</a> <td>tmpfile<td>stdio.h<td>FILE *tmpfile(void);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n35">p</a> <td>rand<td>stdlib.h<td>int rand(void);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n36">p</a> <td>srand<td>stdlib.h<td>void srand(unsigned int seed);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n42">p</a> <td>aligned_alloc<td>stdlib.h<td>void *aligned_alloc(size_t alignment, size_t size);<td>B.21 General utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n13">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n74">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n39">p</a> <td>calloc<td>stdlib.h<td>void *calloc(size_t nmemb, size_t size);<td>B.21 General utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n15">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n75">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n41">p</a> <td>free<td>stdlib.h<td>void free(void *ptr);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n13">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n75">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n39">p</a> <td>calloc<td>stdlib.h<td>void *calloc(size_t nmemb, size_t size);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n15">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n76">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n41">p</a> <td>free<td>stdlib.h<td>void free(void *ptr);<td>B.21 General utilities
 <tr><td>&#160;<td>TW<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n12">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n38">p</a> <td>malloc<td>stdlib.h<td>void *malloc(size_t size);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n14">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n40">p</a> <td>realloc<td>stdlib.h<td>void *realloc(void *ptr, size_t size);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n44">p</a> <td>abort<td>stdlib.h<td>_Noreturn void abort(void);<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdnoreturn.h#n5">d</a> <td>noreturn<td>stdnoreturn.h<td>&#160;<td>B.22 _Noreturn
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>string.h<td>&#160;<td>B.23 String handling
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>string.h<td>&#160;<td>B.23 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n72">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n25">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n73">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n25">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n26">p</a> <td>memmove<td>string.h<td>void *memmove(void *s1, const void *s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n31">p</a> <td>strcpy<td>string.h<td>char *strcpy(char * restrict s1, const char * restrict s2);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n32">p</a> <td>strncpy<td>string.h<td>char *strncpy(char * restrict s1, const char * restrict s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n34">p</a> <td>strcat<td>string.h<td>char *strcat(char * restrict s1, const char * restrict s2);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n35">p</a> <td>strncat<td>string.h<td>char *strncat(char * restrict s1, const char * restrict s2, size_t n);<td>B.23 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n73">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n28">p</a> <td>memcmp<td>string.h<td>int memcmp(const void *s1, const void *s2, size_t n);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n74">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n28">p</a> <td>memcmp<td>string.h<td>int memcmp(const void *s1, const void *s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n37">p</a> <td>strcmp<td>string.h<td>int strcmp(const char *s1, const char *s2);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n40">p</a> <td>strcoll<td>string.h<td>int strcoll(const char *s1, const char *s2);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n38">p</a> <td>strncmp<td>string.h<td>int strncmp(const char *s1, const char *s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n50">p</a> <td>strtok<td>string.h<td>char *strtok(char * restrict s1, const char * restrict s2);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n27">p</a> <td>memset<td>string.h<td>void *memset(void *s, int c, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n54">p</a> <td>strerror<td>string.h<td>char *strerror(int errnum);<td>B.23 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n52">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/un.h#n24">p</a> <td>strlen<td>string.h<td>size_t strlen(const char *s);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n52">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/un.h#n23">p</a> <td>strlen<td>string.h<td>size_t strlen(const char *s);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n123">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n215">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td>s <td>struct timespec<td>time.h<td>&#160;<td>B.26 Date and time
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n64">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n63">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>clock_t<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n38">s</a> <td>struct tm<td>time.h<td>&#160;<td>B.26 Date and time
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n66">d</a> <td>TIME_UTC<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n65">d</a> <td>TIME_UTC<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>time_t<td>time.h<td>&#160;<td>B.26 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n53">p</a> <td>clock<td>time.h<td>clock_t clock(void);<td>B.26 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n55">p</a> <td>difftime<td>time.h<td>double difftime(time_t time1, time_t time0);<td>B.26 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n56">p</a> <td>mktime<td>time.h<td>time_t mktime(struct tm *timeptr);<td>B.26 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n54">p</a> <td>time<td>time.h<td>time_t time(time_t *timer);<td>B.26 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n62">p</a> <td>timespec_get<td>time.h<td>int timespec_get(timespec *ts, int base);<td>B.26 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n60">p</a> <td>asctime<td>time.h<td>char *asctime(const struct tm *timeptr);<td>B.26 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n61">p</a> <td>ctime<td>time.h<td>char *ctime(const time_t *timer);<td>B.26 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n58">p</a> <td>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.26 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n59">p</a> <td>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.26 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n57">p</a> <td>strftime<td>time.h<td>size_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n52">p</a> <td>clock<td>time.h<td>clock_t clock(void);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n54">p</a> <td>difftime<td>time.h<td>double difftime(time_t time1, time_t time0);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n55">p</a> <td>mktime<td>time.h<td>time_t mktime(struct tm *timeptr);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n53">p</a> <td>time<td>time.h<td>time_t time(time_t *timer);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n61">p</a> <td>timespec_get<td>time.h<td>int timespec_get(timespec *ts, int base);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n59">p</a> <td>asctime<td>time.h<td>char *asctime(const struct tm *timeptr);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n60">p</a> <td>ctime<td>time.h<td>char *ctime(const time_t *timer);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n57">p</a> <td>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n58">p</a> <td>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n56">p</a> <td>strftime<td>time.h<td>size_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>mbstate_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n7">t</a> <td>char16_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
index 7889fb4..637c0f2 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs c99 api</h3>
-<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=074e6b3fe3f2ad89b991f3d8ab0932035b312a62">074e6b3fe3f2ad89b991f3d8ab0932035b312a62</a><br>Date:   2016-02-22 00:07:05 -0500<br><br>    release 1.1.14
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=faf69b9a73d09fafcbe4fd3007b8d8724293d8e1">faf69b9a73d09fafcbe4fd3007b8d8724293d8e1</a><br>Date:   2016-07-05 17:58:46 -0400<br><br>    release 1.1.15
 <h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported, arch specific definitions are not linked)<ul><li>d - macro definition<li>t - typedef<li>s - struct declaration<li>u - union declaration<li>p - function prototype<li>x - external and forward variable declaration</ul></ul>
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>c99<tr><th>status<th>sym<th>decl<th>name<th>header<th>proto<th>section
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n3">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n6">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n8">d</a> <td>assert<td>assert.h<td>void assert(scalar expression);<td>B.1 Diagnostics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n16">t</a> <td>jmp_buf<td>setjmp.h<td>&#160;<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n32">p</a> <td>setjmp<td>setjmp.h<td>int setjmp(jmp_buf env);<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n33">p</a> <td>longjmp<td>setjmp.h<td>void longjmp(jmp_buf env, int val);<td>B.12 Nonlocal jumps
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n259">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n257">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n264">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n262">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGILL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGTERM<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n256">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n261">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGABRT<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGINT<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n255">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n260">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGFPE<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGSEGV<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n261">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n262">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n266">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n267">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>t <td>va_list<td>stdarg.h<td>&#160;<td>B.14 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n15">d</a> <td>va_arg<td>stdarg.h<td>type va_arg(va_list ap, type);<td>B.14 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n16">d</a> <td>va_copy<td>stdarg.h<td>void va_copy(va_list dest, va_list src);<td>B.14 Variable arguments
 <tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n61">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n57">x</a> <td>stderr<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n53">t</a> <td>fpos_t<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n44">d</a> <td>BUFSIZ<td>stdio.h<td>&#160;<td>B.18 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n74">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n77">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n15">d</a> <td>SEEK_CUR<td>stdio.h<td>&#160;<td>B.18 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n73">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n76">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n15">d</a> <td>SEEK_CUR<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n59">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n55">x</a> <td>stdin<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">d</a> <td>EOF<td>stdio.h<td>&#160;<td>B.18 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n75">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n78">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n16">d</a> <td>SEEK_END<td>stdio.h<td>&#160;<td>B.18 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n74">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n77">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n16">d</a> <td>SEEK_END<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n60">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n56">x</a> <td>stdout<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n40">d</a> <td>_IOFBF<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n46">d</a> <td>FOPEN_MAX<td>stdio.h<td>&#160;<td>B.18 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n73">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n76">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n33">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n14">d</a> <td>SEEK_SET<td>stdio.h<td>&#160;<td>B.18 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n72">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n75">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n33">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n14">d</a> <td>SEEK_SET<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n67">p</a> <td>remove<td>stdio.h<td>int remove(const char *filename);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n68">p</a> <td>rename<td>stdio.h<td>int rename(const char *old, const char *new);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n125">p</a> <td>tmpfile<td>stdio.h<td>FILE *tmpfile(void);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n33">p</a> <td>strtoull<td>stdlib.h<td>unsigned long long int strtoull(const char * restrict nptr, char ** restrict endptr, int base);<td>B.19 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n35">p</a> <td>rand<td>stdlib.h<td>int rand(void);<td>B.19 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n36">p</a> <td>srand<td>stdlib.h<td>void srand(unsigned int seed);<td>B.19 General utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n13">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n74">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n39">p</a> <td>calloc<td>stdlib.h<td>void *calloc(size_t nmemb, size_t size);<td>B.19 General utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n15">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n75">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n41">p</a> <td>free<td>stdlib.h<td>void free(void *ptr);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n13">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n75">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n39">p</a> <td>calloc<td>stdlib.h<td>void *calloc(size_t nmemb, size_t size);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n15">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n76">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n41">p</a> <td>free<td>stdlib.h<td>void free(void *ptr);<td>B.19 General utilities
 <tr><td>&#160;<td>TW<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n12">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n38">p</a> <td>malloc<td>stdlib.h<td>void *malloc(size_t size);<td>B.19 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n14">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n40">p</a> <td>realloc<td>stdlib.h<td>void *realloc(void *ptr, size_t size);<td>B.19 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n44">p</a> <td>abort<td>stdlib.h<td>void abort(void);<td>B.19 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n74">p</a> <td>wcstombs<td>stdlib.h<td>size_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);<td>B.19 General utilities
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>string.h<td>&#160;<td>B.20 String handling
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>string.h<td>&#160;<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n72">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n25">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n73">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n25">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n26">p</a> <td>memmove<td>string.h<td>void *memmove(void *s1, const void *s2, size_t n);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n31">p</a> <td>strcpy<td>string.h<td>char *strcpy(char * restrict s1, const char * restrict s2);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n32">p</a> <td>strncpy<td>string.h<td>char *strncpy(char * restrict s1, const char * restrict s2, size_t n);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n34">p</a> <td>strcat<td>string.h<td>char *strcat(char * restrict s1, const char * restrict s2);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n35">p</a> <td>strncat<td>string.h<td>char *strncat(char * restrict s1, const char * restrict s2, size_t n);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n73">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n28">p</a> <td>memcmp<td>string.h<td>int memcmp(const void *s1, const void *s2, size_t n);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n74">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n28">p</a> <td>memcmp<td>string.h<td>int memcmp(const void *s1, const void *s2, size_t n);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n37">p</a> <td>strcmp<td>string.h<td>int strcmp(const char *s1, const char *s2);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n40">p</a> <td>strcoll<td>string.h<td>int strcoll(const char *s1, const char *s2);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n38">p</a> <td>strncmp<td>string.h<td>int strncmp(const char *s1, const char *s2, size_t n);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n50">p</a> <td>strtok<td>string.h<td>char *strtok(char * restrict s1, const char * restrict s2);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n27">p</a> <td>memset<td>string.h<td>void *memset(void *s, int c, size_t n);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n54">p</a> <td>strerror<td>string.h<td>char *strerror(int errnum);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n52">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/un.h#n24">p</a> <td>strlen<td>string.h<td>size_t strlen(const char *s);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n52">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/un.h#n23">p</a> <td>strlen<td>string.h<td>size_t strlen(const char *s);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n123">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n215">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>time.h<td>&#160;<td>B.22 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>time.h<td>&#160;<td>B.22 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>time_t<td>time.h<td>&#160;<td>B.22 Date and time
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n64">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.22 Date and time
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n63">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.22 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>clock_t<td>time.h<td>&#160;<td>B.22 Date and time
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n38">s</a> <td>struct tm<td>time.h<td>&#160;<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n53">p</a> <td>clock<td>time.h<td>clock_t clock(void);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n55">p</a> <td>difftime<td>time.h<td>double difftime(time_t time1, time_t time0);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n56">p</a> <td>mktime<td>time.h<td>time_t mktime(struct tm *timeptr);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n54">p</a> <td>time<td>time.h<td>time_t time(time_t *timer);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n60">p</a> <td>asctime<td>time.h<td>char *asctime(const struct tm *timeptr);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n61">p</a> <td>ctime<td>time.h<td>char *ctime(const time_t *timer);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n58">p</a> <td>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n59">p</a> <td>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n57">p</a> <td>strftime<td>time.h<td>size_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n52">p</a> <td>clock<td>time.h<td>clock_t clock(void);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n54">p</a> <td>difftime<td>time.h<td>double difftime(time_t time1, time_t time0);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n55">p</a> <td>mktime<td>time.h<td>time_t mktime(struct tm *timeptr);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n53">p</a> <td>time<td>time.h<td>time_t time(time_t *timer);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n59">p</a> <td>asctime<td>time.h<td>char *asctime(const struct tm *timeptr);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n60">p</a> <td>ctime<td>time.h<td>char *ctime(const time_t *timer);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n57">p</a> <td>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n58">p</a> <td>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n56">p</a> <td>strftime<td>time.h<td>size_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);<td>B.22 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>wchar_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n85">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n88">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n33">d</a> <td>WCHAR_MAX<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
index 9cb2b32..e2fa1ae 100644 (file)
@@ -1,11 +1,11 @@
 <h3>musl vs posix api</h3>
-<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=074e6b3fe3f2ad89b991f3d8ab0932035b312a62">074e6b3fe3f2ad89b991f3d8ab0932035b312a62</a><br>Date:   2016-02-22 00:07:05 -0500<br><br>    release 1.1.14
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=faf69b9a73d09fafcbe4fd3007b8d8724293d8e1">faf69b9a73d09fafcbe4fd3007b8d8724293d8e1</a><br>Date:   2016-07-05 17:58:46 -0400<br><br>    release 1.1.15
 <h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported)<ul><li>d - macro definition<li>p - function prototype<li>x - external and forward variable declaration</ul></ul><p>(STREAMS and posix_trace* apis are excluded)
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>posix<tr><th>status<th>sym<th>decl<th>name<th>header<th>option<th>desc
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n29">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_CLR.html">FD_CLR</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n30">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_ISSET.html">FD_ISSET</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n28">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_SET.html">FD_SET</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n27">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_ZERO.html">FD_ZERO</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n28">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_CLR.html">FD_CLR</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n29">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_ISSET.html">FD_ISSET</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n27">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_SET.html">FD_SET</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n26">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_ZERO.html">FD_ZERO</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/_Exit.html">_Exit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>_Exit, _exit - terminate a process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/_exit.html">_exit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>_Exit, _exit - terminate a process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/_longjmp.html">_longjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>_longjmp, _setjmp - non-local goto
@@ -15,7 +15,7 @@
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/a64l.html">a64l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>a64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/abort.html">abort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>abort - generate an abnormal process abort
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/abs.html">abs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>abs - return an integer absolute value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n301">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/accept.html">accept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>accept - accept a new connection on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n316">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/accept.html">accept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>accept - accept a new connection on a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/access.html">access</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>access, faccessat - determine accessibility of a file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n123">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acos.html">acos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosf.html">acosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
@@ -31,9 +31,9 @@
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/aio.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_suspend.html">aio_suspend</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_suspend - wait for an asynchronous I/O request
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/aio.h#n43">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_write.html">aio_write</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_write - asynchronous write to a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n80">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/alarm.html">alarm</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>alarm - schedule an alarm signal
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/alphasort.html">alphasort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>alphasort, scandir - scan a directory
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime.html">asctime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>asctime, asctime_r - convert date and time to a string
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime_r.html">asctime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>asctime, asctime_r - convert date and time to a string
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/alphasort.html">alphasort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>alphasort, scandir - scan a directory
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime.html">asctime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>asctime, asctime_r - convert date and time to a string
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime_r.html">asctime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>asctime, asctime_r - convert date and time to a string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n131">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n148">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n211">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asin.html">asin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinf.html">asinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n135">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n149">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n212">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinh.html">asinh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
@@ -56,7 +56,7 @@
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atol.html">atol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atol, atoll - convert a string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atoll.html">atoll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atol, atoll - convert a string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/libgen.h#n9">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/basename.html">basename</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/libgen.h.html">libgen.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>basename - return the last component of a pathname
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n298">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html">bind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>bind - bind a name to a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n313">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html">bind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>bind - bind a name to a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bsearch.html">bsearch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>bsearch - binary search a sorted table
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/btowc.html">btowc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>btowc - single byte to wide character conversion
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cabs.html">cabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cabs, cabsf, cabsl - return a complex absolute value
@@ -68,7 +68,7 @@
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cacoshf.html">cacoshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cacosh, cacoshf, cacoshl - complex arc hyperbolic cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cacoshl.html">cacoshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cacosh, cacoshf, cacoshl - complex arc hyperbolic cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cacosl.html">cacosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cacos, cacosf, cacosl - complex arc cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n13">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n74">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/calloc.html">calloc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>calloc - a memory allocator
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n13">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n75">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/calloc.html">calloc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>calloc - a memory allocator
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n84">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n153">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n216">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/carg.html">carg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>carg, cargf, cargl - complex argument functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cargf.html">cargf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>carg, cargf, cargl - complex argument functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n86">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cargl.html">cargl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>carg, cargf, cargl - complex argument functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n113">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cimagf.html">cimagf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cimag, cimagf, cimagl - complex imaginary functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n114">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cimagl.html">cimagl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cimag, cimagf, cimagl - complex imaginary functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clearerr.html">clearerr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>clearerr - clear indicators on a stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock.html">clock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>clock - report CPU time used
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getcpuclockid.html">clock_getcpuclockid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CPT">CPT</a><td>clock_getcpuclockid - access a process CPU-time clock (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html">clock_getres</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>clock_getres, clock_gettime, clock_settime - clock and timer functions
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_gettime.html">clock_gettime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>clock_getres, clock_gettime, clock_settime - clock and timer functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_nanosleep.html">clock_nanosleep</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>clock_nanosleep - high resolution sleep with specifiable clock
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_settime.html">clock_settime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>clock_getres, clock_gettime, clock_settime - clock and timer functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock.html">clock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>clock - report CPU time used
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getcpuclockid.html">clock_getcpuclockid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CPT">CPT</a><td>clock_getcpuclockid - access a process CPU-time clock (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html">clock_getres</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>clock_getres, clock_gettime, clock_settime - clock and timer functions
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_gettime.html">clock_gettime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>clock_getres, clock_gettime, clock_settime - clock and timer functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_nanosleep.html">clock_nanosleep</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>clock_nanosleep - high resolution sleep with specifiable clock
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_settime.html">clock_settime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>clock_getres, clock_gettime, clock_settime - clock and timer functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clog.html">clog</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>clog, clogf, clogl - complex natural logarithm functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clogf.html">clogf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>clog, clogf, clogl - complex natural logarithm functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n70">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clogl.html">clogl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>clog, clogf, clogl - complex natural logarithm functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/close.html">close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>close - close a file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/closedir.html">closedir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>closedir - close a directory stream
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/closedir.html">closedir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>closedir - close a directory stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/syslog.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/closelog.html">closelog</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html">syslog.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>closelog, openlog, setlogmask, syslog - control system log
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/confstr.html">confstr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>confstr - get configurable variables
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n92">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n157">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n220">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conj.html">conj</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n93">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conjf.html">conjf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conjl.html">conjl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n299">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/connect.html">connect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>connect - connect a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n314">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/connect.html">connect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>connect - connect a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysign.html">copysign</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n160">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignf.html">copysignf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignl.html">copysignl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n108">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n100">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n162">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n225">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/creal.html">creal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>creal, crealf, creall - complex real functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n109">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/crealf.html">crealf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>creal, crealf, creall - complex real functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n110">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/creall.html">creall</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>creal, crealf, creall - complex real functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/creat.html">creat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OH">OH</a><td>creat - create a new file or rewrite an existing one
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/creat.html">creat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OH">OH</a><td>creat - create a new file or rewrite an existing one
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/crypt.h#n13">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n144">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/crypt.html">crypt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>crypt - string encoding function (<b>CRYPT</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/csin.html">csin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>csin, csinf, csinl - complex sine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/csinf.html">csinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>csin, csinf, csinl - complex sine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctanhl.html">ctanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ctanh, ctanhf, ctanhl - complex hyperbolic tangent functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctanl.html">ctanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ctan, ctanf, ctanl - complex tangent functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n150">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctermid.html">ctermid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>ctermid - generate a pathname for the controlling terminal
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime.html">ctime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>ctime, ctime_r - convert a time value to a date and time string
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime_r.html">ctime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>ctime, ctime_r - convert a time value to a date and time string
-<tr><td>&#160;<td>V<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n121">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/daylight.html">daylight</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime.html">ctime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>ctime, ctime_r - convert a time value to a date and time string
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime_r.html">ctime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>ctime, ctime_r - convert a time value to a date and time string
+<tr><td>&#160;<td>V<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n119">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/daylight.html">daylight</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_clearerr.html">dbm_clearerr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_close.html">dbm_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_delete.html">dbm_delete</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_nextkey.html">dbm_nextkey</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_open.html">dbm_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_store.html">dbm_store</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/difftime.html">difftime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>difftime - compute the difference between two calendar time values
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dirfd.html">dirfd</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>dirfd - extract the file descriptor used by a DIR stream
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/difftime.html">difftime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>difftime - compute the difference between two calendar time values
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dirfd.html">dirfd</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>dirfd - extract the file descriptor used by a DIR stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/libgen.h#n8">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dirname.html">dirname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/libgen.h.html">libgen.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dirname - report the parent directory name of a file pathname
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/div.html">div</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>div - compute the quotient and remainder of an integer division
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dlfcn.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlclose.html">dlclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlclose - close a dlopen object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html">dup2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>dup, dup2 - duplicate an open file descriptor
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/duplocale.html">duplocale</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>duplocale - duplicate a locale object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n145">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/encrypt.html">encrypt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>encrypt - encoding function (<b>CRYPT</b>)
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endgrent.html">endgrent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endgrent, getgrent, setgrent - group database entry functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endhostent.html">endhostent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endhostent, gethostent, sethostent - network host database functions
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endnetent.html">endnetent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endprotoent.html">endprotoent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endpwent.html">endpwent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endpwent, getpwent, setpwent - user database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endservent.html">endservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endutxent.html">endutxent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endgrent.html">endgrent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endgrent, getgrent, setgrent - group database entry functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endhostent.html">endhostent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endhostent, gethostent, sethostent - network host database functions
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endnetent.html">endnetent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endprotoent.html">endprotoent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endpwent.html">endpwent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endpwent, getpwent, setpwent - user database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endservent.html">endservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endutxent.html">endutxent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 <tr><td>&#160;<td>V<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n182">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/environ.html">environ</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erand48.html">erand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n171">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n163">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n226">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erf.html">erf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchown.html">fchown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>fchown - change owner and group of a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchownat.html">fchownat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>chown, fchownat - change owner and group of a file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fclose.html">fclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fclose - close a stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html">fcntl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td>&#160;<td>fcntl - file control
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html">fcntl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td>&#160;<td>fcntl - file control
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html">fdatasync</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SIO">SIO</a><td>fdatasync - synchronize the data of a file (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n195">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n169">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n232">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdim.html">fdim</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n196">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdimf.html">fdimf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdiml.html">fdiml</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdopen.html">fdopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>fdopen - associate a stream with a file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdopendir.html">fdopendir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>fdopendir, opendir - open directory associated with file descriptor
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdopendir.html">fdopendir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>fdopendir, opendir - open directory associated with file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n10">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/feclearexcept.html">feclearexcept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>feclearexcept - clear floating-point exception
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fegetenv.html">fegetenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>fegetenv, fesetenv - get and set current floating-point environment
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n11">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fegetexceptflag.html">fegetexceptflag</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>fegetexceptflag, fesetexceptflag - get and set floating-point status flags
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fputwc.html">fputwc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fputwc - put a wide-character code on a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fputws.html">fputws</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fputws - put a wide-character string on a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n82">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fread.html">fread</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fread - binary input
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n15">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n75">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/free.html">free</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>free - free allocated memory
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/freeaddrinfo.html">freeaddrinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>freeaddrinfo, getaddrinfo - get address information
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n15">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n76">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/free.html">free</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>free - free allocated memory
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/freeaddrinfo.html">freeaddrinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>freeaddrinfo, getaddrinfo - get address information
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/freelocale.html">freelocale</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>freelocale - free resources allocated for a locale object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/freopen.html">freopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>freopen - open a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n219">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n238">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexp.html">frexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/ipc.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftok.html">ftok</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_ipc.h.html">sys/ipc.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>ftok - generate an IPC key
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html">ftruncate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>ftruncate - truncate a file to a specified length
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftrylockfile.html">ftrylockfile</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>flockfile, ftrylockfile, funlockfile - stdio locking functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ftw.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftw.html">ftw</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ftw.h.html">ftw.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>ftw - traverse (walk) a file tree
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ftw.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftw.html">ftw</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ftw.h.html">ftw.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>ftw - traverse (walk) a file tree
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n142">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/funlockfile.html">funlockfile</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>flockfile, ftrylockfile, funlockfile - stdio locking functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n88">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/futimens.html">futimens</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>futimens, utimensat, utimes - set file access and modification times
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fwide.html">fwide</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fwide - set stream orientation
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fwprintf.html">fwprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fwprintf, swprintf, wprintf - print formatted wide-character output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n83">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fwrite.html">fwrite</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fwrite - binary output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fwscanf.html">fwscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fwscanf, swscanf, wscanf - convert formatted wide-character input
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gai_strerror.html">gai_strerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>gai_strerror - address and name information error description
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html">getaddrinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>freeaddrinfo, getaddrinfo - get address information
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gai_strerror.html">gai_strerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>gai_strerror - address and name information error description
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html">getaddrinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>freeaddrinfo, getaddrinfo - get address information
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n86">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getc.html">getc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>getc - get a byte from a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n143">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getc_unlocked.html">getc_unlocked</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n87">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getchar.html">getchar</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>getchar - get a byte from a .I stdin stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n144">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getchar_unlocked.html">getchar_unlocked</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getcwd.html">getcwd</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getcwd - get the pathname of the current working directory
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdate.html">getdate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getdate - convert user format date and time
-<tr><td>&#160;<td>C<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n124">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdate_err.html">getdate_err</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getdate - convert user format date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdate.html">getdate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getdate - convert user format date and time
+<tr><td>&#160;<td>C<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n122">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdate_err.html">getdate_err</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getdate - convert user format date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n147">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdelim.html">getdelim</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getdelim, getline - read a delimited record from .I stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getegid.html">getegid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getegid - get the effective group ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getenv.html">getenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>getenv - get value of an environment variable
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/geteuid.html">geteuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>geteuid - get the effective user ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgid.html">getgid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getgid - get the real group ID
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgrent.html">getgrent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endgrent, getgrent, setgrent - group database entry functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgrgid.html">getgrgid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td>&#160;<td>getgrgid, getgrgid_r - get group database entry for a group ID
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgrgid_r.html">getgrgid_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td>&#160;<td>getgrgid, getgrgid_r - get group database entry for a group ID
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgrnam.html">getgrnam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td>&#160;<td>getgrnam, getgrnam_r - search group database for a name
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgrnam_r.html">getgrnam_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td>&#160;<td>getgrnam, getgrnam_r - search group database for a name
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgrent.html">getgrent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endgrent, getgrent, setgrent - group database entry functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgrgid.html">getgrgid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td>&#160;<td>getgrgid, getgrgid_r - get group database entry for a group ID
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgrgid_r.html">getgrgid_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td>&#160;<td>getgrgid, getgrgid_r - get group database entry for a group ID
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgrnam.html">getgrnam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td>&#160;<td>getgrnam, getgrnam_r - search group database for a name
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgrnam_r.html">getgrnam_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td>&#160;<td>getgrnam, getgrnam_r - search group database for a name
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgroups.html">getgroups</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getgroups - get supplementary group IDs
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gethostent.html">gethostent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endhostent, gethostent, sethostent - network host database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gethostent.html">gethostent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endhostent, gethostent, sethostent - network host database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gethostid.html">gethostid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>gethostid - get an identifier for the current host
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gethostname.html">gethostname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>gethostname - get name of current host
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/time.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getitimer.html">getitimer</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getitimer, setitimer - get and set value of interval timer
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/time.h#n25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getitimer.html">getitimer</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getitimer, setitimer - get and set value of interval timer
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n148">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getline.html">getline</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getdelim, getline - read a delimited record from .I stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getlogin.html">getlogin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getlogin, getlogin_r - get login name
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n120">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getlogin_r.html">getlogin_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getlogin, getlogin_r - get login name
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnameinfo.html">getnameinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>getnameinfo - get name information
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetbyaddr.html">getnetbyaddr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetbyname.html">getnetbyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetent.html">getnetent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnameinfo.html">getnameinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>getnameinfo - get name information
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetbyaddr.html">getnetbyaddr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetbyname.html">getnetbyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetent.html">getnetent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/getopt.h#n8">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getopt.html">getopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getopt, optarg, opterr, optind, optopt - command option parsing
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n305">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpeername.html">getpeername</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getpeername - get the name of the peer socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n320">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpeername.html">getpeername</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getpeername - get the name of the peer socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n97">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgid.html">getpgid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpgid - get the process group ID for a process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgrp.html">getpgrp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpgrp - get the process group ID of the calling process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpid.html">getpid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpid - get the process ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getppid.html">getppid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getppid - get the parent process ID
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/resource.h#n55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpriority.html">getpriority</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getpriority, setpriority - get and set the nice value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getprotobyname.html">getprotobyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n118">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getprotobynumber.html">getprotobynumber</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n116">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getprotoent.html">getprotoent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwent.html">getpwent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endpwent, getpwent, setpwent - user database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwnam.html">getpwnam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwnam, getpwnam_r - search user database for a name
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwnam_r.html">getpwnam_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwnam, getpwnam_r - search user database for a name
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid.html">getpwuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwuid, getpwuid_r - search user database for a user ID
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid_r.html">getpwuid_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwuid, getpwuid_r - search user database for a user ID
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/resource.h#n51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getrlimit.html">getrlimit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getrlimit, setrlimit - control maximum resource consumption
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/resource.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getrusage.html">getrusage</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getrusage - get information about resource utilization
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/resource.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpriority.html">getpriority</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getpriority, setpriority - get and set the nice value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getprotobyname.html">getprotobyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getprotobynumber.html">getprotobynumber</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getprotoent.html">getprotoent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwent.html">getpwent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endpwent, getpwent, setpwent - user database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwnam.html">getpwnam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwnam, getpwnam_r - search user database for a name
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwnam_r.html">getpwnam_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwnam, getpwnam_r - search user database for a name
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid.html">getpwuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwuid, getpwuid_r - search user database for a user ID
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid_r.html">getpwuid_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwuid, getpwuid_r - search user database for a user ID
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/resource.h#n49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getrlimit.html">getrlimit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getrlimit, setrlimit - control maximum resource consumption
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/resource.h#n51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getrusage.html">getrusage</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getrusage - get information about resource utilization
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gets.html">gets</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>gets - get a string from a .I stdin stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservbyname.html">getservbyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservbyport.html">getservbyport</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservent.html">getservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservbyname.html">getservbyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservbyport.html">getservbyport</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservent.html">getservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsid.html">getsid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getsid - get the process group ID of a session leader
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n304">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockname.html">getsockname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockname - get the socket name
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n314">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockopt.html">getsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockopt - get the socket options
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n319">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockname.html">getsockname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockname - get the socket name
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n329">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockopt.html">getsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockopt - get the socket options
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsubopt.html">getsubopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>getsubopt - parse suboption arguments from a string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/time.h#n11">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html">gettimeofday</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>gettimeofday - get the date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getuid.html">getuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getuid - get a real user ID
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getutxent.html">getutxent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getutxid.html">getutxid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getutxline.html">getutxline</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getutxent.html">getutxent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getutxid.html">getutxid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getutxline.html">getutxline</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getwc.html">getwc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>getwc - get a wide character from a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getwchar.html">getwchar</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>getwchar - get a wide character from a .I stdin stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/glob.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/glob.html">glob</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/glob.h.html">glob.h</a><td>&#160;<td>glob, globfree - generate pathnames matching a pattern
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/glob.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/globfree.html">globfree</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/glob.h.html">glob.h</a><td>&#160;<td>glob, globfree - generate pathnames matching a pattern
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime.html">gmtime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>gmtime, gmtime_r - convert a time value to a broken-down UTC time
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime_r.html">gmtime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>gmtime, gmtime_r - convert a time value to a broken-down UTC time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime.html">gmtime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>gmtime, gmtime_r - convert a time value to a broken-down UTC time
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime_r.html">gmtime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>gmtime, gmtime_r - convert a time value to a broken-down UTC time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n120">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/grantpt.html">grantpt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>grantpt - grant access to the slave pseudo-terminal device
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hcreate.html">hcreate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>hcreate, hdestroy, hsearch - manage hash search table
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hdestroy.html">hdestroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>hcreate, hdestroy, hsearch - manage hash search table
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hsearch.html">hsearch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>hcreate, hdestroy, hsearch - manage hash search table
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/arpa/inet.h#n11">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/netinet/in.h#n71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/htonl.html">htonl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/arpa/inet.h#n12">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/netinet/in.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/htons.html">htons</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/arpa/inet.h#n11">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/netinet/in.h#n67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/htonl.html">htonl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/arpa/inet.h#n12">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/netinet/in.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/htons.html">htons</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n223">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n176">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n239">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypot.html">hypot</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n224">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotf.html">hypotf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotl.html">hypotl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iconv.h#n17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html">iconv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv - codeset conversion function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iconv.h#n18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv_close.html">iconv_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv_close - codeset conversion deallocation function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iconv.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv_open.html">iconv_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv_open - codeset conversion allocation function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/net/if.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_freenameindex.html">if_freenameindex</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_freenameindex - free memory allocated by if_nameindex
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/net/if.h#n19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_indextoname.html">if_indextoname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_indextoname - map a network interface index to its corresponding name
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/net/if.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_nameindex.html">if_nameindex</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_nameindex - return all network interface names and indexes
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/net/if.h#n18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_nametoindex.html">if_nametoindex</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_nametoindex - map a network interface name to its corresponding index
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/net/if.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_freenameindex.html">if_freenameindex</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_freenameindex - free memory allocated by if_nameindex
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/net/if.h#n18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_indextoname.html">if_indextoname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_indextoname - map a network interface index to its corresponding name
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/net/if.h#n19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_nameindex.html">if_nameindex</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_nameindex - return all network interface names and indexes
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/net/if.h#n17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_nametoindex.html">if_nametoindex</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_nametoindex - map a network interface name to its corresponding index
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n227">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogb.html">ilogb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n228">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogbf.html">ilogbf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogbl.html">ilogbl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n375">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/j1.html">j1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n376">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/jn.html">jn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/jrand48.html">jrand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n193">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/kill.html">kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>kill - send a signal to a process or a group of processes
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n219">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/killpg.html">killpg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>killpg - send a signal to a process group
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n198">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/kill.html">kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>kill - send a signal to a process or a group of processes
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n224">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/killpg.html">killpg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>killpg - send a signal to a process group
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/l64a.html">l64a</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>a64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/labs.html">labs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>labs, llabs - return a long integer absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lchown.html">lchown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>lchown - change the owner and group of a symbolic link
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/link.html">link</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>link, linkat - link one file to another file relative to two directory file descriptors
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/linkat.html">linkat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>link, linkat - link one file to another file relative to two directory file descriptors
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/aio.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lio_listio.html">lio_listio</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>lio_listio - list directed I/O
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n300">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>listen - listen for socket connections and limit the queue of incoming connections
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n315">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>listen - listen for socket connections and limit the queue of incoming connections
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llabs.html">llabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>labs, llabs - return a long integer absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lldiv.html">lldiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>ldiv, lldiv - compute quotient and remainder of a long division
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n239">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrint.html">llrint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n244">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llroundf.html">llroundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llroundl.html">llroundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localeconv.html">localeconv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td>&#160;<td>localeconv - return locale-specific information
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime.html">localtime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>localtime, localtime_r - convert a time value to a broken-down local time
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html">localtime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>localtime, localtime_r - convert a time value to a broken-down local time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lockf.html">lockf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>lockf - record locking on files
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime.html">localtime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>localtime, localtime_r - convert a time value to a broken-down local time
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html">localtime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>localtime, localtime_r - convert a time value to a broken-down local time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n138">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lockf.html">lockf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>lockf - record locking on files
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n247">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n182">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n245">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log.html">log</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n251">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10.html">log10</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n252">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10f.html">log10f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbtowc.html">mbtowc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>mbtowc - convert a character to a wide-character code
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memccpy.html">memccpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>memccpy - copy bytes in memory
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memchr.html">memchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memchr - find byte in memory
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n73">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memcmp.html">memcmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memcmp - compare bytes in memory
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n72">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memcpy.html">memcpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memcpy - copy bytes in memory
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n74">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memcmp.html">memcmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memcmp - compare bytes in memory
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n73">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memcpy.html">memcpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memcpy - copy bytes in memory
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memmove.html">memmove</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memmove - copy bytes in memory with overlapping areas
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memset.html">memset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memset - set bytes in memory
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdir.html">mkdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>mkdir, mkdirat - make a directory relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n82">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mknod.html">mknod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>mknod, mknodat - make directory, special file, or regular file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mknodat.html">mknodat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>mknod, mknodat - make directory, special file, or regular file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkstemp.html">mkstemp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>mkdtemp, mkstemp - create a unique directory or file
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mktime.html">mktime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>mktime - convert broken-down time into time since the Epoch
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mlock.html">mlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MLR">MLR</a><td>mlock, munlock - lock or unlock a range of process address space (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mlockall.html">mlockall</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ML">ML</a><td>mlockall, munlockall - lock/unlock the address space of a process (<b>REALTIME</b>)
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mmap.html">mmap</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>mmap - map pages of memory
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mktime.html">mktime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>mktime - convert broken-down time into time since the Epoch
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mlock.html">mlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MLR">MLR</a><td>mlock, munlock - lock or unlock a range of process address space (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mlockall.html">mlockall</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ML">ML</a><td>mlockall, munlockall - lock/unlock the address space of a process (<b>REALTIME</b>)
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mmap.html">mmap</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>mmap - map pages of memory
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modf.html">modf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n276">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modff.html">modff</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n277">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modfl.html">modfl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mprotect.html">mprotect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>mprotect - set protection of memory mapping
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n84">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mprotect.html">mprotect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>mprotect - set protection of memory mapping
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/mqueue.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_close.html">mq_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_close - close a message queue (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/mqueue.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_getattr.html">mq_getattr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_getattr - get message queue attributes (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/mqueue.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_notify.html">mq_notify</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_notify - notify process that a message is available (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/msg.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/msgget.html">msgget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_msg.h.html">sys/msg.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>msgget - get the XSI message queue identifier
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/msg.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/msgrcv.html">msgrcv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_msg.h.html">sys/msg.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>msgrcv - XSI message receive operation
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/msg.h#n39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/msgsnd.html">msgsnd</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_msg.h.html">sys/msg.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>msgsnd - XSI message send operation
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/msync.html">msync</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>msync - synchronize memory with physical storage
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/munlock.html">munlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MLR">MLR</a><td>mlock, munlock - lock or unlock a range of process address space (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/munlockall.html">munlockall</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ML">ML</a><td>mlockall, munlockall - lock/unlock the address space of a process (<b>REALTIME</b>)
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/munmap.html">munmap</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>munmap - unmap pages of memory
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/msync.html">msync</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>msync - synchronize memory with physical storage
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/munlock.html">munlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MLR">MLR</a><td>mlock, munlock - lock or unlock a range of process address space (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/munlockall.html">munlockall</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ML">ML</a><td>mlockall, munlockall - lock/unlock the address space of a process (<b>REALTIME</b>)
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n82">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/munmap.html">munmap</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>munmap - unmap pages of memory
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nan.html">nan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n280">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanf.html">nanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanl.html">nanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanosleep.html">nanosleep</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>nanosleep - high resolution sleep
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanosleep.html">nanosleep</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>nanosleep - high resolution sleep
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n283">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyint.html">nearbyint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n284">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyintf.html">nearbyintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyintl.html">nearbyintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n291">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n191">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n254">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttoward.html">nexttoward</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n292">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttowardf.html">nexttowardf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttowardl.html">nexttowardl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ftw.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nftw.html">nftw</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ftw.h.html">ftw.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>nftw - walk a file tree
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ftw.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nftw.html">nftw</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ftw.h.html">ftw.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>nftw - walk a file tree
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nice.html">nice</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>nice - change the nice value of a process
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/langinfo.h#n85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nl_langinfo.html">nl_langinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/langinfo.h.html">langinfo.h</a><td>&#160;<td>nl_langinfo, nl_langinfo_l - language information
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/langinfo.h#n86">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nl_langinfo_l.html">nl_langinfo_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/langinfo.h.html">langinfo.h</a><td>&#160;<td>nl_langinfo, nl_langinfo_l - language information
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nrand48.html">nrand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/arpa/inet.h#n13">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/netinet/in.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ntohl.html">ntohl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/arpa/inet.h#n14">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/netinet/in.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ntohs.html">ntohs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/open.html">open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OH">OH</a><td>open, openat - open file relative to directory file descriptor
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/arpa/inet.h#n13">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/netinet/in.h#n69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ntohl.html">ntohl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/arpa/inet.h#n14">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/netinet/in.h#n70">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ntohs.html">ntohs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/open.html">open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OH">OH</a><td>open, openat - open file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/open_memstream.html">open_memstream</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>open_memstream, open_wmemstream - open a dynamic memory buffer stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/open_wmemstream.html">open_wmemstream</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>open_memstream, open_wmemstream - open a dynamic memory buffer stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/openat.html">openat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OH">OH</a><td>open, openat - open file relative to directory file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/opendir.html">opendir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>fdopendir, opendir - open directory associated with file descriptor
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/openat.html">openat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OH">OH</a><td>open, openat - open file relative to directory file descriptor
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/opendir.html">opendir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>fdopendir, opendir - open directory associated with file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/syslog.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/openlog.html">openlog</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html">syslog.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>closelog, openlog, setlogmask, syslog - control system log
 <tr><td>&#160;<td>C<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/getopt.h#n9">x</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n125">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/optarg.html">optarg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getopt, optarg, opterr, optind, optopt - command option parsing
 <tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/getopt.h#n10">x</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n126">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/opterr.html">opterr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getopt, optarg, opterr, optind, optopt - command option parsing
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n134">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pclose.html">pclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pclose - close a pipe stream to or from a process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/perror.html">perror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>perror - write error messages to standard error
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pipe.html">pipe</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pipe - create an interprocess channel
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/poll.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/poll.html">poll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/poll.h.html">poll.h</a><td>&#160;<td>poll - input/output multiplexing
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/poll.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/poll.html">poll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/poll.h.html">poll.h</a><td>&#160;<td>poll - input/output multiplexing
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n133">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/popen.html">popen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>popen - initiate pipe streams to or from a process
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_fadvise.html">posix_fadvise</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ADV">ADV</a><td>posix_fadvise - file advisory information (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_fallocate.html">posix_fallocate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ADV">ADV</a><td>posix_fallocate - file space control (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_madvise.html">posix_madvise</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ADV">ADV</a><td>posix_madvise - memory advisory information and alignment control (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_fadvise.html">posix_fadvise</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ADV">ADV</a><td>posix_fadvise - file advisory information (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_fallocate.html">posix_fallocate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ADV">ADV</a><td>posix_fallocate - file space control (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n87">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_madvise.html">posix_madvise</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ADV">ADV</a><td>posix_madvise - memory advisory information and alignment control (<b>ADVANCED REALTIME</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_mem_offset.html">posix_mem_offset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TYM">TYM</a><td>posix_mem_offset - find offset and length of a mapped typed memory block (<b>ADVANCED REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_memalign.html">posix_memalign</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ADV">ADV</a><td>posix_memalign - aligned memory allocation (<b>ADVANCED REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_openpt.html">posix_openpt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>posix_openpt - open a pseudo-terminal device
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/powl.html">powl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pread.html">pread</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pread, read - read from a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html">printf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pselect.html">pselect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n213">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psiginfo.html">psiginfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n214">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psignal.html">psignal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pselect.html">pselect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n218">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psiginfo.html">psiginfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n219">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psignal.html">psignal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n193">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_atfork.html">pthread_atfork</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_atfork - register fork handlers
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n144">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_destroy.html">pthread_attr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n150">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getdetachstate.html">pthread_attr_getdetachstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n80">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_join.html">pthread_join</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_join - wait for thread termination
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_key_create.html">pthread_key_create</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_key_create - thread-specific data key creation
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_key_delete.html">pthread_key_delete</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_key_delete - thread-specific data key deletion
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n211">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_kill.html">pthread_kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_kill - send a signal to a thread
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n216">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_kill.html">pthread_kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_kill - send a signal to a thread
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_consistent.html">pthread_mutex_consistent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_consistent - mark state protected by robust mutex as consistent
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_destroy.html">pthread_mutex_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_getprioceiling.html">pthread_mutex_getprioceiling</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#RPP">RPP</a><td>pthread_mutex_getprioceiling, pthread_mutex_setprioceiling - get and set the priority ceiling of a mutex (<b>REALTIME THREADS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setschedparam.html">pthread_setschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_getschedparam, pthread_setschedparam - dynamic thread scheduling parameters access (<b>REALTIME THREADS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setschedprio.html">pthread_setschedprio</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_setschedprio - dynamic thread scheduling parameters access (<b>REALTIME THREADS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setspecific.html">pthread_setspecific</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_getspecific, pthread_setspecific - thread-specific data management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n210">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_sigmask.html">pthread_sigmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_sigmask, sigprocmask - examine and change blocked signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n215">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_sigmask.html">pthread_sigmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_sigmask, sigprocmask - examine and change blocked signals
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_destroy.html">pthread_spin_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_init.html">pthread_spin_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_lock.html">pthread_spin_lock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_lock, pthread_spin_trylock - lock a spin lock object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n146">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putchar_unlocked.html">putchar_unlocked</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n118">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putenv.html">putenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>putenv - change or add a value to an environment
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/puts.html">puts</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>puts - put a string on standard output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pututxline.html">pututxline</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pututxline.html">pututxline</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putwc.html">putwc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>putwc - put a wide character on a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putwchar.html">putwchar</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>putwchar - put a wide character on a stdout stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pwrite.html">pwrite</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pwrite, write - write on a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/qsort.html">qsort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>qsort - sort a table of data
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n262">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/raise.html">raise</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>raise - send a signal to the executing process
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n267">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/raise.html">raise</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>raise - send a signal to the executing process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rand.html">rand</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>rand, rand_r, srand - pseudo-random number generator
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rand_r.html">rand_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>rand, rand_r, srand - pseudo-random number generator
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/random.html">random</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/read.html">read</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pread, read - read from a file
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readdir.html">readdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>readdir, readdir_r - read a directory
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readdir_r.html">readdir_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>readdir, readdir_r - read a directory
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readdir.html">readdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>readdir, readdir_r - read a directory
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readdir_r.html">readdir_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>readdir, readdir_r - read a directory
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readlink.html">readlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>readlink, readlinkat - read the contents of a symbolic link relative to a directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readlinkat.html">readlinkat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>readlink, readlinkat - read the contents of a symbolic link relative to a directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/uio.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readv.html">readv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_uio.h.html">sys/uio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>readv - read a vector
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n14">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/realloc.html">realloc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>realloc - memory reallocator
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/realpath.html">realpath</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>realpath - resolve a pathname
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n308">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recv.html">recv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recv - receive a message from a connected socket
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n310">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html">recvfrom</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvfrom - receive a message from a socket
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n312">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvmsg.html">recvmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvmsg - receive a message from a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n323">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recv.html">recv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recv - receive a message from a connected socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n325">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html">recvfrom</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvfrom - receive a message from a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n327">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvmsg.html">recvmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvmsg - receive a message from a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/regex.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regcomp.html">regcomp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/regex.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regerror.html">regerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/regex.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regexec.html">regexec</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rename.html">rename</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>rename, renameat - rename file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n149">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/renameat.html">renameat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>rename, renameat - rename file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rewind.html">rewind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>rewind - reset the file position indicator in a stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rewinddir.html">rewinddir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>rewinddir - reset the position of a directory stream to the beginning of a directory
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rewinddir.html">rewinddir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>rewinddir - reset the position of a directory stream to the beginning of a directory
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n307">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rint.html">rint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n308">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rintf.html">rintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rintl.html">rintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n319">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbn.html">scalbn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n320">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbnf.html">scalbnf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbnl.html">scalbnl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scandir.html">scandir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>alphasort, scandir - scan a directory
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scandir.html">scandir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>alphasort, scandir - scan a directory
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scanf.html">scanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fscanf, scanf, sscanf - convert formatted input
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_get_priority_max.html">sched_get_priority_max</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>sched_get_priority_max, sched_get_priority_min - get priority limits (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_get_priority_min.html">sched_get_priority_min</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>sched_get_priority_max, sched_get_priority_min - get priority limits (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_setscheduler.html">sched_setscheduler</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>sched_setscheduler - set scheduling policy and parameters (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_yield.html">sched_yield</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td>&#160;<td>sched_yield - yield the processor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n133">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/seed48.html">seed48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/seekdir.html">seekdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>seekdir - set the position of a directory stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/select.html">select</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/seekdir.html">seekdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>seekdir - set the position of a directory stream
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/select.html">select</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/semaphore.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_close.html">sem_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_close - close a named semaphore
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/semaphore.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_destroy.html">sem_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_destroy - destroy an unnamed semaphore
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/semaphore.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_getvalue.html">sem_getvalue</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_getvalue - get the value of a semaphore
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/sem.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semctl.html">semctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semctl - XSI semaphore control operations
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/sem.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semget.html">semget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semget - get set of XSI semaphores
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/sem.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semop.html">semop</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semop - XSI semaphore operations
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n307">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html">send</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>send - send a message on a socket
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n311">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendmsg.html">sendmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendmsg - send a message on a socket using a message structure
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n309">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendto.html">sendto</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendto - send a message on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n322">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html">send</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>send - send a message on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n326">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendmsg.html">sendmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendmsg - send a message on a socket using a message structure
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n324">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendto.html">sendto</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendto - send a message on a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setbuf.html">setbuf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>setbuf - assign buffering to a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setegid.html">setegid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setegid - set the effective group ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setenv.html">setenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>setenv - add or change environment variable
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/seteuid.html">seteuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>seteuid - set effective user ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setgid.html">setgid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setgid - set-group-ID
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setgrent.html">setgrent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endgrent, getgrent, setgrent - group database entry functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sethostent.html">sethostent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endhostent, gethostent, sethostent - network host database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/time.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setitimer.html">setitimer</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getitimer, setitimer - get and set value of interval timer
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setgrent.html">setgrent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endgrent, getgrent, setgrent - group database entry functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n93">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sethostent.html">sethostent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endhostent, gethostent, sethostent - network host database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/time.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setitimer.html">setitimer</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getitimer, setitimer - get and set value of interval timer
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setjmp.html">setjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td>&#160;<td>setjmp - set jump point for a non-local goto
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setkey.html">setkey</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>setkey - set encoding key (<b>CRYPT</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setlocale.html">setlocale</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td>&#160;<td>setlocale - set program locale
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/syslog.h#n61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setlogmask.html">setlogmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html">syslog.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>closelog, openlog, setlogmask, syslog - control system log
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setnetent.html">setnetent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n97">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setnetent.html">setnetent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setpgid.html">setpgid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setpgid - set process group ID for job control
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n143">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setpgrp.html">setpgrp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>setpgrp - set the process group ID
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/resource.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setpriority.html">setpriority</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getpriority, setpriority - get and set the nice value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setprotoent.html">setprotoent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setpwent.html">setpwent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endpwent, getpwent, setpwent - user database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/resource.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setpriority.html">setpriority</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getpriority, setpriority - get and set the nice value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setprotoent.html">setprotoent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pwd.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setpwent.html">setpwent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endpwent, getpwent, setpwent - user database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n116">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setregid.html">setregid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>setregid - set real and effective group IDs
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setreuid.html">setreuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>setreuid - set real and effective user IDs
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/resource.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setrlimit.html">setrlimit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getrlimit, setrlimit - control maximum resource consumption
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setservent.html">setservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/resource.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setrlimit.html">setrlimit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getrlimit, setrlimit - control maximum resource consumption
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setservent.html">setservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsid.html">setsid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setsid - create session and set process group ID
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n315">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html">setsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>setsockopt - set the socket options
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n330">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html">setsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>setsockopt - set the socket options
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setstate.html">setstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setuid.html">setuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setuid - set user ID
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setutxent.html">setutxent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setutxent.html">setutxent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setvbuf.html">setvbuf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>setvbuf - assign buffering to a stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html">shm_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SHM">SHM</a><td>shm_open - open a shared memory object (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_unlink.html">shm_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SHM">SHM</a><td>shm_unlink - remove a shared memory object (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html">shm_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SHM">SHM</a><td>shm_open - open a shared memory object (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_unlink.html">shm_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SHM">SHM</a><td>shm_unlink - remove a shared memory object (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmat.html">shmat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmat - XSI shared memory attach operation
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmctl.html">shmctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmctl - XSI shared memory control operations
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmdt.html">shmdt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmdt - XSI shared memory detach operation
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmget.html">shmget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmget - get an XSI shared memory segment
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n296">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shutdown.html">shutdown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>shutdown - shut down socket send and receive operations
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n203">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaction.html">sigaction</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaction - examine and change a signal action
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n197">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaddset.html">sigaddset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaddset - add a signal to a signal set
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n220">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaltstack.html">sigaltstack</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sigaltstack - set and get signal alternate stack context
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n198">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigdelset.html">sigdelset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigdelset - delete a signal from a signal set
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n195">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigemptyset.html">sigemptyset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigemptyset - initialize and empty a signal set
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n196">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigfillset.html">sigfillset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigfillset - initialize and fill a signal set
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n221">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sighold.html">sighold</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n222">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigignore.html">sigignore</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n223">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/siginterrupt.html">siginterrupt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>siginterrupt - allow signals to interrupt functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n199">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigismember.html">sigismember</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigismember - test for a signal in a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n311">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shutdown.html">shutdown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>shutdown - shut down socket send and receive operations
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n208">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaction.html">sigaction</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaction - examine and change a signal action
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n202">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaddset.html">sigaddset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaddset - add a signal to a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n225">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaltstack.html">sigaltstack</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sigaltstack - set and get signal alternate stack context
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n203">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigdelset.html">sigdelset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigdelset - delete a signal from a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n200">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigemptyset.html">sigemptyset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigemptyset - initialize and empty a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n201">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigfillset.html">sigfillset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigfillset - initialize and fill a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n226">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sighold.html">sighold</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n227">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigignore.html">sigignore</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n228">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/siginterrupt.html">siginterrupt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>siginterrupt - allow signals to interrupt functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n204">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigismember.html">sigismember</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigismember - test for a signal in a signal set
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/siglongjmp.html">siglongjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>siglongjmp - non-local goto with signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n261">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signal.html">signal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>signal - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n266">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signal.html">signal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>signal - signal management
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n85">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signbit.html">signbit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>signbit - test sign
 <tr><td>&#160;<td>V<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n372">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signgam.html">signgam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>lgamma, lgammaf, lgammal, signgam - log gamma function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n224">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpause.html">sigpause</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n204">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpending.html">sigpending</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigpending - examine pending signals
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n201">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigprocmask.html">sigprocmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_sigmask, sigprocmask - examine and change blocked signals
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n208">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigqueue.html">sigqueue</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigqueue - queue a signal to a process
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n225">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigrelse.html">sigrelse</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n226">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigset.html">sigset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n229">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpause.html">sigpause</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n209">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpending.html">sigpending</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigpending - examine pending signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n206">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigprocmask.html">sigprocmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_sigmask, sigprocmask - examine and change blocked signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n213">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigqueue.html">sigqueue</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigqueue - queue a signal to a process
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n230">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigrelse.html">sigrelse</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n231">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigset.html">sigset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigsetjmp.html">sigsetjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigsetjmp - set jump point for a non-local goto
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n202">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigsuspend.html">sigsuspend</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigsuspend - wait for a signal
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n207">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigtimedwait.html">sigtimedwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n205">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwait.html">sigwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigwait - wait for queued signals
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n206">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwaitinfo.html">sigwaitinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n207">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigsuspend.html">sigsuspend</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigsuspend - wait for a signal
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n212">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigtimedwait.html">sigtimedwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n210">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwait.html">sigwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigwait - wait for queued signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n211">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwaitinfo.html">sigwaitinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n323">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sin.html">sin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n324">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinf.html">sinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n327">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinh.html">sinh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinl.html">sinl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html">sleep</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>sleep - suspend execution for an interval of time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/snprintf.html">snprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n317">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sockatmark.html">sockatmark</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sockatmark - determine whether a socket is at the out-of-band mark
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n293">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socket.html">socket</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socket - create an endpoint for communication
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n294">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socketpair.html">socketpair</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socketpair - create a pair of connected sockets
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n332">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sockatmark.html">sockatmark</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sockatmark - determine whether a socket is at the out-of-band mark
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n308">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socket.html">socket</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socket - create an endpoint for communication
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n309">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socketpair.html">socketpair</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socketpair - create a pair of connected sockets
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sprintf.html">sprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrt.html">sqrt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n332">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrtf.html">sqrtf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strerror_r.html">strerror_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>strerror, strerror_l, strerror_r - get error message string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/monetary.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strfmon.html">strfmon</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/monetary.h.html">monetary.h</a><td>&#160;<td>strfmon, strfmon_l - convert monetary value to a string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/monetary.h#n17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strfmon_l.html">strfmon_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/monetary.h.html">monetary.h</a><td>&#160;<td>strfmon, strfmon_l - convert monetary value to a string
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strftime.html">strftime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>strftime, strftime_l - convert date and time to a string
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strftime_l.html">strftime_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>strftime, strftime_l - convert date and time to a string
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n52">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/un.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strlen.html">strlen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strlen, strnlen - get length of fixed size string
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strftime.html">strftime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>strftime, strftime_l - convert date and time to a string
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strftime_l.html">strftime_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>strftime, strftime_l - convert date and time to a string
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n52">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/un.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strlen.html">strlen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strlen, strnlen - get length of fixed size string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/strings.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncasecmp.html">strncasecmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html">strings.h</a><td>&#160;<td>strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n91">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/strings.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncasecmp_l.html">strncasecmp_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html">strings.h</a><td>&#160;<td>strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncat.html">strncat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strncat - concatenate a string with part of another
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strndup.html">strndup</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>strdup, strndup - duplicate a specific number of bytes from a string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strnlen.html">strnlen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>strlen, strnlen - get length of fixed size string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strpbrk.html">strpbrk</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strpbrk - scan a string for a byte
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n120">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strptime.html">strptime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>strptime - date and time conversion
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n118">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strptime.html">strptime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>strptime - date and time conversion
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strrchr.html">strrchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strrchr - string scanning operation
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n70">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strsignal.html">strsignal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>strsignal - get name of signal
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strspn.html">strspn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strspn - get length of a substring
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/termios.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcsetattr.html">tcsetattr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html">termios.h</a><td>&#160;<td>tcsetattr - set the parameters associated with the terminal
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcsetpgrp.html">tcsetpgrp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>tcsetpgrp - set the foreground process group ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tdelete.html">tdelete</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>tdelete, tfind, tsearch, twalk - manage a binary search tree
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/telldir.html">telldir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>telldir - current location of a named directory stream
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/telldir.html">telldir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>telldir - current location of a named directory stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n158">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tempnam.html">tempnam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>tempnam - create a name for a temporary file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tfind.html">tfind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>tdelete, tfind, tsearch, twalk - manage a binary search tree
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n343">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n267">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgamma.html">tgamma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n344">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgammaf.html">tgammaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgammal.html">tgammal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/time.html">time</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>time - get time
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_create.html">timer_create</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_create - create a per-process timer
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_delete.html">timer_delete</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_delete - delete a per-process timer
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_getoverrun.html">timer_getoverrun</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_getoverrun, timer_gettime, timer_settime - per-process timers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_gettime.html">timer_gettime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_getoverrun, timer_gettime, timer_settime - per-process timers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_settime.html">timer_settime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_getoverrun, timer_gettime, timer_settime - per-process timers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/times.h#n19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/times.html">times</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_times.h.html">sys/times.h</a><td>&#160;<td>times - get process and waited-for child process times
-<tr><td>&#160;<td>V<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n122">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timezone.html">timezone</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/time.html">time</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>time - get time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_create.html">timer_create</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_create - create a per-process timer
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_delete.html">timer_delete</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_delete - delete a per-process timer
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_getoverrun.html">timer_getoverrun</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_getoverrun, timer_gettime, timer_settime - per-process timers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_gettime.html">timer_gettime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_getoverrun, timer_gettime, timer_settime - per-process timers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_settime.html">timer_settime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_getoverrun, timer_gettime, timer_settime - per-process timers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/times.h#n18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/times.html">times</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_times.h.html">sys/times.h</a><td>&#160;<td>times - get process and waited-for child process times
+<tr><td>&#160;<td>V<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n120">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timezone.html">timezone</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tmpfile.html">tmpfile</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>tmpfile - create a temporary file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tmpnam.html">tmpnam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>tmpnam - create a name for a temporary file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/toascii.html">toascii</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>toascii - translate an integer to a 7-bit ASCII character
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ttyname.html">ttyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>ttyname, ttyname_r - find the pathname of a terminal
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ttyname_r.html">ttyname_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>ttyname, ttyname_r - find the pathname of a terminal
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/twalk.html">twalk</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>tdelete, tfind, tsearch, twalk - manage a binary search tree
-<tr><td>&#160;<td>V<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n123">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tzname.html">tzname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n79">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tzset.html">tzset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
+<tr><td>&#160;<td>V<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n121">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tzname.html">tzname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tzset.html">tzset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ulimit.h#n11">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ulimit.html">ulimit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ulimit.h.html">ulimit.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>ulimit - get and set process limits
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n80">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/umask.html">umask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>umask - set and get the file mode creation mask
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/utsname.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/uname.html">uname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_utsname.h.html">sys/utsname.h</a><td>&#160;<td>uname - get the name of the current system
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/utsname.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/uname.html">uname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_utsname.h.html">sys/utsname.h</a><td>&#160;<td>uname - get the name of the current system
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n88">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ungetc.html">ungetc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>ungetc - push byte back into input stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ungetwc.html">ungetwc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>ungetwc - push wide-character code back into the input stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/unlink.html">unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>unlink, unlinkat - remove a directory entry relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/unlockpt.html">unlockpt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>unlockpt - unlock a pseudo-terminal master/slave pair
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/unsetenv.html">unsetenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>unsetenv - remove an environment variable
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/uselocale.html">uselocale</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>uselocale - use locale in current thread
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utime.h#n18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/utime.html">utime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utime.h.html">utime.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>utime - set file access and modification times
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utime.h#n17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/utime.html">utime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utime.h.html">utime.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>utime - set file access and modification times
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/utimensat.html">utimensat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>futimens, utimensat, utimes - set file access and modification times
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/time.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/utimes.html">utimes</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>futimens, utimensat, utimes - set file access and modification times
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/time.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/utimes.html">utimes</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>futimens, utimensat, utimes - set file access and modification times
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n15">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/va_arg.html">va_arg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a><td>&#160;<td>va_arg, va_copy, va_end, va_start - handle variable argument list
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n16">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/va_copy.html">va_copy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a><td>&#160;<td>va_arg, va_copy, va_end, va_start - handle variable argument list
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n14">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/va_end.html">va_end</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a><td>&#160;<td>va_arg, va_copy, va_end, va_start - handle variable argument list
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wmemcpy.html">wmemcpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wmemcpy - copy wide characters in memory
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wmemmove.html">wmemmove</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wmemmove - copy wide characters in memory with overlapping areas
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wmemset.html">wmemset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wmemset - set wide characters in memory
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wordexp.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wordexp.html">wordexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wordexp.h.html">wordexp.h</a><td>&#160;<td>wordexp, wordfree - perform word expansions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wordexp.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wordfree.html">wordfree</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wordexp.h.html">wordexp.h</a><td>&#160;<td>wordexp, wordfree - perform word expansions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wordexp.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wordexp.html">wordexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wordexp.h.html">wordexp.h</a><td>&#160;<td>wordexp, wordfree - perform word expansions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wordexp.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wordfree.html">wordfree</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wordexp.h.html">wordexp.h</a><td>&#160;<td>wordexp, wordfree - perform word expansions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wprintf.html">wprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fwprintf, swprintf, wprintf - print formatted wide-character output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/write.html">write</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pwrite, write - write on a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/uio.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/writev.html">writev</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_uio.h.html">sys/uio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>writev - write a vector