v1.1.23 update
authorSzabolcs Nagy <nsz@port70.net>
Thu, 8 Aug 2019 07:21:40 +0000 (07:21 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 8 Aug 2019 07:21:40 +0000 (07:21 +0000)
34 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
abi_type.or1k.cc
abi_type.powerpc.cc
abi_type.powerpc64.cc
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
data/musl.or1k.decls
data/musl.powerpc.decls
data/musl.powerpc64.decls
data/musl.problems
data/musl.sh.decls
data/musl.x32.decls
data/musl.x86_64.decls
tab_c11.html
tab_c99.html
tab_posix.html

index 6abb9a9..34edd17 100644 (file)
@@ -75,6 +75,7 @@
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
@@ -82,6 +83,7 @@
 #include <sys/prctl.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 #include <sys/resource.h>
 #include <sys/select.h>
@@ -438,6 +440,7 @@ T(exp2f)
 T(exp2l)
 T(expf)
 T(expl)
+T(explicit_bzero)
 T(expm1)
 T(expm1f)
 T(expm1l)
@@ -523,6 +526,7 @@ T(fmodl)
 T(fmtmsg)
 T(fnmatch)
 T(fopen)
+T(fopencookie)
 T(fork)
 T(forkpty)
 T(fpathconf)
@@ -593,6 +597,7 @@ M(T(getdents))
 T(getdomainname)
 T(getdtablesize)
 T(getegid)
+T(getentropy)
 T(getenv)
 T(geteuid)
 T(getgid)
@@ -643,6 +648,7 @@ T(getpwnam)
 T(getpwnam_r)
 T(getpwuid)
 T(getpwuid_r)
+T(getrandom)
 T(getresgid)
 T(getresuid)
 T(getrlimit)
@@ -871,10 +877,12 @@ T(mbsrtowcs)
 T(mbstowcs)
 T(mbtowc)
 T(memalign)
+T(membarrier)
 T(memccpy)
 M(T(memchr))
 T(memcmp)
 T(memcpy)
+T(memfd_create)
 T(memmem)
 T(memmove)
 T(mempcpy)
@@ -895,6 +903,7 @@ T(mkstemps)
 T(mktemp)
 T(mktime)
 T(mlock)
+T(mlock2)
 T(mlockall)
 T(mmap)
 T(modf)
@@ -928,6 +937,7 @@ M(T(mtx_unlock))
 T(munlock)
 T(munlockall)
 T(munmap)
+T(name_to_handle_at)
 T(nan)
 T(nanf)
 T(nanl)
@@ -958,6 +968,7 @@ T(ns_skiprr)
 T(ntohl)
 T(ntohs)
 T(open)
+T(open_by_handle_at)
 T(open_memstream)
 T(open_wmemstream)
 T(openat)
index 8290db1..ecf7219 100644 (file)
 //#include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
-//#include <sys/kd.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 //#include <sys/reg.h>
 #include <sys/resource.h>
@@ -277,6 +278,11 @@ T(,clock_t)
 T(,clockid_t)
 M(T(,cnd_t))
 T(,comp_t)
+T(,cookie_close_function_t)
+T(,cookie_io_functions_t)
+T(,cookie_read_function_t)
+T(,cookie_seek_function_t)
+T(,cookie_write_function_t)
 T(,cpu_set_t)
 T(,dev_t)
 T(,div_t)
@@ -413,6 +419,8 @@ T(,speed_t)
 T(,ssize_t)
 T(,stack_t)
 T(struct,FTW)
+T(struct,_IO_FILE)
+T(struct,_IO_cookie_io_functions_t)
 //T(struct,__fsid_t)
 T(struct,__jmp_buf_tag)
 //T(struct,__locale_struct)
@@ -420,6 +428,8 @@ T(struct,__jmp_buf_tag)
 T(struct,__ns_msg)
 T(struct,__ns_rr)
 //T(struct,__ptcb)
+T(struct,__ptrace_peeksiginfo_args)
+T(struct,__ptrace_seccomp_metadata)
 T(struct,__res_state)
 //T(struct,__sigset_t)
 //T(struct,__ucontext)
@@ -453,9 +463,13 @@ T(struct,ether_addr)
 T(struct,ether_arp)
 T(struct,ether_header)
 T(struct,ethhdr)
+T(struct,extra_context)
 T(struct,f_owner_ex)
+T(struct,fanotify_event_info_fid)
+T(struct,fanotify_event_info_header)
 T(struct,fanotify_event_metadata)
 T(struct,fanotify_response)
+T(struct,file_handle)
 T(struct,flock)
 T(struct,fpsimd_context)
 T(struct,group)
@@ -551,7 +565,6 @@ 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)
@@ -597,10 +610,13 @@ T(struct,strfdinsert)
 T(struct,strioctl)
 T(struct,strpeek)
 T(struct,strrecvfd)
+T(struct,sve_context)
 T(struct,sysinfo)
+T(struct,tcp_diag_md5sig)
 T(struct,tcp_info)
 T(struct,tcp_md5sig)
 T(struct,tcp_repair_window)
+T(struct,tcp_zerocopy_receive)
 T(struct,tcphdr)
 T(struct,termios)
 T(struct,tftphdr)
index 0e1c30f..e685e99 100644 (file)
 //#include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
-//#include <sys/kd.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 //#include <sys/reg.h>
 #include <sys/resource.h>
@@ -277,6 +278,11 @@ T(,clock_t)
 T(,clockid_t)
 M(T(,cnd_t))
 T(,comp_t)
+T(,cookie_close_function_t)
+T(,cookie_io_functions_t)
+T(,cookie_read_function_t)
+T(,cookie_seek_function_t)
+T(,cookie_write_function_t)
 T(,cpu_set_t)
 T(,dev_t)
 T(,div_t)
@@ -412,6 +418,8 @@ T(,speed_t)
 T(,ssize_t)
 T(,stack_t)
 T(struct,FTW)
+T(struct,_IO_FILE)
+T(struct,_IO_cookie_io_functions_t)
 //T(struct,__fsid_t)
 T(struct,__jmp_buf_tag)
 //T(struct,__locale_struct)
@@ -419,6 +427,8 @@ T(struct,__jmp_buf_tag)
 T(struct,__ns_msg)
 T(struct,__ns_rr)
 //T(struct,__ptcb)
+T(struct,__ptrace_peeksiginfo_args)
+T(struct,__ptrace_seccomp_metadata)
 T(struct,__res_state)
 //T(struct,__sigset_t)
 //T(struct,__ucontext)
@@ -451,8 +461,11 @@ T(struct,ether_arp)
 T(struct,ether_header)
 T(struct,ethhdr)
 T(struct,f_owner_ex)
+T(struct,fanotify_event_info_fid)
+T(struct,fanotify_event_info_header)
 T(struct,fanotify_event_metadata)
 T(struct,fanotify_response)
+T(struct,file_handle)
 T(struct,flock)
 T(struct,fp_reg)
 T(struct,group)
@@ -548,7 +561,6 @@ 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)
@@ -595,9 +607,11 @@ T(struct,strioctl)
 T(struct,strpeek)
 T(struct,strrecvfd)
 T(struct,sysinfo)
+T(struct,tcp_diag_md5sig)
 T(struct,tcp_info)
 T(struct,tcp_md5sig)
 T(struct,tcp_repair_window)
+T(struct,tcp_zerocopy_receive)
 T(struct,tcphdr)
 T(struct,termios)
 T(struct,tftphdr)
index cd5c33d..1497185 100644 (file)
 //#include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
-//#include <sys/kd.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 //#include <sys/reg.h>
 #include <sys/resource.h>
@@ -277,6 +278,11 @@ T(,clock_t)
 T(,clockid_t)
 M(T(,cnd_t))
 T(,comp_t)
+T(,cookie_close_function_t)
+T(,cookie_io_functions_t)
+T(,cookie_read_function_t)
+T(,cookie_seek_function_t)
+T(,cookie_write_function_t)
 T(,cpu_set_t)
 T(,dev_t)
 T(,div_t)
@@ -414,6 +420,8 @@ T(,speed_t)
 T(,ssize_t)
 T(,stack_t)
 T(struct,FTW)
+T(struct,_IO_FILE)
+T(struct,_IO_cookie_io_functions_t)
 //T(struct,__fsid_t)
 T(struct,__jmp_buf_tag)
 //T(struct,__locale_struct)
@@ -421,6 +429,8 @@ T(struct,__jmp_buf_tag)
 T(struct,__ns_msg)
 T(struct,__ns_rr)
 //T(struct,__ptcb)
+T(struct,__ptrace_peeksiginfo_args)
+T(struct,__ptrace_seccomp_metadata)
 T(struct,__res_state)
 //T(struct,__sigset_t)
 //T(struct,__ucontext)
@@ -454,8 +464,11 @@ T(struct,ether_arp)
 T(struct,ether_header)
 T(struct,ethhdr)
 T(struct,f_owner_ex)
+T(struct,fanotify_event_info_fid)
+T(struct,fanotify_event_info_header)
 T(struct,fanotify_event_metadata)
 T(struct,fanotify_response)
+T(struct,file_handle)
 T(struct,flock)
 T(struct,group)
 T(struct,group_filter)
@@ -550,7 +563,6 @@ 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)
@@ -597,9 +609,11 @@ T(struct,strioctl)
 T(struct,strpeek)
 T(struct,strrecvfd)
 T(struct,sysinfo)
+T(struct,tcp_diag_md5sig)
 T(struct,tcp_info)
 T(struct,tcp_md5sig)
 T(struct,tcp_repair_window)
+T(struct,tcp_zerocopy_receive)
 T(struct,tcphdr)
 T(struct,termios)
 T(struct,tftphdr)
index d6df306..8fbe1b5 100644 (file)
 //#include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
-//#include <sys/kd.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 //#include <sys/reg.h>
 #include <sys/resource.h>
@@ -277,11 +278,19 @@ T(,clock_t)
 T(,clockid_t)
 M(T(,cnd_t))
 T(,comp_t)
+T(,cookie_close_function_t)
+T(,cookie_io_functions_t)
+T(,cookie_read_function_t)
+T(,cookie_seek_function_t)
+T(,cookie_write_function_t)
 T(,cpu_set_t)
 T(,dev_t)
 T(,div_t)
 T(,double)
 T(,double_t)
+T(,elf_fpregset_t)
+T(,elf_greg_t)
+T(,elf_gregset_t)
 T(,epoll_data_t)
 T(,eventfd_t)
 T(,fd_mask)
@@ -409,6 +418,8 @@ T(,speed_t)
 T(,ssize_t)
 T(,stack_t)
 T(struct,FTW)
+T(struct,_IO_FILE)
+T(struct,_IO_cookie_io_functions_t)
 //T(struct,__fsid_t)
 T(struct,__jmp_buf_tag)
 //T(struct,__locale_struct)
@@ -416,6 +427,8 @@ T(struct,__jmp_buf_tag)
 T(struct,__ns_msg)
 T(struct,__ns_rr)
 //T(struct,__ptcb)
+T(struct,__ptrace_peeksiginfo_args)
+T(struct,__ptrace_seccomp_metadata)
 T(struct,__res_state)
 //T(struct,__sigset_t)
 //T(struct,__ucontext)
@@ -448,8 +461,11 @@ T(struct,ether_arp)
 T(struct,ether_header)
 T(struct,ethhdr)
 T(struct,f_owner_ex)
+T(struct,fanotify_event_info_fid)
+T(struct,fanotify_event_info_header)
 T(struct,fanotify_event_metadata)
 T(struct,fanotify_response)
+T(struct,file_handle)
 T(struct,flock)
 T(struct,group)
 T(struct,group_filter)
@@ -544,7 +560,6 @@ 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)
@@ -591,9 +606,11 @@ T(struct,strioctl)
 T(struct,strpeek)
 T(struct,strrecvfd)
 T(struct,sysinfo)
+T(struct,tcp_diag_md5sig)
 T(struct,tcp_info)
 T(struct,tcp_md5sig)
 T(struct,tcp_repair_window)
+T(struct,tcp_zerocopy_receive)
 T(struct,tcphdr)
 T(struct,termios)
 T(struct,tftphdr)
@@ -607,6 +624,9 @@ T(struct,tm)
 T(struct,tms)
 T(struct,ucred)
 T(struct,udphdr)
+T(struct,user)
+T(struct,user_fpregs_struct)
+T(struct,user_regs_struct)
 T(struct,utimbuf)
 T(struct,utmpx)
 T(struct,utsname)
index 7070d1b..dd8dd4e 100644 (file)
 //#include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
-//#include <sys/kd.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 //#include <sys/reg.h>
 #include <sys/resource.h>
@@ -277,6 +278,11 @@ T(,clock_t)
 T(,clockid_t)
 M(T(,cnd_t))
 T(,comp_t)
+T(,cookie_close_function_t)
+T(,cookie_io_functions_t)
+T(,cookie_read_function_t)
+T(,cookie_seek_function_t)
+T(,cookie_write_function_t)
 T(,cpu_set_t)
 T(,dev_t)
 T(,div_t)
@@ -414,6 +420,8 @@ T(,speed_t)
 T(,ssize_t)
 T(,stack_t)
 T(struct,FTW)
+T(struct,_IO_FILE)
+T(struct,_IO_cookie_io_functions_t)
 //T(struct,__fsid_t)
 T(struct,__jmp_buf_tag)
 //T(struct,__locale_struct)
@@ -421,6 +429,8 @@ T(struct,__jmp_buf_tag)
 T(struct,__ns_msg)
 T(struct,__ns_rr)
 //T(struct,__ptcb)
+T(struct,__ptrace_peeksiginfo_args)
+T(struct,__ptrace_seccomp_metadata)
 T(struct,__res_state)
 //T(struct,__sigset_t)
 //T(struct,__ucontext)
@@ -453,8 +463,11 @@ T(struct,ether_arp)
 T(struct,ether_header)
 T(struct,ethhdr)
 T(struct,f_owner_ex)
+T(struct,fanotify_event_info_fid)
+T(struct,fanotify_event_info_header)
 T(struct,fanotify_event_metadata)
 T(struct,fanotify_response)
+T(struct,file_handle)
 T(struct,flock)
 T(struct,group)
 T(struct,group_filter)
@@ -549,7 +562,6 @@ 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)
@@ -596,9 +608,11 @@ T(struct,strioctl)
 T(struct,strpeek)
 T(struct,strrecvfd)
 T(struct,sysinfo)
+T(struct,tcp_diag_md5sig)
 T(struct,tcp_info)
 T(struct,tcp_md5sig)
 T(struct,tcp_repair_window)
+T(struct,tcp_zerocopy_receive)
 T(struct,tcphdr)
 T(struct,termios)
 T(struct,tftphdr)
index 7070d1b..dd8dd4e 100644 (file)
 //#include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
-//#include <sys/kd.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 //#include <sys/reg.h>
 #include <sys/resource.h>
@@ -277,6 +278,11 @@ T(,clock_t)
 T(,clockid_t)
 M(T(,cnd_t))
 T(,comp_t)
+T(,cookie_close_function_t)
+T(,cookie_io_functions_t)
+T(,cookie_read_function_t)
+T(,cookie_seek_function_t)
+T(,cookie_write_function_t)
 T(,cpu_set_t)
 T(,dev_t)
 T(,div_t)
@@ -414,6 +420,8 @@ T(,speed_t)
 T(,ssize_t)
 T(,stack_t)
 T(struct,FTW)
+T(struct,_IO_FILE)
+T(struct,_IO_cookie_io_functions_t)
 //T(struct,__fsid_t)
 T(struct,__jmp_buf_tag)
 //T(struct,__locale_struct)
@@ -421,6 +429,8 @@ T(struct,__jmp_buf_tag)
 T(struct,__ns_msg)
 T(struct,__ns_rr)
 //T(struct,__ptcb)
+T(struct,__ptrace_peeksiginfo_args)
+T(struct,__ptrace_seccomp_metadata)
 T(struct,__res_state)
 //T(struct,__sigset_t)
 //T(struct,__ucontext)
@@ -453,8 +463,11 @@ T(struct,ether_arp)
 T(struct,ether_header)
 T(struct,ethhdr)
 T(struct,f_owner_ex)
+T(struct,fanotify_event_info_fid)
+T(struct,fanotify_event_info_header)
 T(struct,fanotify_event_metadata)
 T(struct,fanotify_response)
+T(struct,file_handle)
 T(struct,flock)
 T(struct,group)
 T(struct,group_filter)
@@ -549,7 +562,6 @@ 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)
@@ -596,9 +608,11 @@ T(struct,strioctl)
 T(struct,strpeek)
 T(struct,strrecvfd)
 T(struct,sysinfo)
+T(struct,tcp_diag_md5sig)
 T(struct,tcp_info)
 T(struct,tcp_md5sig)
 T(struct,tcp_repair_window)
+T(struct,tcp_zerocopy_receive)
 T(struct,tcphdr)
 T(struct,termios)
 T(struct,tftphdr)
index 7070d1b..dd8dd4e 100644 (file)
 //#include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
-//#include <sys/kd.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 //#include <sys/reg.h>
 #include <sys/resource.h>
@@ -277,6 +278,11 @@ T(,clock_t)
 T(,clockid_t)
 M(T(,cnd_t))
 T(,comp_t)
+T(,cookie_close_function_t)
+T(,cookie_io_functions_t)
+T(,cookie_read_function_t)
+T(,cookie_seek_function_t)
+T(,cookie_write_function_t)
 T(,cpu_set_t)
 T(,dev_t)
 T(,div_t)
@@ -414,6 +420,8 @@ T(,speed_t)
 T(,ssize_t)
 T(,stack_t)
 T(struct,FTW)
+T(struct,_IO_FILE)
+T(struct,_IO_cookie_io_functions_t)
 //T(struct,__fsid_t)
 T(struct,__jmp_buf_tag)
 //T(struct,__locale_struct)
@@ -421,6 +429,8 @@ T(struct,__jmp_buf_tag)
 T(struct,__ns_msg)
 T(struct,__ns_rr)
 //T(struct,__ptcb)
+T(struct,__ptrace_peeksiginfo_args)
+T(struct,__ptrace_seccomp_metadata)
 T(struct,__res_state)
 //T(struct,__sigset_t)
 //T(struct,__ucontext)
@@ -453,8 +463,11 @@ T(struct,ether_arp)
 T(struct,ether_header)
 T(struct,ethhdr)
 T(struct,f_owner_ex)
+T(struct,fanotify_event_info_fid)
+T(struct,fanotify_event_info_header)
 T(struct,fanotify_event_metadata)
 T(struct,fanotify_response)
+T(struct,file_handle)
 T(struct,flock)
 T(struct,group)
 T(struct,group_filter)
@@ -549,7 +562,6 @@ 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)
@@ -596,9 +608,11 @@ T(struct,strioctl)
 T(struct,strpeek)
 T(struct,strrecvfd)
 T(struct,sysinfo)
+T(struct,tcp_diag_md5sig)
 T(struct,tcp_info)
 T(struct,tcp_md5sig)
 T(struct,tcp_repair_window)
+T(struct,tcp_zerocopy_receive)
 T(struct,tcphdr)
 T(struct,termios)
 T(struct,tftphdr)
index d6df306..6bcad14 100644 (file)
 //#include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
-//#include <sys/kd.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 //#include <sys/reg.h>
 #include <sys/resource.h>
@@ -277,6 +278,11 @@ T(,clock_t)
 T(,clockid_t)
 M(T(,cnd_t))
 T(,comp_t)
+T(,cookie_close_function_t)
+T(,cookie_io_functions_t)
+T(,cookie_read_function_t)
+T(,cookie_seek_function_t)
+T(,cookie_write_function_t)
 T(,cpu_set_t)
 T(,dev_t)
 T(,div_t)
@@ -409,6 +415,8 @@ T(,speed_t)
 T(,ssize_t)
 T(,stack_t)
 T(struct,FTW)
+T(struct,_IO_FILE)
+T(struct,_IO_cookie_io_functions_t)
 //T(struct,__fsid_t)
 T(struct,__jmp_buf_tag)
 //T(struct,__locale_struct)
@@ -416,6 +424,8 @@ T(struct,__jmp_buf_tag)
 T(struct,__ns_msg)
 T(struct,__ns_rr)
 //T(struct,__ptcb)
+T(struct,__ptrace_peeksiginfo_args)
+T(struct,__ptrace_seccomp_metadata)
 T(struct,__res_state)
 //T(struct,__sigset_t)
 //T(struct,__ucontext)
@@ -448,8 +458,11 @@ T(struct,ether_arp)
 T(struct,ether_header)
 T(struct,ethhdr)
 T(struct,f_owner_ex)
+T(struct,fanotify_event_info_fid)
+T(struct,fanotify_event_info_header)
 T(struct,fanotify_event_metadata)
 T(struct,fanotify_response)
+T(struct,file_handle)
 T(struct,flock)
 T(struct,group)
 T(struct,group_filter)
@@ -544,7 +557,6 @@ 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)
@@ -591,9 +603,11 @@ T(struct,strioctl)
 T(struct,strpeek)
 T(struct,strrecvfd)
 T(struct,sysinfo)
+T(struct,tcp_diag_md5sig)
 T(struct,tcp_info)
 T(struct,tcp_md5sig)
 T(struct,tcp_repair_window)
+T(struct,tcp_zerocopy_receive)
 T(struct,tcphdr)
 T(struct,termios)
 T(struct,tftphdr)
index a8346d9..a49f18f 100644 (file)
 //#include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
-//#include <sys/kd.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 //#include <sys/reg.h>
 #include <sys/resource.h>
@@ -277,6 +278,11 @@ T(,clock_t)
 T(,clockid_t)
 M(T(,cnd_t))
 T(,comp_t)
+T(,cookie_close_function_t)
+T(,cookie_io_functions_t)
+T(,cookie_read_function_t)
+T(,cookie_seek_function_t)
+T(,cookie_write_function_t)
 T(,cpu_set_t)
 T(,dev_t)
 T(,div_t)
@@ -416,6 +422,8 @@ T(,speed_t)
 T(,ssize_t)
 T(,stack_t)
 T(struct,FTW)
+T(struct,_IO_FILE)
+T(struct,_IO_cookie_io_functions_t)
 //T(struct,__fsid_t)
 T(struct,__jmp_buf_tag)
 //T(struct,__locale_struct)
@@ -423,6 +431,8 @@ T(struct,__jmp_buf_tag)
 T(struct,__ns_msg)
 T(struct,__ns_rr)
 //T(struct,__ptcb)
+T(struct,__ptrace_peeksiginfo_args)
+T(struct,__ptrace_seccomp_metadata)
 T(struct,__res_state)
 //T(struct,__sigset_t)
 //T(struct,__ucontext)
@@ -455,8 +465,11 @@ T(struct,ether_arp)
 T(struct,ether_header)
 T(struct,ethhdr)
 T(struct,f_owner_ex)
+T(struct,fanotify_event_info_fid)
+T(struct,fanotify_event_info_header)
 T(struct,fanotify_event_metadata)
 T(struct,fanotify_response)
+T(struct,file_handle)
 T(struct,flock)
 T(struct,group)
 T(struct,group_filter)
@@ -552,7 +565,6 @@ T(struct,pollfd)
 T(struct,prctl_mm_map)
 T(struct,protoent)
 T(struct,pt_regs)
-//T(struct,ptrace_peeksiginfo_args)
 T(struct,qelem)
 T(struct,r_debug)
 T(struct,re_pattern_buffer)
@@ -599,9 +611,11 @@ T(struct,strioctl)
 T(struct,strpeek)
 T(struct,strrecvfd)
 T(struct,sysinfo)
+T(struct,tcp_diag_md5sig)
 T(struct,tcp_info)
 T(struct,tcp_md5sig)
 T(struct,tcp_repair_window)
+T(struct,tcp_zerocopy_receive)
 T(struct,tcphdr)
 T(struct,termios)
 T(struct,tftphdr)
index a8346d9..a49f18f 100644 (file)
 //#include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
-//#include <sys/kd.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 //#include <sys/reg.h>
 #include <sys/resource.h>
@@ -277,6 +278,11 @@ T(,clock_t)
 T(,clockid_t)
 M(T(,cnd_t))
 T(,comp_t)
+T(,cookie_close_function_t)
+T(,cookie_io_functions_t)
+T(,cookie_read_function_t)
+T(,cookie_seek_function_t)
+T(,cookie_write_function_t)
 T(,cpu_set_t)
 T(,dev_t)
 T(,div_t)
@@ -416,6 +422,8 @@ T(,speed_t)
 T(,ssize_t)
 T(,stack_t)
 T(struct,FTW)
+T(struct,_IO_FILE)
+T(struct,_IO_cookie_io_functions_t)
 //T(struct,__fsid_t)
 T(struct,__jmp_buf_tag)
 //T(struct,__locale_struct)
@@ -423,6 +431,8 @@ T(struct,__jmp_buf_tag)
 T(struct,__ns_msg)
 T(struct,__ns_rr)
 //T(struct,__ptcb)
+T(struct,__ptrace_peeksiginfo_args)
+T(struct,__ptrace_seccomp_metadata)
 T(struct,__res_state)
 //T(struct,__sigset_t)
 //T(struct,__ucontext)
@@ -455,8 +465,11 @@ T(struct,ether_arp)
 T(struct,ether_header)
 T(struct,ethhdr)
 T(struct,f_owner_ex)
+T(struct,fanotify_event_info_fid)
+T(struct,fanotify_event_info_header)
 T(struct,fanotify_event_metadata)
 T(struct,fanotify_response)
+T(struct,file_handle)
 T(struct,flock)
 T(struct,group)
 T(struct,group_filter)
@@ -552,7 +565,6 @@ T(struct,pollfd)
 T(struct,prctl_mm_map)
 T(struct,protoent)
 T(struct,pt_regs)
-//T(struct,ptrace_peeksiginfo_args)
 T(struct,qelem)
 T(struct,r_debug)
 T(struct,re_pattern_buffer)
@@ -599,9 +611,11 @@ T(struct,strioctl)
 T(struct,strpeek)
 T(struct,strrecvfd)
 T(struct,sysinfo)
+T(struct,tcp_diag_md5sig)
 T(struct,tcp_info)
 T(struct,tcp_md5sig)
 T(struct,tcp_repair_window)
+T(struct,tcp_zerocopy_receive)
 T(struct,tcphdr)
 T(struct,termios)
 T(struct,tftphdr)
index cf96c61..0cec4eb 100644 (file)
 //#include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
-//#include <sys/kd.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 //#include <sys/reg.h>
 #include <sys/resource.h>
@@ -277,6 +278,11 @@ T(,clock_t)
 T(,clockid_t)
 M(T(,cnd_t))
 T(,comp_t)
+T(,cookie_close_function_t)
+T(,cookie_io_functions_t)
+T(,cookie_read_function_t)
+T(,cookie_seek_function_t)
+T(,cookie_write_function_t)
 T(,cpu_set_t)
 T(,dev_t)
 T(,div_t)
@@ -414,6 +420,8 @@ T(,speed_t)
 T(,ssize_t)
 T(,stack_t)
 T(struct,FTW)
+T(struct,_IO_FILE)
+T(struct,_IO_cookie_io_functions_t)
 //T(struct,__fsid_t)
 T(struct,__jmp_buf_tag)
 //T(struct,__locale_struct)
@@ -421,6 +429,8 @@ T(struct,__jmp_buf_tag)
 T(struct,__ns_msg)
 T(struct,__ns_rr)
 //T(struct,__ptcb)
+T(struct,__ptrace_peeksiginfo_args)
+T(struct,__ptrace_seccomp_metadata)
 T(struct,__res_state)
 //T(struct,__sigset_t)
 //T(struct,__ucontext)
@@ -453,8 +463,11 @@ T(struct,ether_arp)
 T(struct,ether_header)
 T(struct,ethhdr)
 T(struct,f_owner_ex)
+T(struct,fanotify_event_info_fid)
+T(struct,fanotify_event_info_header)
 T(struct,fanotify_event_metadata)
 T(struct,fanotify_response)
+T(struct,file_handle)
 T(struct,flock)
 T(struct,group)
 T(struct,group_filter)
@@ -551,7 +564,6 @@ T(struct,prctl_mm_map)
 T(struct,protoent)
 T(struct,pt_dspregs)
 T(struct,pt_regs)
-//T(struct,ptrace_peeksiginfo_args)
 T(struct,qelem)
 T(struct,r_debug)
 T(struct,re_pattern_buffer)
@@ -598,9 +610,11 @@ T(struct,strioctl)
 T(struct,strpeek)
 T(struct,strrecvfd)
 T(struct,sysinfo)
+T(struct,tcp_diag_md5sig)
 T(struct,tcp_info)
 T(struct,tcp_md5sig)
 T(struct,tcp_repair_window)
+T(struct,tcp_zerocopy_receive)
 T(struct,tcphdr)
 T(struct,termios)
 T(struct,tftphdr)
index e6abf18..3a4e830 100644 (file)
 //#include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
-//#include <sys/kd.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 //#include <sys/reg.h>
 #include <sys/resource.h>
@@ -277,6 +278,11 @@ T(,clock_t)
 T(,clockid_t)
 M(T(,cnd_t))
 T(,comp_t)
+T(,cookie_close_function_t)
+T(,cookie_io_functions_t)
+T(,cookie_read_function_t)
+T(,cookie_seek_function_t)
+T(,cookie_write_function_t)
 T(,cpu_set_t)
 T(,dev_t)
 T(,div_t)
@@ -413,6 +419,8 @@ T(,speed_t)
 T(,ssize_t)
 T(,stack_t)
 T(struct,FTW)
+T(struct,_IO_FILE)
+T(struct,_IO_cookie_io_functions_t)
 //T(struct,__fsid_t)
 T(struct,__jmp_buf_tag)
 //T(struct,__locale_struct)
@@ -420,6 +428,8 @@ T(struct,__jmp_buf_tag)
 T(struct,__ns_msg)
 T(struct,__ns_rr)
 //T(struct,__ptcb)
+T(struct,__ptrace_peeksiginfo_args)
+T(struct,__ptrace_seccomp_metadata)
 T(struct,__res_state)
 //T(struct,__sigset_t)
 //T(struct,__ucontext)
@@ -453,8 +463,11 @@ T(struct,ether_arp)
 T(struct,ether_header)
 T(struct,ethhdr)
 T(struct,f_owner_ex)
+T(struct,fanotify_event_info_fid)
+T(struct,fanotify_event_info_header)
 T(struct,fanotify_event_metadata)
 T(struct,fanotify_response)
+T(struct,file_handle)
 T(struct,flock)
 T(struct,group)
 T(struct,group_filter)
@@ -549,7 +562,6 @@ 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)
@@ -596,9 +608,11 @@ T(struct,strioctl)
 T(struct,strpeek)
 T(struct,strrecvfd)
 T(struct,sysinfo)
+T(struct,tcp_diag_md5sig)
 T(struct,tcp_info)
 T(struct,tcp_md5sig)
 T(struct,tcp_repair_window)
+T(struct,tcp_zerocopy_receive)
 T(struct,tcphdr)
 T(struct,termios)
 T(struct,tftphdr)
index e6abf18..3a4e830 100644 (file)
 //#include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
-//#include <sys/kd.h>
 #include <sys/klog.h>
+#include <sys/membarrier.h>
 #include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/msg.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/quota.h>
+#include <sys/random.h>
 #include <sys/reboot.h>
 //#include <sys/reg.h>
 #include <sys/resource.h>
@@ -277,6 +278,11 @@ T(,clock_t)
 T(,clockid_t)
 M(T(,cnd_t))
 T(,comp_t)
+T(,cookie_close_function_t)
+T(,cookie_io_functions_t)
+T(,cookie_read_function_t)
+T(,cookie_seek_function_t)
+T(,cookie_write_function_t)
 T(,cpu_set_t)
 T(,dev_t)
 T(,div_t)
@@ -413,6 +419,8 @@ T(,speed_t)
 T(,ssize_t)
 T(,stack_t)
 T(struct,FTW)
+T(struct,_IO_FILE)
+T(struct,_IO_cookie_io_functions_t)
 //T(struct,__fsid_t)
 T(struct,__jmp_buf_tag)
 //T(struct,__locale_struct)
@@ -420,6 +428,8 @@ T(struct,__jmp_buf_tag)
 T(struct,__ns_msg)
 T(struct,__ns_rr)
 //T(struct,__ptcb)
+T(struct,__ptrace_peeksiginfo_args)
+T(struct,__ptrace_seccomp_metadata)
 T(struct,__res_state)
 //T(struct,__sigset_t)
 //T(struct,__ucontext)
@@ -453,8 +463,11 @@ T(struct,ether_arp)
 T(struct,ether_header)
 T(struct,ethhdr)
 T(struct,f_owner_ex)
+T(struct,fanotify_event_info_fid)
+T(struct,fanotify_event_info_header)
 T(struct,fanotify_event_metadata)
 T(struct,fanotify_response)
+T(struct,file_handle)
 T(struct,flock)
 T(struct,group)
 T(struct,group_filter)
@@ -549,7 +562,6 @@ 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)
@@ -596,9 +608,11 @@ T(struct,strioctl)
 T(struct,strpeek)
 T(struct,strrecvfd)
 T(struct,sysinfo)
+T(struct,tcp_diag_md5sig)
 T(struct,tcp_info)
 T(struct,tcp_md5sig)
 T(struct,tcp_repair_window)
+T(struct,tcp_zerocopy_receive)
 T(struct,tcphdr)
 T(struct,termios)
 T(struct,tftphdr)
index 78f4137..54cb8da 100644 (file)
@@ -304,6 +304,7 @@ float exp2f(float)
 long double exp2l(long double)
 float expf(float)
 long double expl(long double)
+void explicit_bzero(void*, unsigned long)
 double expm1(double)
 float expm1f(float)
 long double expm1l(long double)
@@ -389,6 +390,7 @@ long double fmodl(long double, long double)
 int fmtmsg(long, char const*, int, char const*, char const*, char const*)
 int fnmatch(char const*, char const*, int)
 _IO_FILE* fopen(char const*, char const*)
+_IO_FILE* fopencookie(void*, char const*, _IO_cookie_io_functions_t)
 int fork()
 int forkpty(int*, char*, termios const*, winsize const*)
 long fpathconf(int, int)
@@ -459,6 +461,7 @@ int getdents(int, dirent*, unsigned long)
 int getdomainname(char*, unsigned long)
 int getdtablesize()
 unsigned int getegid()
+int getentropy(void*, unsigned long)
 char* getenv(char const*)
 unsigned int geteuid()
 unsigned int getgid()
@@ -509,6 +512,7 @@ passwd* getpwnam(char const*)
 int getpwnam_r(char const*, passwd*, char*, unsigned long, passwd**)
 passwd* getpwuid(unsigned int)
 int getpwuid_r(unsigned int, passwd*, char*, unsigned long, passwd**)
+long getrandom(void*, unsigned long, unsigned int)
 int getresgid(unsigned int*, unsigned int*, unsigned int*)
 int getresuid(unsigned int*, unsigned int*, unsigned int*)
 int getrlimit(int, rlimit*)
@@ -735,10 +739,12 @@ unsigned long mbsrtowcs(wchar_t*, char const**, unsigned long, __mbstate_t*)
 unsigned long mbstowcs(wchar_t*, char const*, unsigned long)
 int mbtowc(wchar_t*, char const*, unsigned long)
 void* memalign(unsigned long, unsigned long)
+int membarrier(int, int)
 void* memccpy(void*, void const*, int, unsigned long)
 void* memchr(void const*, int, unsigned long)
 int memcmp(void const*, void const*, unsigned long)
 void* memcpy(void*, void const*, unsigned long)
+int memfd_create(char const*, unsigned int)
 void* memmem(void const*, unsigned long, void const*, unsigned long)
 void* memmove(void*, void const*, unsigned long)
 void* mempcpy(void*, void const*, unsigned long)
@@ -759,6 +765,7 @@ int mkstemps(char*, int)
 char* mktemp(char*)
 long mktime(tm*)
 int mlock(void const*, unsigned long)
+int mlock2(void const*, unsigned long, unsigned int)
 int mlockall(int)
 void* mmap(void*, unsigned long, int, int, int, long)
 double modf(double, double*)
@@ -792,6 +799,7 @@ int mtx_unlock(mtx_t*)
 int munlock(void const*, unsigned long)
 int munlockall()
 int munmap(void*, unsigned long)
+int name_to_handle_at(int, char const*, file_handle*, int*, int)
 double nan(char const*)
 float nanf(char const*)
 long double nanl(char const*)
@@ -822,6 +830,7 @@ int ns_skiprr(unsigned char const*, unsigned char const*, __ns_sect, int)
 unsigned int ntohl(unsigned int)
 unsigned short ntohs(unsigned short)
 int open(char const*, int, ...)
+int open_by_handle_at(int, file_handle*, int)
 _IO_FILE* open_memstream(char**, unsigned long*)
 _IO_FILE* open_wmemstream(wchar_t**, unsigned long*)
 int openat(int, char const*, int, ...)
@@ -925,6 +934,7 @@ int pthread_detach(unsigned long)
 int pthread_equal(unsigned long, unsigned long)
 void pthread_exit(void*)
 int pthread_getaffinity_np(unsigned long, unsigned long, cpu_set_t*)
+int pthread_getattr_default_np(pthread_attr_t*)
 int pthread_getattr_np(unsigned long, pthread_attr_t*)
 int pthread_getconcurrency()
 int pthread_getcpuclockid(unsigned long, int*)
@@ -971,9 +981,11 @@ int pthread_rwlockattr_init(pthread_rwlockattr_t*)
 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t*, int)
 unsigned long pthread_self()
 int pthread_setaffinity_np(unsigned long, unsigned long, cpu_set_t const*)
+int pthread_setattr_default_np(pthread_attr_t const*)
 int pthread_setcancelstate(int, int*)
 int pthread_setcanceltype(int, int*)
 int pthread_setconcurrency(int)
+int pthread_setname_np(unsigned long, char const*)
 int pthread_setschedparam(unsigned long, int, sched_param const*)
 int pthread_setschedprio(unsigned long, int)
 int pthread_setspecific(unsigned int, void const*)
index adceefa..03c9ab3 100644 (file)
@@ -1,4 +1,3 @@
-std::piecewise_construct
 ACTION: ACTION, ACTION*, size (*) [4], align (*) [4]
 CODE: CODE, CODE*, size (*) [16], align (*) [8]
 DIR: incomplete, __dirstream*, incomplete, incomplete
@@ -82,6 +81,11 @@ clock_t: long, long*, size (*) [8], align (*) [8]
 clockid_t: int, int*, size (*) [4], align (*) [4]
 cnd_t: cnd_t, cnd_t*, size (*) [48], align (*) [8]
 comp_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+cookie_close_function_t: int (*)(void*), int (*)(void*), size (*) [1], align (*) [1]
+cookie_io_functions_t: _IO_cookie_io_functions_t, _IO_cookie_io_functions_t*, size (*) [32], align (*) [8]
+cookie_read_function_t: long (*)(void*, char*, unsigned long), long (*)(void*, char*, unsigned long), size (*) [1], align (*) [1]
+cookie_seek_function_t: int (*)(void*, long*, int), int (*)(void*, long*, int), size (*) [1], align (*) [1]
+cookie_write_function_t: long (*)(void*, char const*, unsigned long), long (*)(void*, char const*, unsigned long), size (*) [1], align (*) [1]
 cpu_set_t: cpu_set_t, cpu_set_t*, size (*) [128], align (*) [8]
 dev_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
 div_t: div_t, div_t*, size (*) [8], align (*) [4]
@@ -216,9 +220,13 @@ speed_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
 ssize_t: long, long*, size (*) [8], align (*) [8]
 stack_t: sigaltstack, sigaltstack*, size (*) [24], align (*) [8]
 FTW: FTW, FTW*, size (*) [8], align (*) [4]
+_IO_FILE: _IO_FILE, _IO_FILE*, size (*) [1], align (*) [1]
+_IO_cookie_io_functions_t: _IO_cookie_io_functions_t, _IO_cookie_io_functions_t*, size (*) [32], align (*) [8]
 __jmp_buf_tag: __jmp_buf_tag, __jmp_buf_tag*, size (*) [200], align (*) [8]
 __ns_msg: __ns_msg, __ns_msg*, size (*) [80], align (*) [8]
 __ns_rr: __ns_rr, __ns_rr*, size (*) [1048], align (*) [8]
+__ptrace_peeksiginfo_args: __ptrace_peeksiginfo_args, __ptrace_peeksiginfo_args*, size (*) [16], align (*) [8]
+__ptrace_seccomp_metadata: __ptrace_seccomp_metadata, __ptrace_seccomp_metadata*, size (*) [16], align (*) [8]
 __res_state: __res_state, __res_state*, size (*) [568], align (*) [8]
 _fpstate: _fpstate, _fpstate*, size (*) [512], align (*) [8]
 _ns_flagdata: _ns_flagdata, _ns_flagdata*, size (*) [8], align (*) [4]
@@ -249,8 +257,11 @@ ether_arp: ether_arp, ether_arp*, size (*) [28], align (*) [2]
 ether_header: ether_header, ether_header*, size (*) [14], align (*) [2]
 ethhdr: ethhdr, ethhdr*, size (*) [14], align (*) [2]
 f_owner_ex: f_owner_ex, f_owner_ex*, size (*) [8], align (*) [4]
+fanotify_event_info_fid: fanotify_event_info_fid, fanotify_event_info_fid*, size (*) [12], align (*) [4]
+fanotify_event_info_header: fanotify_event_info_header, fanotify_event_info_header*, size (*) [4], align (*) [2]
 fanotify_event_metadata: fanotify_event_metadata, fanotify_event_metadata*, size (*) [24], align (*) [8]
 fanotify_response: fanotify_response, fanotify_response*, size (*) [8], align (*) [4]
+file_handle: file_handle, file_handle*, size (*) [8], align (*) [4]
 flock: flock, flock*, size (*) [32], align (*) [8]
 group: group, group*, size (*) [32], align (*) [8]
 group_filter: group_filter, group_filter*, size (*) [272], align (*) [8]
@@ -387,8 +398,11 @@ strioctl: strioctl, strioctl*, size (*) [24], align (*) [8]
 strpeek: strpeek, strpeek*, size (*) [40], align (*) [8]
 strrecvfd: strrecvfd, strrecvfd*, size (*) [20], align (*) [4]
 sysinfo: sysinfo, sysinfo*, size (*) [368], align (*) [8]
-tcp_info: tcp_info, tcp_info*, size (*) [160], align (*) [8]
+tcp_diag_md5sig: tcp_diag_md5sig, tcp_diag_md5sig*, size (*) [100], align (*) [4]
+tcp_info: tcp_info, tcp_info*, size (*) [224], align (*) [8]
 tcp_md5sig: tcp_md5sig, tcp_md5sig*, size (*) [216], align (*) [8]
+tcp_repair_window: tcp_repair_window, tcp_repair_window*, size (*) [20], align (*) [4]
+tcp_zerocopy_receive: tcp_zerocopy_receive, tcp_zerocopy_receive*, size (*) [16], align (*) [8]
 tcphdr: tcphdr, tcphdr*, size (*) [20], align (*) [4]
 termios: termios, termios*, size (*) [60], align (*) [4]
 tftphdr: tftphdr, tftphdr*, size (*) [6], align (*) [2]
index 6b807a7..e165f4a 100644 (file)
@@ -198,6 +198,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 0200000
+EXTRA_MAGIC    bits/signal.h   d       #define EXTRA_MAGIC 0x45585401
 Elf_Symndx     bits/link.h     t       typedef uint32_t Elf_Symndx;
 FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 31
 FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
@@ -243,15 +244,36 @@ F_SETSIG  bits/fcntl.h    d       #define F_SETSIG 10
 HUPCL  bits/termios.h  d       #define HUPCL 0002000
 HWCAP_AES      bits/hwcap.h    d       #define HWCAP_AES (1 << 3)
 HWCAP_ASIMD    bits/hwcap.h    d       #define HWCAP_ASIMD (1 << 1)
+HWCAP_ASIMDDP  bits/hwcap.h    d       #define HWCAP_ASIMDDP (1 << 20)
+HWCAP_ASIMDFHM bits/hwcap.h    d       #define HWCAP_ASIMDFHM (1 << 23)
 HWCAP_ASIMDHP  bits/hwcap.h    d       #define HWCAP_ASIMDHP (1 << 10)
+HWCAP_ASIMDRDM bits/hwcap.h    d       #define HWCAP_ASIMDRDM (1 << 12)
 HWCAP_ATOMICS  bits/hwcap.h    d       #define HWCAP_ATOMICS (1 << 8)
+HWCAP_CPUID    bits/hwcap.h    d       #define HWCAP_CPUID (1 << 11)
 HWCAP_CRC32    bits/hwcap.h    d       #define HWCAP_CRC32 (1 << 7)
+HWCAP_DCPOP    bits/hwcap.h    d       #define HWCAP_DCPOP (1 << 16)
+HWCAP_DIT      bits/hwcap.h    d       #define HWCAP_DIT (1 << 24)
 HWCAP_EVTSTRM  bits/hwcap.h    d       #define HWCAP_EVTSTRM (1 << 2)
+HWCAP_FCMA     bits/hwcap.h    d       #define HWCAP_FCMA (1 << 14)
+HWCAP_FLAGM    bits/hwcap.h    d       #define HWCAP_FLAGM (1 << 27)
 HWCAP_FP       bits/hwcap.h    d       #define HWCAP_FP (1 << 0)
 HWCAP_FPHP     bits/hwcap.h    d       #define HWCAP_FPHP (1 << 9)
+HWCAP_ILRCPC   bits/hwcap.h    d       #define HWCAP_ILRCPC (1 << 26)
+HWCAP_JSCVT    bits/hwcap.h    d       #define HWCAP_JSCVT (1 << 13)
+HWCAP_LRCPC    bits/hwcap.h    d       #define HWCAP_LRCPC (1 << 15)
+HWCAP_PACA     bits/hwcap.h    d       #define HWCAP_PACA (1 << 30)
+HWCAP_PACG     bits/hwcap.h    d       #define HWCAP_PACG (1UL << 31)
 HWCAP_PMULL    bits/hwcap.h    d       #define HWCAP_PMULL (1 << 4)
+HWCAP_SB       bits/hwcap.h    d       #define HWCAP_SB (1 << 29)
 HWCAP_SHA1     bits/hwcap.h    d       #define HWCAP_SHA1 (1 << 5)
 HWCAP_SHA2     bits/hwcap.h    d       #define HWCAP_SHA2 (1 << 6)
+HWCAP_SHA3     bits/hwcap.h    d       #define HWCAP_SHA3 (1 << 17)
+HWCAP_SHA512   bits/hwcap.h    d       #define HWCAP_SHA512 (1 << 21)
+HWCAP_SM3      bits/hwcap.h    d       #define HWCAP_SM3 (1 << 18)
+HWCAP_SM4      bits/hwcap.h    d       #define HWCAP_SM4 (1 << 19)
+HWCAP_SSBS     bits/hwcap.h    d       #define HWCAP_SSBS (1 << 28)
+HWCAP_SVE      bits/hwcap.h    d       #define HWCAP_SVE (1 << 22)
+HWCAP_USCAT    bits/hwcap.h    d       #define HWCAP_USCAT (1 << 25)
 ICANON bits/termios.h  d       #define ICANON 0000002
 ICRNL  bits/termios.h  d       #define ICRNL 0000400
 IEXTEN bits/termios.h  d       #define IEXTEN 0100000
@@ -293,22 +315,6 @@ 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
@@ -386,65 +392,33 @@ 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
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
 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
+SVE_MAGIC      bits/signal.h   d       #define SVE_MAGIC 0x53564501
+SVE_NUM_PREGS  bits/signal.h   d       #define SVE_NUM_PREGS 16
+SVE_NUM_ZREGS  bits/signal.h   d       #define SVE_NUM_ZREGS 32
+SVE_SIG_CONTEXT_SIZE   bits/signal.h   d       #define SVE_SIG_CONTEXT_SIZE(vq) (SVE_SIG_REGS_OFFSET + SVE_SIG_REGS_SIZE(vq))
+SVE_SIG_FFR_OFFSET     bits/signal.h   d       #define SVE_SIG_FFR_OFFSET(vq) (SVE_SIG_PREGS_OFFSET(vq) + SVE_SIG_PREGS_SIZE(vq))
+SVE_SIG_FFR_SIZE       bits/signal.h   d       #define SVE_SIG_FFR_SIZE(vq) SVE_SIG_PREG_SIZE(vq)
+SVE_SIG_PREGS_OFFSET   bits/signal.h   d       #define SVE_SIG_PREGS_OFFSET(vq) (SVE_SIG_ZREGS_OFFSET + SVE_SIG_ZREGS_SIZE(vq))
+SVE_SIG_PREGS_SIZE     bits/signal.h   d       #define SVE_SIG_PREGS_SIZE(vq) (SVE_SIG_PREG_OFFSET(vq, SVE_NUM_PREGS) - SVE_SIG_PREGS_OFFSET(vq))
+SVE_SIG_PREG_OFFSET    bits/signal.h   d       #define SVE_SIG_PREG_OFFSET(vq, n) (SVE_SIG_PREGS_OFFSET(vq) + SVE_SIG_PREG_SIZE(vq) * (n))
+SVE_SIG_PREG_SIZE      bits/signal.h   d       #define SVE_SIG_PREG_SIZE(vq) ((unsigned)(vq) * (SVE_VQ_BYTES / 8))
+SVE_SIG_REGS_OFFSET    bits/signal.h   d       #define SVE_SIG_REGS_OFFSET ((sizeof(struct sve_context) + (SVE_VQ_BYTES - 1)) / SVE_VQ_BYTES * SVE_VQ_BYTES)
+SVE_SIG_REGS_SIZE      bits/signal.h   d       #define SVE_SIG_REGS_SIZE(vq) (SVE_SIG_FFR_OFFSET(vq) + SVE_SIG_FFR_SIZE(vq) - SVE_SIG_REGS_OFFSET)
+SVE_SIG_ZREGS_OFFSET   bits/signal.h   d       #define SVE_SIG_ZREGS_OFFSET SVE_SIG_REGS_OFFSET
+SVE_SIG_ZREGS_SIZE     bits/signal.h   d       #define SVE_SIG_ZREGS_SIZE(vq) (SVE_SIG_ZREG_OFFSET(vq, SVE_NUM_ZREGS) - SVE_SIG_ZREGS_OFFSET)
+SVE_SIG_ZREG_OFFSET    bits/signal.h   d       #define SVE_SIG_ZREG_OFFSET(vq, n) (SVE_SIG_ZREGS_OFFSET + SVE_SIG_ZREG_SIZE(vq) * (n))
+SVE_SIG_ZREG_SIZE      bits/signal.h   d       #define SVE_SIG_ZREG_SIZE(vq) ((unsigned)(vq) * SVE_VQ_BYTES)
+SVE_VL_MAX     bits/signal.h   d       #define SVE_VL_MAX (SVE_VQ_MAX * SVE_VQ_BYTES)
+SVE_VL_MIN     bits/signal.h   d       #define SVE_VL_MIN (SVE_VQ_MIN * SVE_VQ_BYTES)
+SVE_VQ_BYTES   bits/signal.h   d       #define SVE_VQ_BYTES 16
+SVE_VQ_MAX     bits/signal.h   d       #define SVE_VQ_MAX 512
+SVE_VQ_MIN     bits/signal.h   d       #define SVE_VQ_MIN 1
 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
@@ -496,7 +470,6 @@ 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
@@ -535,12 +508,17 @@ 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_pgetevents      bits/syscall.h  d       #define SYS_io_pgetevents 292
 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_io_uring_enter     bits/syscall.h  d       #define SYS_io_uring_enter 426
+SYS_io_uring_register  bits/syscall.h  d       #define SYS_io_uring_register 427
+SYS_io_uring_setup     bits/syscall.h  d       #define SYS_io_uring_setup 425
 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_file_load    bits/syscall.h  d       #define SYS_kexec_file_load 294
 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
@@ -585,12 +563,13 @@ 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_newfstatat bits/syscall.h  d       #define SYS_newfstatat 79
 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_pidfd_send_signal  bits/syscall.h  d       #define SYS_pidfd_send_signal 424
 SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 59
 SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 41
 SYS_pkey_alloc bits/syscall.h  d       #define SYS_pkey_alloc 289
@@ -624,6 +603,7 @@ 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_rseq       bits/syscall.h  d       #define SYS_rseq 293
 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
@@ -687,6 +667,7 @@ 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_statx      bits/syscall.h  d       #define SYS_statx 291
 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
@@ -759,11 +740,13 @@ 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
+TIOCGISO7816   bits/ioctl.h    d       #define TIOCGISO7816 0x80285442
 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
+TIOCGPTPEER    bits/ioctl.h    d       #define TIOCGPTPEER 0x5441
 TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542E
 TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
 TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
@@ -794,14 +777,6 @@ TIOCNOTTY  bits/ioctl.h    d       #define TIOCNOTTY 0x5422
 TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
 TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
 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
@@ -811,9 +786,9 @@ 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
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
 TIOCSIG        bits/ioctl.h    d       #define TIOCSIG 0x40045436
+TIOCSISO7816   bits/ioctl.h    d       #define TIOCSISO7816 0xc0285443
 TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
 TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
 TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
@@ -919,6 +894,7 @@ __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__IO_FILE      bits/alltypes.h d       #define __DEFINED_struct__IO_FILE
 __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
@@ -990,7 +966,6 @@ __NR_flock  bits/syscall.h  d       #define __NR_flock 32
 __NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr 16
 __NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 7
 __NR_fstat     bits/syscall.h  d       #define __NR_fstat 80
-__NR_fstatat   bits/syscall.h  d       #define __NR_fstatat 79
 __NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 44
 __NR_fsync     bits/syscall.h  d       #define __NR_fsync 82
 __NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 46
@@ -1029,12 +1004,17 @@ __NR_inotify_rm_watch   bits/syscall.h  d       #define __NR_inotify_rm_watch 28
 __NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 3
 __NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 1
 __NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 4
+__NR_io_pgetevents     bits/syscall.h  d       #define __NR_io_pgetevents 292
 __NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 0
 __NR_io_submit bits/syscall.h  d       #define __NR_io_submit 2
+__NR_io_uring_enter    bits/syscall.h  d       #define __NR_io_uring_enter 426
+__NR_io_uring_register bits/syscall.h  d       #define __NR_io_uring_register 427
+__NR_io_uring_setup    bits/syscall.h  d       #define __NR_io_uring_setup 425
 __NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 29
 __NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 31
 __NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 30
 __NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 272
+__NR_kexec_file_load   bits/syscall.h  d       #define __NR_kexec_file_load 294
 __NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 104
 __NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 219
 __NR_kill      bits/syscall.h  d       #define __NR_kill 129
@@ -1079,12 +1059,13 @@ __NR_munlockall bits/syscall.h  d       #define __NR_munlockall 231
 __NR_munmap    bits/syscall.h  d       #define __NR_munmap 215
 __NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at 264
 __NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep 101
+__NR_newfstatat        bits/syscall.h  d       #define __NR_newfstatat 79
 __NR_nfsservctl        bits/syscall.h  d       #define __NR_nfsservctl 42
 __NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at 265
 __NR_openat    bits/syscall.h  d       #define __NR_openat 56
-__NR_or1k_atomic       bits/syscall.h  d       #define __NR_or1k_atomic 244
 __NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 241
 __NR_personality       bits/syscall.h  d       #define __NR_personality 92
+__NR_pidfd_send_signal bits/syscall.h  d       #define __NR_pidfd_send_signal 424
 __NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 59
 __NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 41
 __NR_pkey_alloc        bits/syscall.h  d       #define __NR_pkey_alloc 289
@@ -1118,6 +1099,7 @@ __NR_renameat     bits/syscall.h  d       #define __NR_renameat 38
 __NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 276
 __NR_request_key       bits/syscall.h  d       #define __NR_request_key 218
 __NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 128
+__NR_rseq      bits/syscall.h  d       #define __NR_rseq 293
 __NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 134
 __NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 136
 __NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 135
@@ -1181,6 +1163,7 @@ __NR_socket       bits/syscall.h  d       #define __NR_socket 198
 __NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 199
 __NR_splice    bits/syscall.h  d       #define __NR_splice 76
 __NR_statfs    bits/syscall.h  d       #define __NR_statfs 43
+__NR_statx     bits/syscall.h  d       #define __NR_statx 291
 __NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 225
 __NR_swapon    bits/syscall.h  d       #define __NR_swapon 224
 __NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 36
@@ -1240,13 +1223,13 @@ greg_t  bits/signal.h   t       typedef unsigned long greg_t;
 gregset_t      bits/signal.h   t       typedef unsigned long gregset_t[34];
 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;
+int16_t        bits/alltypes.h t       typedef signed short int16_t;
+int32_t        bits/alltypes.h t       typedef signed int int32_t;
+int64_t        bits/alltypes.h t       typedef signed _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;
+intmax_t       bits/alltypes.h t       typedef signed _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;
@@ -1282,12 +1265,14 @@ sigset_t        bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/
 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 _IO_FILE        bits/alltypes.h s       
 struct __mbstate_t     bits/alltypes.h s       
 struct __sigset_t      bits/alltypes.h s       
 struct __ucontext      bits/signal.h   s       
 struct _aarch64_ctx    bits/signal.h   s       
 struct cmsghdr bits/socket.h   s       
 struct esr_context     bits/signal.h   s       
+struct extra_context   bits/signal.h   s       
 struct fpsimd_context  bits/signal.h   s       
 struct iovec   bits/alltypes.h s       
 struct ipc_perm        bits/ipc.h      s       
@@ -1301,13 +1286,16 @@ 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 sve_context     bits/signal.h   s       
 struct termios bits/termios.h  s       
 struct timespec        bits/alltypes.h s       
 struct timeval bits/alltypes.h s       
 struct user_fpsimd_struct      bits/user.h     s       
 struct user_regs_struct        bits/user.h     s       
-struct winsize bits/ioctl.h    s       
 suseconds_t    bits/alltypes.h t       typedef long suseconds_t;
+sve_vl_from_vq bits/signal.h   d       #define sve_vl_from_vq(vq) ((vq) * SVE_VQ_BYTES)
+sve_vl_valid   bits/signal.h   d       #define sve_vl_valid(vl) ((vl) % SVE_VQ_BYTES == 0 && (vl) >= SVE_VL_MIN && (vl) <= SVE_VL_MAX)
+sve_vq_from_vl bits/signal.h   d       #define sve_vq_from_vl(vl) ((vl) / SVE_VQ_BYTES)
 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;
index b777c2f..2f25d5b 100644 (file)
@@ -248,6 +248,29 @@ HWCAP2_PMULL       bits/hwcap.h    d       #define HWCAP2_PMULL (1 << 1)
 HWCAP2_SHA1    bits/hwcap.h    d       #define HWCAP2_SHA1 (1 << 2)
 HWCAP2_SHA2    bits/hwcap.h    d       #define HWCAP2_SHA2 (1 << 3)
 HWCAP_26BIT    bits/hwcap.h    d       #define HWCAP_26BIT (1 << 3)
+HWCAP_ARM_26BIT        bits/hwcap.h    d       #define HWCAP_ARM_26BIT (1 << 3)
+HWCAP_ARM_CRUNCH       bits/hwcap.h    d       #define HWCAP_ARM_CRUNCH (1 << 10)
+HWCAP_ARM_EDSP bits/hwcap.h    d       #define HWCAP_ARM_EDSP (1 << 7)
+HWCAP_ARM_EVTSTRM      bits/hwcap.h    d       #define HWCAP_ARM_EVTSTRM (1 << 21)
+HWCAP_ARM_FAST_MULT    bits/hwcap.h    d       #define HWCAP_ARM_FAST_MULT (1 << 4)
+HWCAP_ARM_FPA  bits/hwcap.h    d       #define HWCAP_ARM_FPA (1 << 5)
+HWCAP_ARM_HALF bits/hwcap.h    d       #define HWCAP_ARM_HALF (1 << 1)
+HWCAP_ARM_IDIV bits/hwcap.h    d       #define HWCAP_ARM_IDIV (HWCAP_ARM_IDIVA | HWCAP_ARM_IDIVT)
+HWCAP_ARM_IDIVA        bits/hwcap.h    d       #define HWCAP_ARM_IDIVA (1 << 17)
+HWCAP_ARM_IDIVT        bits/hwcap.h    d       #define HWCAP_ARM_IDIVT (1 << 18)
+HWCAP_ARM_IWMMXT       bits/hwcap.h    d       #define HWCAP_ARM_IWMMXT (1 << 9)
+HWCAP_ARM_JAVA bits/hwcap.h    d       #define HWCAP_ARM_JAVA (1 << 8)
+HWCAP_ARM_LPAE bits/hwcap.h    d       #define HWCAP_ARM_LPAE (1 << 20)
+HWCAP_ARM_NEON bits/hwcap.h    d       #define HWCAP_ARM_NEON (1 << 12)
+HWCAP_ARM_SWP  bits/hwcap.h    d       #define HWCAP_ARM_SWP (1 << 0)
+HWCAP_ARM_THUMB        bits/hwcap.h    d       #define HWCAP_ARM_THUMB (1 << 2)
+HWCAP_ARM_THUMBEE      bits/hwcap.h    d       #define HWCAP_ARM_THUMBEE (1 << 11)
+HWCAP_ARM_TLS  bits/hwcap.h    d       #define HWCAP_ARM_TLS (1 << 15)
+HWCAP_ARM_VFP  bits/hwcap.h    d       #define HWCAP_ARM_VFP (1 << 6)
+HWCAP_ARM_VFPD32       bits/hwcap.h    d       #define HWCAP_ARM_VFPD32 (1 << 19)
+HWCAP_ARM_VFPv3        bits/hwcap.h    d       #define HWCAP_ARM_VFPv3 (1 << 13)
+HWCAP_ARM_VFPv3D16     bits/hwcap.h    d       #define HWCAP_ARM_VFPv3D16 (1 << 14)
+HWCAP_ARM_VFPv4        bits/hwcap.h    d       #define HWCAP_ARM_VFPv4 (1 << 16)
 HWCAP_CRUNCH   bits/hwcap.h    d       #define HWCAP_CRUNCH (1 << 10)
 HWCAP_EDSP     bits/hwcap.h    d       #define HWCAP_EDSP (1 << 7)
 HWCAP_EVTSTRM  bits/hwcap.h    d       #define HWCAP_EVTSTRM (1 << 21)
@@ -311,22 +334,6 @@ 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
@@ -354,13 +361,36 @@ 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
-PAGE_SIZE      bits/limits.h   d       #define PAGE_SIZE 4096
 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
+PTRACE_GETCRUNCHREGS   bits/ptrace.h   d       #define PTRACE_GETCRUNCHREGS 25
+PTRACE_GETFDPIC        bits/ptrace.h   d       #define PTRACE_GETFDPIC 31
+PTRACE_GETFDPIC_EXEC   bits/ptrace.h   d       #define PTRACE_GETFDPIC_EXEC 0
+PTRACE_GETFDPIC_INTERP bits/ptrace.h   d       #define PTRACE_GETFDPIC_INTERP 1
+PTRACE_GETHBPREGS      bits/ptrace.h   d       #define PTRACE_GETHBPREGS 29
+PTRACE_GETVFPREGS      bits/ptrace.h   d       #define PTRACE_GETVFPREGS 27
+PTRACE_GETWMMXREGS     bits/ptrace.h   d       #define PTRACE_GETWMMXREGS 18
+PTRACE_GET_THREAD_AREA bits/ptrace.h   d       #define PTRACE_GET_THREAD_AREA 22
+PTRACE_SETCRUNCHREGS   bits/ptrace.h   d       #define PTRACE_SETCRUNCHREGS 26
+PTRACE_SETHBPREGS      bits/ptrace.h   d       #define PTRACE_SETHBPREGS 30
+PTRACE_SETVFPREGS      bits/ptrace.h   d       #define PTRACE_SETVFPREGS 28
+PTRACE_SETWMMXREGS     bits/ptrace.h   d       #define PTRACE_SETWMMXREGS 19
+PTRACE_SET_SYSCALL     bits/ptrace.h   d       #define PTRACE_SET_SYSCALL 23
 PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT32_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
+PT_GETCRUNCHREGS       bits/ptrace.h   d       #define PT_GETCRUNCHREGS PTRACE_GETCRUNCHREGS
+PT_GETFDPIC    bits/ptrace.h   d       #define PT_GETFDPIC PTRACE_GETFDPIC
+PT_GETHBPREGS  bits/ptrace.h   d       #define PT_GETHBPREGS PTRACE_GETHBPREGS
+PT_GETVFPREGS  bits/ptrace.h   d       #define PT_GETVFPREGS PTRACE_GETVFPREGS
+PT_GETWMMXREGS bits/ptrace.h   d       #define PT_GETWMMXREGS PTRACE_GETWMMXREGS
+PT_GET_THREAD_AREA     bits/ptrace.h   d       #define PT_GET_THREAD_AREA PTRACE_GET_THREAD_AREA
+PT_SETCRUNCHREGS       bits/ptrace.h   d       #define PT_SETCRUNCHREGS PTRACE_SETCRUNCHREGS
+PT_SETHBPREGS  bits/ptrace.h   d       #define PT_SETHBPREGS PTRACE_SETHBPREGS
+PT_SETVFPREGS  bits/ptrace.h   d       #define PT_SETVFPREGS PTRACE_SETVFPREGS
+PT_SETWMMXREGS bits/ptrace.h   d       #define PT_SETWMMXREGS PTRACE_SETWMMXREGS
+PT_SET_SYSCALL bits/ptrace.h   d       #define PT_SET_SYSCALL PTRACE_SET_SYSCALL
 SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
 SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 2
 SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000
@@ -405,64 +435,11 @@ 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
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
 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 140
 SYS__newselect bits/syscall.h  d       #define SYS__newselect 142
@@ -473,6 +450,8 @@ 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 309
 SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex 124
+SYS_arm_fadvise64_64   bits/syscall.h  d       #define SYS_arm_fadvise64_64 270
+SYS_arm_sync_file_range        bits/syscall.h  d       #define SYS_arm_sync_file_range 341
 SYS_bdflush    bits/syscall.h  d       #define SYS_bdflush 134
 SYS_bind       bits/syscall.h  d       #define SYS_bind 282
 SYS_bpf        bits/syscall.h  d       #define SYS_bpf 386
@@ -485,10 +464,15 @@ 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 372
+SYS_clock_adjtime64    bits/syscall.h  d       #define SYS_clock_adjtime64 405
 SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 264
+SYS_clock_getres_time64        bits/syscall.h  d       #define SYS_clock_getres_time64 406
 SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 263
+SYS_clock_gettime64    bits/syscall.h  d       #define SYS_clock_gettime64 403
 SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 265
+SYS_clock_nanosleep_time64     bits/syscall.h  d       #define SYS_clock_nanosleep_time64 407
 SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 262
+SYS_clock_settime64    bits/syscall.h  d       #define SYS_clock_settime64 404
 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
@@ -539,6 +523,7 @@ SYS_fsync   bits/syscall.h  d       #define SYS_fsync 118
 SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 93
 SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 194
 SYS_futex      bits/syscall.h  d       #define SYS_futex 240
+SYS_futex_time64       bits/syscall.h  d       #define SYS_futex_time64 422
 SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 326
 SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 320
 SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list 339
@@ -583,12 +568,18 @@ SYS_inotify_rm_watch      bits/syscall.h  d       #define SYS_inotify_rm_watch 318
 SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 247
 SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 244
 SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 245
+SYS_io_pgetevents      bits/syscall.h  d       #define SYS_io_pgetevents 399
+SYS_io_pgetevents_time64       bits/syscall.h  d       #define SYS_io_pgetevents_time64 416
 SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 243
 SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 246
+SYS_io_uring_enter     bits/syscall.h  d       #define SYS_io_uring_enter 426
+SYS_io_uring_register  bits/syscall.h  d       #define SYS_io_uring_register 427
+SYS_io_uring_setup     bits/syscall.h  d       #define SYS_io_uring_setup 425
 SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 54
 SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get 315
 SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set 314
 SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp 378
+SYS_kexec_file_load    bits/syscall.h  d       #define SYS_kexec_file_load 401
 SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load 347
 SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl 311
 SYS_kill       bits/syscall.h  d       #define SYS_kill 37
@@ -610,6 +601,7 @@ SYS_madvise bits/syscall.h  d       #define SYS_madvise 220
 SYS_mbind      bits/syscall.h  d       #define SYS_mbind 319
 SYS_membarrier bits/syscall.h  d       #define SYS_membarrier 389
 SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create 385
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages 400
 SYS_mincore    bits/syscall.h  d       #define SYS_mincore 219
 SYS_mkdir      bits/syscall.h  d       #define SYS_mkdir 39
 SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat 323
@@ -626,7 +618,9 @@ SYS_mq_getsetattr   bits/syscall.h  d       #define SYS_mq_getsetattr 279
 SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 278
 SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 274
 SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 277
+SYS_mq_timedreceive_time64     bits/syscall.h  d       #define SYS_mq_timedreceive_time64 419
 SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 276
+SYS_mq_timedsend_time64        bits/syscall.h  d       #define SYS_mq_timedsend_time64 418
 SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 275
 SYS_mremap     bits/syscall.h  d       #define SYS_mremap 163
 SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl 304
@@ -650,6 +644,7 @@ SYS_pciconfig_read  bits/syscall.h  d       #define SYS_pciconfig_read 272
 SYS_pciconfig_write    bits/syscall.h  d       #define SYS_pciconfig_write 273
 SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 364
 SYS_personality        bits/syscall.h  d       #define SYS_personality 136
+SYS_pidfd_send_signal  bits/syscall.h  d       #define SYS_pidfd_send_signal 424
 SYS_pipe       bits/syscall.h  d       #define SYS_pipe 42
 SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 359
 SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 218
@@ -658,6 +653,7 @@ SYS_pkey_free       bits/syscall.h  d       #define SYS_pkey_free 396
 SYS_pkey_mprotect      bits/syscall.h  d       #define SYS_pkey_mprotect 394
 SYS_poll       bits/syscall.h  d       #define SYS_poll 168
 SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 336
+SYS_ppoll_time64       bits/syscall.h  d       #define SYS_ppoll_time64 414
 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
@@ -666,6 +662,7 @@ 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
 SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 335
+SYS_pselect6_time64    bits/syscall.h  d       #define SYS_pselect6_time64 413
 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
@@ -680,6 +677,7 @@ SYS_reboot  bits/syscall.h  d       #define SYS_reboot 88
 SYS_recv       bits/syscall.h  d       #define SYS_recv 291
 SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 292
 SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 365
+SYS_recvmmsg_time64    bits/syscall.h  d       #define SYS_recvmmsg_time64 417
 SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 297
 SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 253
 SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 235
@@ -689,6 +687,7 @@ SYS_renameat2       bits/syscall.h  d       #define SYS_renameat2 382
 SYS_request_key        bits/syscall.h  d       #define SYS_request_key 310
 SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 0
 SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 40
+SYS_rseq       bits/syscall.h  d       #define SYS_rseq 398
 SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 174
 SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 176
 SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 175
@@ -696,6 +695,7 @@ SYS_rt_sigqueueinfo bits/syscall.h  d       #define SYS_rt_sigqueueinfo 178
 SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 173
 SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 179
 SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 177
+SYS_rt_sigtimedwait_time64     bits/syscall.h  d       #define SYS_rt_sigtimedwait_time64 421
 SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 363
 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
@@ -704,6 +704,7 @@ SYS_sched_getattr   bits/syscall.h  d       #define SYS_sched_getattr 381
 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_rr_get_interval_time64       bits/syscall.h  d       #define SYS_sched_rr_get_interval_time64 423
 SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 241
 SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 380
 SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 154
@@ -714,6 +715,7 @@ SYS_semctl  bits/syscall.h  d       #define SYS_semctl 300
 SYS_semget     bits/syscall.h  d       #define SYS_semget 299
 SYS_semop      bits/syscall.h  d       #define SYS_semop 298
 SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop 312
+SYS_semtimedop_time64  bits/syscall.h  d       #define SYS_semtimedop_time64 420
 SYS_send       bits/syscall.h  d       #define SYS_send 289
 SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 187
 SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 239
@@ -772,6 +774,7 @@ SYS_stat    bits/syscall.h  d       #define SYS_stat 106
 SYS_stat64     bits/syscall.h  d       #define SYS_stat64 195
 SYS_statfs     bits/syscall.h  d       #define SYS_statfs 99
 SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 266
+SYS_statx      bits/syscall.h  d       #define SYS_statx 397
 SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 115
 SYS_swapon     bits/syscall.h  d       #define SYS_swapon 87
 SYS_symlink    bits/syscall.h  d       #define SYS_symlink 83
@@ -788,10 +791,14 @@ SYS_timer_create  bits/syscall.h  d       #define SYS_timer_create 257
 SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 261
 SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 260
 SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 259
+SYS_timer_gettime64    bits/syscall.h  d       #define SYS_timer_gettime64 408
 SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 258
+SYS_timer_settime64    bits/syscall.h  d       #define SYS_timer_settime64 409
 SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 350
 SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 354
+SYS_timerfd_gettime64  bits/syscall.h  d       #define SYS_timerfd_gettime64 410
 SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 353
+SYS_timerfd_settime64  bits/syscall.h  d       #define SYS_timerfd_settime64 411
 SYS_times      bits/syscall.h  d       #define SYS_times 43
 SYS_tkill      bits/syscall.h  d       #define SYS_tkill 238
 SYS_truncate   bits/syscall.h  d       #define SYS_truncate 92
@@ -807,6 +814,7 @@ SYS_uselib  bits/syscall.h  d       #define SYS_uselib 86
 SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd 388
 SYS_ustat      bits/syscall.h  d       #define SYS_ustat 62
 SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat 348
+SYS_utimensat_time64   bits/syscall.h  d       #define SYS_utimensat_time64 412
 SYS_utimes     bits/syscall.h  d       #define SYS_utimes 269
 SYS_vfork      bits/syscall.h  d       #define SYS_vfork 190
 SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 111
@@ -854,11 +862,13 @@ 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
+TIOCGISO7816   bits/ioctl.h    d       #define TIOCGISO7816 0x80285442
 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
+TIOCGPTPEER    bits/ioctl.h    d       #define TIOCGPTPEER 0x5441
 TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542E
 TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
 TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
@@ -889,14 +899,6 @@ TIOCNOTTY  bits/ioctl.h    d       #define TIOCNOTTY 0x5422
 TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
 TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
 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
@@ -906,9 +908,9 @@ 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
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
 TIOCSIG        bits/ioctl.h    d       #define TIOCSIG 0x40045436
+TIOCSISO7816   bits/ioctl.h    d       #define TIOCSISO7816 0xc0285443
 TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
 TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
 TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
@@ -960,6 +962,7 @@ _POSIX_V7_ILP32_OFFBIG      bits/posix.h    d       #define _POSIX_V7_ILP32_OFFBIG 1
 _Reg   bits/alltypes.h d       #define _Reg int
 __ARM_NR_breakpoint    bits/syscall.h  d       #define __ARM_NR_breakpoint 0x0f0001
 __ARM_NR_cacheflush    bits/syscall.h  d       #define __ARM_NR_cacheflush 0x0f0002
+__ARM_NR_get_tls       bits/syscall.h  d       #define __ARM_NR_get_tls 0x0f0006
 __ARM_NR_set_tls       bits/syscall.h  d       #define __ARM_NR_set_tls 0x0f0005
 __ARM_NR_usr26 bits/syscall.h  d       #define __ARM_NR_usr26 0x0f0003
 __ARM_NR_usr32 bits/syscall.h  d       #define __ARM_NR_usr32 0x0f0004
@@ -1017,6 +1020,7 @@ __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__IO_FILE      bits/alltypes.h d       #define __DEFINED_struct__IO_FILE
 __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
@@ -1045,6 +1049,8 @@ __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 309
 __NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex 124
+__NR_arm_fadvise64_64  bits/syscall.h  d       #define __NR_arm_fadvise64_64 270
+__NR_arm_sync_file_range       bits/syscall.h  d       #define __NR_arm_sync_file_range 341
 __NR_bdflush   bits/syscall.h  d       #define __NR_bdflush 134
 __NR_bind      bits/syscall.h  d       #define __NR_bind 282
 __NR_bpf       bits/syscall.h  d       #define __NR_bpf 386
@@ -1057,10 +1063,15 @@ __NR_chown      bits/syscall.h  d       #define __NR_chown 182
 __NR_chown32   bits/syscall.h  d       #define __NR_chown32 212
 __NR_chroot    bits/syscall.h  d       #define __NR_chroot 61
 __NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 372
+__NR_clock_adjtime64   bits/syscall.h  d       #define __NR_clock_adjtime64 405
 __NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 264
+__NR_clock_getres_time64       bits/syscall.h  d       #define __NR_clock_getres_time64 406
 __NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 263
+__NR_clock_gettime64   bits/syscall.h  d       #define __NR_clock_gettime64 403
 __NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 265
+__NR_clock_nanosleep_time64    bits/syscall.h  d       #define __NR_clock_nanosleep_time64 407
 __NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 262
+__NR_clock_settime64   bits/syscall.h  d       #define __NR_clock_settime64 404
 __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
@@ -1111,6 +1122,7 @@ __NR_fsync        bits/syscall.h  d       #define __NR_fsync 118
 __NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 93
 __NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 194
 __NR_futex     bits/syscall.h  d       #define __NR_futex 240
+__NR_futex_time64      bits/syscall.h  d       #define __NR_futex_time64 422
 __NR_futimesat bits/syscall.h  d       #define __NR_futimesat 326
 __NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 320
 __NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 339
@@ -1155,12 +1167,18 @@ __NR_inotify_rm_watch   bits/syscall.h  d       #define __NR_inotify_rm_watch 318
 __NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 247
 __NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 244
 __NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 245
+__NR_io_pgetevents     bits/syscall.h  d       #define __NR_io_pgetevents 399
+__NR_io_pgetevents_time64      bits/syscall.h  d       #define __NR_io_pgetevents_time64 416
 __NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 243
 __NR_io_submit bits/syscall.h  d       #define __NR_io_submit 246
+__NR_io_uring_enter    bits/syscall.h  d       #define __NR_io_uring_enter 426
+__NR_io_uring_register bits/syscall.h  d       #define __NR_io_uring_register 427
+__NR_io_uring_setup    bits/syscall.h  d       #define __NR_io_uring_setup 425
 __NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 54
 __NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 315
 __NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 314
 __NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 378
+__NR_kexec_file_load   bits/syscall.h  d       #define __NR_kexec_file_load 401
 __NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 347
 __NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 311
 __NR_kill      bits/syscall.h  d       #define __NR_kill 37
@@ -1182,6 +1200,7 @@ __NR_madvise      bits/syscall.h  d       #define __NR_madvise 220
 __NR_mbind     bits/syscall.h  d       #define __NR_mbind 319
 __NR_membarrier        bits/syscall.h  d       #define __NR_membarrier 389
 __NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create 385
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages 400
 __NR_mincore   bits/syscall.h  d       #define __NR_mincore 219
 __NR_mkdir     bits/syscall.h  d       #define __NR_mkdir 39
 __NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat 323
@@ -1198,7 +1217,9 @@ __NR_mq_getsetattr        bits/syscall.h  d       #define __NR_mq_getsetattr 279
 __NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 278
 __NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 274
 __NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 277
+__NR_mq_timedreceive_time64    bits/syscall.h  d       #define __NR_mq_timedreceive_time64 419
 __NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 276
+__NR_mq_timedsend_time64       bits/syscall.h  d       #define __NR_mq_timedsend_time64 418
 __NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 275
 __NR_mremap    bits/syscall.h  d       #define __NR_mremap 163
 __NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 304
@@ -1222,6 +1243,7 @@ __NR_pciconfig_read       bits/syscall.h  d       #define __NR_pciconfig_read 272
 __NR_pciconfig_write   bits/syscall.h  d       #define __NR_pciconfig_write 273
 __NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 364
 __NR_personality       bits/syscall.h  d       #define __NR_personality 136
+__NR_pidfd_send_signal bits/syscall.h  d       #define __NR_pidfd_send_signal 424
 __NR_pipe      bits/syscall.h  d       #define __NR_pipe 42
 __NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 359
 __NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 218
@@ -1230,6 +1252,7 @@ __NR_pkey_free    bits/syscall.h  d       #define __NR_pkey_free 396
 __NR_pkey_mprotect     bits/syscall.h  d       #define __NR_pkey_mprotect 394
 __NR_poll      bits/syscall.h  d       #define __NR_poll 168
 __NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 336
+__NR_ppoll_time64      bits/syscall.h  d       #define __NR_ppoll_time64 414
 __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
@@ -1238,6 +1261,7 @@ __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
 __NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 335
+__NR_pselect6_time64   bits/syscall.h  d       #define __NR_pselect6_time64 413
 __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
@@ -1252,6 +1276,7 @@ __NR_reboot       bits/syscall.h  d       #define __NR_reboot 88
 __NR_recv      bits/syscall.h  d       #define __NR_recv 291
 __NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 292
 __NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 365
+__NR_recvmmsg_time64   bits/syscall.h  d       #define __NR_recvmmsg_time64 417
 __NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 297
 __NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 253
 __NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 235
@@ -1261,6 +1286,7 @@ __NR_renameat2    bits/syscall.h  d       #define __NR_renameat2 382
 __NR_request_key       bits/syscall.h  d       #define __NR_request_key 310
 __NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 0
 __NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 40
+__NR_rseq      bits/syscall.h  d       #define __NR_rseq 398
 __NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 174
 __NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 176
 __NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 175
@@ -1268,6 +1294,7 @@ __NR_rt_sigqueueinfo      bits/syscall.h  d       #define __NR_rt_sigqueueinfo 178
 __NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 173
 __NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 179
 __NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 177
+__NR_rt_sigtimedwait_time64    bits/syscall.h  d       #define __NR_rt_sigtimedwait_time64 421
 __NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 363
 __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
@@ -1276,6 +1303,7 @@ __NR_sched_getattr        bits/syscall.h  d       #define __NR_sched_getattr 381
 __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_rr_get_interval_time64      bits/syscall.h  d       #define __NR_sched_rr_get_interval_time64 423
 __NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 241
 __NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 380
 __NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 154
@@ -1286,6 +1314,7 @@ __NR_semctl       bits/syscall.h  d       #define __NR_semctl 300
 __NR_semget    bits/syscall.h  d       #define __NR_semget 299
 __NR_semop     bits/syscall.h  d       #define __NR_semop 298
 __NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop 312
+__NR_semtimedop_time64 bits/syscall.h  d       #define __NR_semtimedop_time64 420
 __NR_send      bits/syscall.h  d       #define __NR_send 289
 __NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 187
 __NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 239
@@ -1344,6 +1373,7 @@ __NR_stat bits/syscall.h  d       #define __NR_stat 106
 __NR_stat64    bits/syscall.h  d       #define __NR_stat64 195
 __NR_statfs    bits/syscall.h  d       #define __NR_statfs 99
 __NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 266
+__NR_statx     bits/syscall.h  d       #define __NR_statx 397
 __NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 115
 __NR_swapon    bits/syscall.h  d       #define __NR_swapon 87
 __NR_symlink   bits/syscall.h  d       #define __NR_symlink 83
@@ -1360,10 +1390,14 @@ __NR_timer_create       bits/syscall.h  d       #define __NR_timer_create 257
 __NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 261
 __NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 260
 __NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 259
+__NR_timer_gettime64   bits/syscall.h  d       #define __NR_timer_gettime64 408
 __NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 258
+__NR_timer_settime64   bits/syscall.h  d       #define __NR_timer_settime64 409
 __NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 350
 __NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 354
+__NR_timerfd_gettime64 bits/syscall.h  d       #define __NR_timerfd_gettime64 410
 __NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 353
+__NR_timerfd_settime64 bits/syscall.h  d       #define __NR_timerfd_settime64 411
 __NR_times     bits/syscall.h  d       #define __NR_times 43
 __NR_tkill     bits/syscall.h  d       #define __NR_tkill 238
 __NR_truncate  bits/syscall.h  d       #define __NR_truncate 92
@@ -1379,6 +1413,7 @@ __NR_uselib       bits/syscall.h  d       #define __NR_uselib 86
 __NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd 388
 __NR_ustat     bits/syscall.h  d       #define __NR_ustat 62
 __NR_utimensat bits/syscall.h  d       #define __NR_utimensat 348
+__NR_utimensat_time64  bits/syscall.h  d       #define __NR_utimensat_time64 412
 __NR_utimes    bits/syscall.h  d       #define __NR_utimes 269
 __NR_vfork     bits/syscall.h  d       #define __NR_vfork 190
 __NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 111
@@ -1411,13 +1446,13 @@ greg_t  bits/signal.h   t       typedef int greg_t, gregset_t[18];
 gregset_t      bits/signal.h   t       typedef int greg_t, gregset_t[18];
 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;
+int16_t        bits/alltypes.h t       typedef signed short int16_t;
+int32_t        bits/alltypes.h t       typedef signed int int32_t;
+int64_t        bits/alltypes.h t       typedef signed _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;
+intmax_t       bits/alltypes.h t       typedef signed _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;
@@ -1452,6 +1487,7 @@ sigset_t  bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/
 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 _IO_FILE        bits/alltypes.h s       
 struct __mbstate_t     bits/alltypes.h s       
 struct __sigset_t      bits/alltypes.h s       
 struct __ucontext      bits/signal.h   s       
@@ -1475,7 +1511,6 @@ struct timeval    bits/alltypes.h s
 struct user    bits/user.h     s       
 struct user_fpregs     bits/user.h     s       
 struct user_regs       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;
index cefe21e..6d279e0 100644 (file)
@@ -85,6 +85,7 @@ AF_ROSE       sys/socket.h    d       #define AF_ROSE PF_ROSE
 AF_ROUTE       sys/socket.h    d       #define AF_ROUTE PF_ROUTE
 AF_RXRPC       sys/socket.h    d       #define AF_RXRPC PF_RXRPC
 AF_SECURITY    sys/socket.h    d       #define AF_SECURITY PF_SECURITY
+AF_SMC sys/socket.h    d       #define AF_SMC PF_SMC
 AF_SNA sys/socket.h    d       #define AF_SNA PF_SNA
 AF_TIPC        sys/socket.h    d       #define AF_TIPC PF_TIPC
 AF_UNIX        sys/socket.h    d       #define AF_UNIX AF_LOCAL
@@ -92,6 +93,7 @@ AF_UNSPEC     sys/socket.h    d       #define AF_UNSPEC PF_UNSPEC
 AF_VSOCK       sys/socket.h    d       #define AF_VSOCK PF_VSOCK
 AF_WANPIPE     sys/socket.h    d       #define AF_WANPIPE PF_WANPIPE
 AF_X25 sys/socket.h    d       #define AF_X25 PF_X25
+AF_XDP sys/socket.h    d       #define AF_XDP PF_XDP
 AHZ    sys/acct.h      d       #define AHZ 100
 AIO_ALLDONE    aio.h   d       #define AIO_ALLDONE 2
 AIO_CANCELED   aio.h   d       #define AIO_CANCELED 0
@@ -170,6 +172,7 @@ ARPHRD_PIMREG       net/if_arp.h    d       #define ARPHRD_PIMREG 779
 ARPHRD_PPP     net/if_arp.h    d       #define ARPHRD_PPP 512
 ARPHRD_PRONET  net/if_arp.h    d       #define ARPHRD_PRONET 4
 ARPHRD_RAWHDLC net/if_arp.h    d       #define ARPHRD_RAWHDLC 518
+ARPHRD_RAWIP   net/if_arp.h    d       #define ARPHRD_RAWIP 519
 ARPHRD_ROSE    net/if_arp.h    d       #define ARPHRD_ROSE 270
 ARPHRD_RSRVD   net/if_arp.h    d       #define ARPHRD_RSRVD 260
 ARPHRD_SIT     net/if_arp.h    d       #define ARPHRD_SIT 776
@@ -179,6 +182,7 @@ ARPHRD_SLIP6        net/if_arp.h    d       #define ARPHRD_SLIP6 258
 ARPHRD_TUNNEL  net/if_arp.h    d       #define ARPHRD_TUNNEL 768
 ARPHRD_TUNNEL6 net/if_arp.h    d       #define ARPHRD_TUNNEL6 769
 ARPHRD_VOID    net/if_arp.h    d       #define ARPHRD_VOID 0xFFFF
+ARPHRD_VSOCKMON        net/if_arp.h    d       #define ARPHRD_VSOCKMON 826
 ARPHRD_X25     net/if_arp.h    d       #define ARPHRD_X25 271
 ARPOP_InREPLY  net/if_arp.h    d       #define ARPOP_InREPLY 9
 ARPOP_InREQUEST        net/if_arp.h    d       #define ARPOP_InREQUEST 8
@@ -215,10 +219,19 @@ AT_HWCAP2 elf.h   d       #define AT_HWCAP2 26
 AT_ICACHEBSIZE elf.h   d       #define AT_ICACHEBSIZE 20
 AT_IGNORE      elf.h   d       #define AT_IGNORE 1
 AT_IGNOREPPC   elf.h   d       #define AT_IGNOREPPC 22
+AT_L1D_CACHEGEOMETRY   elf.h   d       #define AT_L1D_CACHEGEOMETRY 43
 AT_L1D_CACHESHAPE      elf.h   d       #define AT_L1D_CACHESHAPE 35
+AT_L1D_CACHESIZE       elf.h   d       #define AT_L1D_CACHESIZE 42
+AT_L1I_CACHEGEOMETRY   elf.h   d       #define AT_L1I_CACHEGEOMETRY 41
 AT_L1I_CACHESHAPE      elf.h   d       #define AT_L1I_CACHESHAPE 34
+AT_L1I_CACHESIZE       elf.h   d       #define AT_L1I_CACHESIZE 40
+AT_L2_CACHEGEOMETRY    elf.h   d       #define AT_L2_CACHEGEOMETRY 45
 AT_L2_CACHESHAPE       elf.h   d       #define AT_L2_CACHESHAPE 36
+AT_L2_CACHESIZE        elf.h   d       #define AT_L2_CACHESIZE 44
+AT_L3_CACHEGEOMETRY    elf.h   d       #define AT_L3_CACHEGEOMETRY 47
 AT_L3_CACHESHAPE       elf.h   d       #define AT_L3_CACHESHAPE 37
+AT_L3_CACHESIZE        elf.h   d       #define AT_L3_CACHESIZE 46
+AT_MINSIGSTKSZ elf.h   d       #define AT_MINSIGSTKSZ 51
 AT_NOTELF      elf.h   d       #define AT_NOTELF 10
 AT_NO_AUTOMOUNT        fcntl.h d       #define AT_NO_AUTOMOUNT 0x800
 AT_NULL        elf.h   d       #define AT_NULL 0
@@ -492,7 +505,9 @@ DF_1_NOOPEN elf.h   d       #define DF_1_NOOPEN 0x00000040
 DF_1_NORELOC   elf.h   d       #define DF_1_NORELOC 0x00400000
 DF_1_NOW       elf.h   d       #define DF_1_NOW 0x00000001
 DF_1_ORIGIN    elf.h   d       #define DF_1_ORIGIN 0x00000080
+DF_1_PIE       elf.h   d       #define DF_1_PIE 0x08000000
 DF_1_SINGLETON elf.h   d       #define DF_1_SINGLETON 0x02000000
+DF_1_STUB      elf.h   d       #define DF_1_STUB 0x04000000
 DF_1_SYMINTPOSE        elf.h   d       #define DF_1_SYMINTPOSE 0x00800000
 DF_1_TRANS     elf.h   d       #define DF_1_TRANS 0x00000200
 DF_BIND_NOW    elf.h   d       #define DF_BIND_NOW 0x00000008
@@ -619,7 +634,7 @@ 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_NUM elf.h   d       #define DT_NUM 35
 DT_PLTGOT      elf.h   d       #define DT_PLTGOT 3
 DT_PLTPAD      elf.h   d       #define DT_PLTPAD 0x6ffffefd
 DT_PLTPADSZ    elf.h   d       #define DT_PLTPADSZ 0x6ffffdf9
@@ -660,6 +675,7 @@ DT_SYMINENT elf.h   d       #define DT_SYMINENT 0x6ffffdff
 DT_SYMINFO     elf.h   d       #define DT_SYMINFO 0x6ffffeff
 DT_SYMINSZ     elf.h   d       #define DT_SYMINSZ 0x6ffffdfe
 DT_SYMTAB      elf.h   d       #define DT_SYMTAB 6
+DT_SYMTAB_SHNDX        elf.h   d       #define DT_SYMTAB_SHNDX 34
 DT_TEXTREL     elf.h   d       #define DT_TEXTREL 22
 DT_TLSDESC_GOT elf.h   d       #define DT_TLSDESC_GOT 0x6ffffef7
 DT_TLSDESC_PLT elf.h   d       #define DT_TLSDESC_PLT 0x6ffffef6
@@ -921,6 +937,7 @@ EM_CR16     elf.h   d       #define EM_CR16 177
 EM_CRAYNV2     elf.h   d       #define EM_CRAYNV2 172
 EM_CRIS        elf.h   d       #define EM_CRIS 76
 EM_CRX elf.h   d       #define EM_CRX 114
+EM_CSKY        elf.h   d       #define EM_CSKY 252
 EM_CSR_KALIMBA elf.h   d       #define EM_CSR_KALIMBA 219
 EM_CUDA        elf.h   d       #define EM_CUDA 190
 EM_CYPRESS_M8C elf.h   d       #define EM_CYPRESS_M8C 161
@@ -985,7 +1002,7 @@ EM_NDS32   elf.h   d       #define EM_NDS32 167
 EM_NONE        elf.h   d       #define EM_NONE 0
 EM_NORC        elf.h   d       #define EM_NORC 218
 EM_NS32K       elf.h   d       #define EM_NS32K 97
-EM_NUM elf.h   d       #define EM_NUM 248
+EM_NUM elf.h   d       #define EM_NUM 253
 EM_OPEN8       elf.h   d       #define EM_OPEN8 196
 EM_OPENRISC    elf.h   d       #define EM_OPENRISC 92
 EM_OR1K        elf.h   d       #define EM_OR1K 92
@@ -1089,6 +1106,7 @@ 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
+EPOLLNVAL      sys/epoll.h     d       #define EPOLLNVAL 0x020
 EPOLLONESHOT   sys/epoll.h     d       #define EPOLLONESHOT (1U<<30)
 EPOLLOUT       sys/epoll.h     d       #define EPOLLOUT 0x004
 EPOLLPRI       sys/epoll.h     d       #define EPOLLPRI 0x002
@@ -1138,6 +1156,8 @@ ETH_DATA_LEN      netinet/if_ether.h      d       #define ETH_DATA_LEN 1500
 ETH_FCS_LEN    netinet/if_ether.h      d       #define ETH_FCS_LEN 4
 ETH_FRAME_LEN  netinet/if_ether.h      d       #define ETH_FRAME_LEN 1514
 ETH_HLEN       netinet/if_ether.h      d       #define ETH_HLEN 14
+ETH_MAX_MTU    netinet/if_ether.h      d       #define ETH_MAX_MTU 0xFFFFU
+ETH_MIN_MTU    netinet/if_ether.h      d       #define ETH_MIN_MTU 68
 ETH_P_1588     netinet/if_ether.h      d       #define ETH_P_1588 0x88F7
 ETH_P_8021AD   netinet/if_ether.h      d       #define ETH_P_8021AD 0x88A8
 ETH_P_8021AH   netinet/if_ether.h      d       #define ETH_P_8021AH 0x88E7
@@ -1173,13 +1193,17 @@ ETH_P_DNA_RT    netinet/if_ether.h      d       #define ETH_P_DNA_RT 0x6003
 ETH_P_DSA      netinet/if_ether.h      d       #define ETH_P_DSA 0x001B
 ETH_P_ECONET   netinet/if_ether.h      d       #define ETH_P_ECONET 0x0018
 ETH_P_EDSA     netinet/if_ether.h      d       #define ETH_P_EDSA 0xDADA
+ETH_P_ERSPAN   netinet/if_ether.h      d       #define ETH_P_ERSPAN 0x88BE
+ETH_P_ERSPAN2  netinet/if_ether.h      d       #define ETH_P_ERSPAN2 0x22EB
 ETH_P_FCOE     netinet/if_ether.h      d       #define ETH_P_FCOE 0x8906
 ETH_P_FIP      netinet/if_ether.h      d       #define ETH_P_FIP 0x8914
 ETH_P_HDLC     netinet/if_ether.h      d       #define ETH_P_HDLC 0x0019
 ETH_P_HSR      netinet/if_ether.h      d       #define ETH_P_HSR 0x892F
+ETH_P_IBOE     netinet/if_ether.h      d       #define ETH_P_IBOE 0x8915
 ETH_P_IEEE802154       netinet/if_ether.h      d       #define ETH_P_IEEE802154 0x00F6
 ETH_P_IEEEPUP  netinet/if_ether.h      d       #define ETH_P_IEEEPUP 0x0a00
 ETH_P_IEEEPUPAT        netinet/if_ether.h      d       #define ETH_P_IEEEPUPAT 0x0a01
+ETH_P_IFE      netinet/if_ether.h      d       #define ETH_P_IFE 0xED3E
 ETH_P_IP       netinet/if_ether.h      d       #define ETH_P_IP 0x0800
 ETH_P_IPV6     netinet/if_ether.h      d       #define ETH_P_IPV6 0x86DD
 ETH_P_IPX      netinet/if_ether.h      d       #define ETH_P_IPX 0x8137
@@ -1190,11 +1214,13 @@ 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_MAP      netinet/if_ether.h      d       #define ETH_P_MAP 0x00F9
 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
 ETH_P_MVRP     netinet/if_ether.h      d       #define ETH_P_MVRP 0x88F5
 ETH_P_NCSI     netinet/if_ether.h      d       #define ETH_P_NCSI 0x88F8
+ETH_P_NSH      netinet/if_ether.h      d       #define ETH_P_NSH 0x894F
 ETH_P_PAE      netinet/if_ether.h      d       #define ETH_P_PAE 0x888E
 ETH_P_PAUSE    netinet/if_ether.h      d       #define ETH_P_PAUSE 0x8808
 ETH_P_PHONET   netinet/if_ether.h      d       #define ETH_P_PHONET 0x00F5
@@ -1202,6 +1228,7 @@ ETH_P_PPPTALK     netinet/if_ether.h      d       #define ETH_P_PPPTALK 0x0010
 ETH_P_PPP_DISC netinet/if_ether.h      d       #define ETH_P_PPP_DISC 0x8863
 ETH_P_PPP_MP   netinet/if_ether.h      d       #define ETH_P_PPP_MP 0x0008
 ETH_P_PPP_SES  netinet/if_ether.h      d       #define ETH_P_PPP_SES 0x8864
+ETH_P_PREAUTH  netinet/if_ether.h      d       #define ETH_P_PREAUTH 0x88C7
 ETH_P_PRP      netinet/if_ether.h      d       #define ETH_P_PRP 0x88FB
 ETH_P_PUP      netinet/if_ether.h      d       #define ETH_P_PUP 0x0200
 ETH_P_PUPAT    netinet/if_ether.h      d       #define ETH_P_PUPAT 0x0201
@@ -1222,6 +1249,7 @@ ETH_P_WAN_PPP     netinet/if_ether.h      d       #define ETH_P_WAN_PPP 0x0007
 ETH_P_WCCP     netinet/if_ether.h      d       #define ETH_P_WCCP 0x883E
 ETH_P_X25      netinet/if_ether.h      d       #define ETH_P_X25 0x0805
 ETH_P_XDSA     netinet/if_ether.h      d       #define ETH_P_XDSA 0x00F8
+ETH_TLEN       netinet/if_ether.h      d       #define ETH_TLEN 2
 ETH_ZLEN       netinet/if_ether.h      d       #define ETH_ZLEN 60
 ET_CORE        elf.h   d       #define ET_CORE 4
 ET_DYN elf.h   d       #define ET_DYN 3
@@ -1349,6 +1377,8 @@ FAN_ALL_INIT_FLAGS        sys/fanotify.h  d       #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FA
 FAN_ALL_MARK_FLAGS     sys/fanotify.h  d       #define FAN_ALL_MARK_FLAGS (FAN_MARK_ADD | FAN_MARK_REMOVE | FAN_MARK_DONT_FOLLOW | FAN_MARK_ONLYDIR | FAN_MARK_MOUNT | FAN_MARK_IGNORED_MASK | FAN_MARK_IGNORED_SURV_MODIFY | FAN_MARK_FLUSH)
 FAN_ALL_OUTGOING_EVENTS        sys/fanotify.h  d       #define FAN_ALL_OUTGOING_EVENTS (FAN_ALL_EVENTS | FAN_ALL_PERM_EVENTS | FAN_Q_OVERFLOW)
 FAN_ALL_PERM_EVENTS    sys/fanotify.h  d       #define FAN_ALL_PERM_EVENTS (FAN_OPEN_PERM | FAN_ACCESS_PERM)
+FAN_ATTRIB     sys/fanotify.h  d       #define FAN_ATTRIB 0x04
+FAN_AUDIT      sys/fanotify.h  d       #define FAN_AUDIT 0x10
 FAN_CLASS_CONTENT      sys/fanotify.h  d       #define FAN_CLASS_CONTENT 0x04
 FAN_CLASS_NOTIF        sys/fanotify.h  d       #define FAN_CLASS_NOTIF 0
 FAN_CLASS_PRE_CONTENT  sys/fanotify.h  d       #define FAN_CLASS_PRE_CONTENT 0x08
@@ -1356,26 +1386,42 @@ FAN_CLOEXEC     sys/fanotify.h  d       #define FAN_CLOEXEC 0x01
 FAN_CLOSE      sys/fanotify.h  d       #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
 FAN_CLOSE_NOWRITE      sys/fanotify.h  d       #define FAN_CLOSE_NOWRITE 0x10
 FAN_CLOSE_WRITE        sys/fanotify.h  d       #define FAN_CLOSE_WRITE 0x08
+FAN_CREATE     sys/fanotify.h  d       #define FAN_CREATE 0x100
+FAN_DELETE     sys/fanotify.h  d       #define FAN_DELETE 0x200
+FAN_DELETE_SELF        sys/fanotify.h  d       #define FAN_DELETE_SELF 0x400
 FAN_DENY       sys/fanotify.h  d       #define FAN_DENY 0x02
+FAN_ENABLE_AUDIT       sys/fanotify.h  d       #define FAN_ENABLE_AUDIT 0x40
+FAN_EVENT_INFO_TYPE_FID        sys/fanotify.h  d       #define FAN_EVENT_INFO_TYPE_FID 1
 FAN_EVENT_METADATA_LEN sys/fanotify.h  d       #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
 FAN_EVENT_NEXT sys/fanotify.h  d       #define FAN_EVENT_NEXT(meta, len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata*)(((char *)(meta)) + (meta)->event_len))
 FAN_EVENT_OK   sys/fanotify.h  d       #define FAN_EVENT_OK(meta, len) ((long)(len) >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len <= (long)(len))
 FAN_EVENT_ON_CHILD     sys/fanotify.h  d       #define FAN_EVENT_ON_CHILD 0x08000000
 FAN_MARK_ADD   sys/fanotify.h  d       #define FAN_MARK_ADD 0x01
 FAN_MARK_DONT_FOLLOW   sys/fanotify.h  d       #define FAN_MARK_DONT_FOLLOW 0x04
+FAN_MARK_FILESYSTEM    sys/fanotify.h  d       #define FAN_MARK_FILESYSTEM 0x100
 FAN_MARK_FLUSH sys/fanotify.h  d       #define FAN_MARK_FLUSH 0x80
 FAN_MARK_IGNORED_MASK  sys/fanotify.h  d       #define FAN_MARK_IGNORED_MASK 0x20
 FAN_MARK_IGNORED_SURV_MODIFY   sys/fanotify.h  d       #define FAN_MARK_IGNORED_SURV_MODIFY 0x40
+FAN_MARK_INODE sys/fanotify.h  d       #define FAN_MARK_INODE 0x00
 FAN_MARK_MOUNT sys/fanotify.h  d       #define FAN_MARK_MOUNT 0x10
 FAN_MARK_ONLYDIR       sys/fanotify.h  d       #define FAN_MARK_ONLYDIR 0x08
 FAN_MARK_REMOVE        sys/fanotify.h  d       #define FAN_MARK_REMOVE 0x02
+FAN_MARK_TYPE_MASK     sys/fanotify.h  d       #define FAN_MARK_TYPE_MASK (FAN_MARK_INODE | FAN_MARK_MOUNT | FAN_MARK_FILESYSTEM)
 FAN_MODIFY     sys/fanotify.h  d       #define FAN_MODIFY 0x02
+FAN_MOVE       sys/fanotify.h  d       #define FAN_MOVE (FAN_MOVED_FROM | FAN_MOVED_TO)
+FAN_MOVED_FROM sys/fanotify.h  d       #define FAN_MOVED_FROM 0x40
+FAN_MOVED_TO   sys/fanotify.h  d       #define FAN_MOVED_TO 0x80
+FAN_MOVE_SELF  sys/fanotify.h  d       #define FAN_MOVE_SELF 0x800
 FAN_NOFD       sys/fanotify.h  d       #define FAN_NOFD -1
 FAN_NONBLOCK   sys/fanotify.h  d       #define FAN_NONBLOCK 0x02
 FAN_ONDIR      sys/fanotify.h  d       #define FAN_ONDIR 0x40000000
 FAN_OPEN       sys/fanotify.h  d       #define FAN_OPEN 0x20
+FAN_OPEN_EXEC  sys/fanotify.h  d       #define FAN_OPEN_EXEC 0x1000
+FAN_OPEN_EXEC_PERM     sys/fanotify.h  d       #define FAN_OPEN_EXEC_PERM 0x40000
 FAN_OPEN_PERM  sys/fanotify.h  d       #define FAN_OPEN_PERM 0x10000
 FAN_Q_OVERFLOW sys/fanotify.h  d       #define FAN_Q_OVERFLOW 0x4000
+FAN_REPORT_FID sys/fanotify.h  d       #define FAN_REPORT_FID 0x200
+FAN_REPORT_TID sys/fanotify.h  d       #define FAN_REPORT_TID 0x100
 FAN_UNLIMITED_MARKS    sys/fanotify.h  d       #define FAN_UNLIMITED_MARKS 0x20
 FAN_UNLIMITED_QUEUE    sys/fanotify.h  d       #define FAN_UNLIMITED_QUEUE 0x10
 FAPPEND        fcntl.h d       #define FAPPEND O_APPEND
@@ -1437,8 +1483,11 @@ FPE_FLTSUB       signal.h        d       #define FPE_FLTSUB 8
 FPE_FLTUND     signal.h        d       #define FPE_FLTUND 5
 FPE_INTDIV     signal.h        d       #define FPE_INTDIV 1
 FPE_INTOVF     signal.h        d       #define FPE_INTOVF 2
+FP_FAST_FMA    math.h  d       #define FP_FAST_FMA 1
+FP_FAST_FMAF   math.h  d       #define FP_FAST_FMAF 1
+FP_FAST_FMAL   math.h  d       #define FP_FAST_FMAL 1
 FP_ILOGB0      math.h  d       #define FP_ILOGB0 FP_ILOGBNAN
-FP_ILOGBNAN    math.h  d       #define FP_ILOGBNAN (-1-(int)(((unsigned)-1)>>1))
+FP_ILOGBNAN    math.h  d       #define FP_ILOGBNAN (-1-0x7fffffff)
 FP_INFINITE    math.h  d       #define FP_INFINITE 1
 FP_NAN math.h  d       #define FP_NAN 0
 FP_NORMAL      math.h  d       #define FP_NORMAL 4
@@ -1464,6 +1513,8 @@ F_DUPFD_CLOEXEC   fcntl.h d       #define F_DUPFD_CLOEXEC 1030
 F_GETLEASE     fcntl.h d       #define F_GETLEASE 1025
 F_GETLK64      fcntl.h d       #define F_GETLK64 F_GETLK
 F_GETPIPE_SZ   fcntl.h d       #define F_GETPIPE_SZ 1032
+F_GET_FILE_RW_HINT     fcntl.h d       #define F_GET_FILE_RW_HINT 1037
+F_GET_RW_HINT  fcntl.h d       #define F_GET_RW_HINT 1035
 F_GET_SEALS    fcntl.h d       #define F_GET_SEALS 1034
 F_LOCK fcntl.h d       #define F_LOCK 1
 F_LOCK unistd.h        d       #define F_LOCK 1
@@ -1478,6 +1529,7 @@ F_OWNER_PGRP      fcntl.h d       #define F_OWNER_PGRP 2
 F_OWNER_PID    fcntl.h d       #define F_OWNER_PID 1
 F_OWNER_TID    fcntl.h d       #define F_OWNER_TID 0
 F_RDLCK        fcntl.h d       #define F_RDLCK 0
+F_SEAL_FUTURE_WRITE    fcntl.h d       #define F_SEAL_FUTURE_WRITE 0x0010
 F_SEAL_GROW    fcntl.h d       #define F_SEAL_GROW 0x0004
 F_SEAL_SEAL    fcntl.h d       #define F_SEAL_SEAL 0x0001
 F_SEAL_SHRINK  fcntl.h d       #define F_SEAL_SHRINK 0x0002
@@ -1486,6 +1538,8 @@ F_SETLEASE        fcntl.h d       #define F_SETLEASE 1024
 F_SETLK64      fcntl.h d       #define F_SETLK64 F_SETLK
 F_SETLKW64     fcntl.h d       #define F_SETLKW64 F_SETLKW
 F_SETPIPE_SZ   fcntl.h d       #define F_SETPIPE_SZ 1031
+F_SET_FILE_RW_HINT     fcntl.h d       #define F_SET_FILE_RW_HINT 1038
+F_SET_RW_HINT  fcntl.h d       #define F_SET_RW_HINT 1036
 F_TEST fcntl.h d       #define F_TEST 3
 F_TEST unistd.h        d       #define F_TEST 3
 F_TLOCK        fcntl.h d       #define F_TLOCK 2
@@ -1527,6 +1581,8 @@ GMT_ONLINE        sys/mtio.h      d       #define GMT_ONLINE(x) ((x) & 0x01000000)
 GMT_SM sys/mtio.h      d       #define GMT_SM(x) ((x) & 0x10000000)
 GMT_WR_PROT    sys/mtio.h      d       #define GMT_WR_PROT(x) ((x) & 0x04000000)
 GOOD   scsi/scsi.h     d       #define GOOD 0x00
+GRND_NONBLOCK  sys/random.h    d       #define GRND_NONBLOCK 0x0001
+GRND_RANDOM    sys/random.h    d       #define GRND_RANDOM 0x0002
 GROUP_FILTER_SIZE      netinet/in.h    d       #define GROUP_FILTER_SIZE(numsrc) (sizeof(struct group_filter) - sizeof(struct sockaddr_storage) + (numsrc) * sizeof(struct sockaddr_storage))
 GRPQUOTA       sys/quota.h     d       #define GRPQUOTA 1
 GRP_COMDAT     elf.h   d       #define GRP_COMDAT 0x1
@@ -1745,6 +1801,7 @@ IN6_IS_ADDR_V4MAPPED      netinet/in.h    d       #define IN6_IS_ADDR_V4MAPPED(a) (((uint32_t
 INADDRSZ       arpa/nameser.h  d       #define INADDRSZ NS_INADDRSZ
 INADDR_ALLHOSTS_GROUP  netinet/in.h    d       #define INADDR_ALLHOSTS_GROUP ((in_addr_t) 0xe0000001)
 INADDR_ALLRTRS_GROUP   netinet/in.h    d       #define INADDR_ALLRTRS_GROUP ((in_addr_t) 0xe0000002)
+INADDR_ALLSNOOPERS_GROUP       netinet/in.h    d       #define INADDR_ALLSNOOPERS_GROUP ((in_addr_t) 0xe000006a)
 INADDR_ANY     netinet/in.h    d       #define INADDR_ANY ((in_addr_t) 0x00000000)
 INADDR_BROADCAST       netinet/in.h    d       #define INADDR_BROADCAST ((in_addr_t) 0xffffffff)
 INADDR_LOOPBACK        netinet/in.h    d       #define INADDR_LOOPBACK ((in_addr_t) 0x7f000001)
@@ -1835,6 +1892,7 @@ IN_IGNORED        sys/inotify.h   d       #define IN_IGNORED 0x00008000
 IN_ISDIR       sys/inotify.h   d       #define IN_ISDIR 0x40000000
 IN_LOOPBACKNET netinet/in.h    d       #define IN_LOOPBACKNET 127
 IN_MASK_ADD    sys/inotify.h   d       #define IN_MASK_ADD 0x20000000
+IN_MASK_CREATE sys/inotify.h   d       #define IN_MASK_CREATE 0x10000000
 IN_MODIFY      sys/inotify.h   d       #define IN_MODIFY 0x00000002
 IN_MOVE        sys/inotify.h   d       #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO)
 IN_MOVED_FROM  sys/inotify.h   d       #define IN_MOVED_FROM 0x00000040
@@ -1923,7 +1981,7 @@ IPOPT_TS  netinet/ip.h    d       #define IPOPT_TS 68
 IPOPT_TS_PRESPEC       netinet/ip.h    d       #define IPOPT_TS_PRESPEC 3
 IPOPT_TS_TSANDADDR     netinet/ip.h    d       #define IPOPT_TS_TSANDADDR 1
 IPOPT_TS_TSONLY        netinet/ip.h    d       #define IPOPT_TS_TSONLY 0
-IPPORT_RESERVED        netdb.h d       #define IPPORT_RESERVED 1024
+IPPORT_RESERVED        netinet/in.h    d       #define IPPORT_RESERVED 1024
 IPPROTO_AH     netinet/in.h    d       #define IPPROTO_AH 51
 IPPROTO_BEETPH netinet/in.h    d       #define IPPROTO_BEETPH 94
 IPPROTO_COMP   netinet/in.h    d       #define IPPROTO_COMP 108
@@ -2022,6 +2080,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_FREEBIND  netinet/in.h    d       #define IPV6_FREEBIND 78
 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
@@ -2033,6 +2092,7 @@ IPV6_LEAVE_GROUP  netinet/in.h    d       #define IPV6_LEAVE_GROUP 21
 IPV6_MINHOPCOUNT       netinet/in.h    d       #define IPV6_MINHOPCOUNT 73
 IPV6_MTU       netinet/in.h    d       #define IPV6_MTU 24
 IPV6_MTU_DISCOVER      netinet/in.h    d       #define IPV6_MTU_DISCOVER 23
+IPV6_MULTICAST_ALL     netinet/in.h    d       #define IPV6_MULTICAST_ALL 29
 IPV6_MULTICAST_HOPS    netinet/in.h    d       #define IPV6_MULTICAST_HOPS 18
 IPV6_MULTICAST_IF      netinet/in.h    d       #define IPV6_MULTICAST_IF 17
 IPV6_MULTICAST_LOOP    netinet/in.h    d       #define IPV6_MULTICAST_LOOP 19
@@ -2055,6 +2115,7 @@ IPV6_PREFER_SRC_PUBTMP_DEFAULT    netinet/in.h    d       #define IPV6_PREFER_SRC_PUBTMP_DEF
 IPV6_PREFER_SRC_TMP    netinet/in.h    d       #define IPV6_PREFER_SRC_TMP 0x0001
 IPV6_RECVDSTOPTS       netinet/in.h    d       #define IPV6_RECVDSTOPTS 58
 IPV6_RECVERR   netinet/in.h    d       #define IPV6_RECVERR 25
+IPV6_RECVFRAGSIZE      netinet/in.h    d       #define IPV6_RECVFRAGSIZE 77
 IPV6_RECVHOPLIMIT      netinet/in.h    d       #define IPV6_RECVHOPLIMIT 51
 IPV6_RECVHOPOPTS       netinet/in.h    d       #define IPV6_RECVHOPOPTS 53
 IPV6_RECVORIGDSTADDR   netinet/in.h    d       #define IPV6_RECVORIGDSTADDR IPV6_ORIGDSTADDR
@@ -2063,6 +2124,7 @@ IPV6_RECVPKTINFO  netinet/in.h    d       #define IPV6_RECVPKTINFO 49
 IPV6_RECVRTHDR netinet/in.h    d       #define IPV6_RECVRTHDR 56
 IPV6_RECVTCLASS        netinet/in.h    d       #define IPV6_RECVTCLASS 66
 IPV6_ROUTER_ALERT      netinet/in.h    d       #define IPV6_ROUTER_ALERT 22
+IPV6_ROUTER_ALERT_ISOLATE      netinet/in.h    d       #define IPV6_ROUTER_ALERT_ISOLATE 30
 IPV6_RTHDR     netinet/in.h    d       #define IPV6_RTHDR 57
 IPV6_RTHDRDSTOPTS      netinet/in.h    d       #define IPV6_RTHDRDSTOPTS 55
 IPV6_RTHDR_LOOSE       netinet/in.h    d       #define IPV6_RTHDR_LOOSE 0
@@ -2118,6 +2180,7 @@ IP_PMTUDISC_OMIT  netinet/in.h    d       #define IP_PMTUDISC_OMIT 5
 IP_PMTUDISC_PROBE      netinet/in.h    d       #define IP_PMTUDISC_PROBE 3
 IP_PMTUDISC_WANT       netinet/in.h    d       #define IP_PMTUDISC_WANT 1
 IP_RECVERR     netinet/in.h    d       #define IP_RECVERR 11
+IP_RECVFRAGSIZE        netinet/in.h    d       #define IP_RECVFRAGSIZE 25
 IP_RECVOPTS    netinet/in.h    d       #define IP_RECVOPTS 6
 IP_RECVORIGDSTADDR     netinet/in.h    d       #define IP_RECVORIGDSTADDR IP_ORIGDSTADDR
 IP_RECVRETOPTS netinet/in.h    d       #define IP_RECVRETOPTS IP_RETOPTS
@@ -2285,6 +2348,7 @@ 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_KEEPONFORK        sys/mman.h      d       #define MADV_KEEPONFORK 19
 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
@@ -2294,6 +2358,7 @@ 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
+MADV_WIPEONFORK        sys/mman.h      d       #define MADV_WIPEONFORK 18
 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
@@ -2302,15 +2367,32 @@ 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_FIXED_NOREPLACE    sys/mman.h      d       #define MAP_FIXED_NOREPLACE 0x100000
 MAP_GROWSDOWN  sys/mman.h      d       #define MAP_GROWSDOWN 0x0100
 MAP_HUGETLB    sys/mman.h      d       #define MAP_HUGETLB 0x40000
+MAP_HUGE_16GB  sys/mman.h      d       #define MAP_HUGE_16GB (34U << 26)
+MAP_HUGE_16MB  sys/mman.h      d       #define MAP_HUGE_16MB (24 << 26)
+MAP_HUGE_1GB   sys/mman.h      d       #define MAP_HUGE_1GB (30 << 26)
+MAP_HUGE_1MB   sys/mman.h      d       #define MAP_HUGE_1MB (20 << 26)
+MAP_HUGE_256MB sys/mman.h      d       #define MAP_HUGE_256MB (28 << 26)
+MAP_HUGE_2GB   sys/mman.h      d       #define MAP_HUGE_2GB (31 << 26)
+MAP_HUGE_2MB   sys/mman.h      d       #define MAP_HUGE_2MB (21 << 26)
+MAP_HUGE_32MB  sys/mman.h      d       #define MAP_HUGE_32MB (25 << 26)
+MAP_HUGE_512KB sys/mman.h      d       #define MAP_HUGE_512KB (19 << 26)
+MAP_HUGE_512MB sys/mman.h      d       #define MAP_HUGE_512MB (29 << 26)
+MAP_HUGE_64KB  sys/mman.h      d       #define MAP_HUGE_64KB (16 << 26)
+MAP_HUGE_8MB   sys/mman.h      d       #define MAP_HUGE_8MB (23 << 26)
+MAP_HUGE_MASK  sys/mman.h      d       #define MAP_HUGE_MASK 0x3f
+MAP_HUGE_SHIFT sys/mman.h      d       #define MAP_HUGE_SHIFT 26
 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_SHARED_VALIDATE    sys/mman.h      d       #define MAP_SHARED_VALIDATE 0x03
 MAP_STACK      sys/mman.h      d       #define MAP_STACK 0x20000
+MAP_SYNC       sys/mman.h      d       #define MAP_SYNC 0x80000
 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
@@ -2337,6 +2419,7 @@ MAXTC     sys/timex.h     d       #define MAXTC 6
 MAXTTL netinet/ip.h    d       #define MAXTTL 255
 MAX_ADDR_LEN   net/if_arp.h    d       #define MAX_ADDR_LEN 7
 MAX_DQ_TIME    sys/quota.h     d       #define MAX_DQ_TIME 604800
+MAX_HANDLE_SZ  fcntl.h d       #define MAX_HANDLE_SZ 128
 MAX_IPOPTLEN   netinet/ip.h    d       #define MAX_IPOPTLEN 40
 MAX_IQ_TIME    sys/quota.h     d       #define MAX_IQ_TIME 604800
 MB_CUR_MAX     stdlib.h        d       #define MB_CUR_MAX (__ctype_get_mb_cur_max())
@@ -2355,7 +2438,19 @@ 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
+MEMBARRIER_CMD_GLOBAL  sys/membarrier.h        d       #define MEMBARRIER_CMD_GLOBAL 1
+MEMBARRIER_CMD_GLOBAL_EXPEDITED        sys/membarrier.h        d       #define MEMBARRIER_CMD_GLOBAL_EXPEDITED 2
+MEMBARRIER_CMD_PRIVATE_EXPEDITED       sys/membarrier.h        d       #define MEMBARRIER_CMD_PRIVATE_EXPEDITED 8
+MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE     sys/membarrier.h        d       #define MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE 32
+MEMBARRIER_CMD_QUERY   sys/membarrier.h        d       #define MEMBARRIER_CMD_QUERY 0
+MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED       sys/membarrier.h        d       #define MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED 4
+MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED      sys/membarrier.h        d       #define MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED 16
+MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE    sys/membarrier.h        d       #define MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE 64
+MEMBARRIER_CMD_SHARED  sys/membarrier.h        d       #define MEMBARRIER_CMD_SHARED MEMBARRIER_CMD_GLOBAL
 MESSAGE_REJECT scsi/scsi.h     d       #define MESSAGE_REJECT 0x07
+MFD_ALLOW_SEALING      sys/mman.h      d       #define MFD_ALLOW_SEALING 0x0002U
+MFD_CLOEXEC    sys/mman.h      d       #define MFD_CLOEXEC 0x0001U
+MFD_HUGETLB    sys/mman.h      d       #define MFD_HUGETLB 0x0004U
 MIN    sys/param.h     d       #define MIN(a,b) (((a)<(b))?(a):(b))
 MINDOUBLE      values.h        d       #define MINDOUBLE DBL_MIN
 MINFLOAT       values.h        d       #define MINFLOAT FLT_MIN
@@ -2514,10 +2609,12 @@ MSG_PEEK        sys/socket.h    d       #define MSG_PEEK 0x0002
 MSG_PROXY      sys/socket.h    d       #define MSG_PROXY 0x0010
 MSG_RST        sys/socket.h    d       #define MSG_RST 0x1000
 MSG_STAT       sys/msg.h       d       #define MSG_STAT 11
+MSG_STAT_ANY   sys/msg.h       d       #define MSG_STAT_ANY 13
 MSG_SYN        sys/socket.h    d       #define MSG_SYN 0x0400
 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
+MSG_ZEROCOPY   sys/socket.h    d       #define MSG_ZEROCOPY 0x4000000
 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
@@ -2704,6 +2801,7 @@ NI_NUMERICSERV    netdb.h d       #define NI_NUMERICSERV 0x02
 NL_ARGMAX      limits.h        d       #define NL_ARGMAX 9
 NL_CAT_LOCALE  nl_types.h      d       #define NL_CAT_LOCALE 1
 NL_LANGMAX     limits.h        d       #define NL_LANGMAX 32
+NL_LOCALE_NAME langinfo.h      d       #define NL_LOCALE_NAME(cat) _NL_LOCALE_NAME(cat)
 NL_MSGMAX      limits.h        d       #define NL_MSGMAX 32767
 NL_NMAX        limits.h        d       #define NL_NMAX 16
 NL_SETD        nl_types.h      d       #define NL_SETD 1
@@ -2818,8 +2916,13 @@ NS_UPDATE_OP     arpa/nameser.h  d       #define NS_UPDATE_OP ns_o_update
 NTELOPTS       arpa/telnet.h   d       #define NTELOPTS (1+TELOPT_NEW_ENVIRON)
 NT_386_IOPERM  elf.h   d       #define NT_386_IOPERM 0x201
 NT_386_TLS     elf.h   d       #define NT_386_TLS 0x200
+NT_ARC_V2      elf.h   d       #define NT_ARC_V2 0x600
 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_PACA_KEYS       elf.h   d       #define NT_ARM_PACA_KEYS 0x407
+NT_ARM_PACG_KEYS       elf.h   d       #define NT_ARM_PACG_KEYS 0x408
+NT_ARM_PAC_MASK        elf.h   d       #define NT_ARM_PAC_MASK 0x406
+NT_ARM_SVE     elf.h   d       #define NT_ARM_SVE 0x405
 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
@@ -2836,11 +2939,28 @@ NT_LWPSTATUS    elf.h   d       #define NT_LWPSTATUS 16
 NT_METAG_CBUF  elf.h   d       #define NT_METAG_CBUF 0x500
 NT_METAG_RPIPE elf.h   d       #define NT_METAG_RPIPE 0x501
 NT_METAG_TLS   elf.h   d       #define NT_METAG_TLS 0x502
+NT_MIPS_DSP    elf.h   d       #define NT_MIPS_DSP 0x800
+NT_MIPS_FP_MODE        elf.h   d       #define NT_MIPS_FP_MODE 0x801
+NT_MIPS_MSA    elf.h   d       #define NT_MIPS_MSA 0x802
 NT_PLATFORM    elf.h   d       #define NT_PLATFORM 5
+NT_PPC_DSCR    elf.h   d       #define NT_PPC_DSCR 0x105
+NT_PPC_EBB     elf.h   d       #define NT_PPC_EBB 0x106
+NT_PPC_PMU     elf.h   d       #define NT_PPC_PMU 0x107
+NT_PPC_PPR     elf.h   d       #define NT_PPC_PPR 0x104
 NT_PPC_SPE     elf.h   d       #define NT_PPC_SPE 0x101
+NT_PPC_TAR     elf.h   d       #define NT_PPC_TAR 0x103
+NT_PPC_TM_CDSCR        elf.h   d       #define NT_PPC_TM_CDSCR 0x10f
+NT_PPC_TM_CFPR elf.h   d       #define NT_PPC_TM_CFPR 0x109
+NT_PPC_TM_CGPR elf.h   d       #define NT_PPC_TM_CGPR 0x108
+NT_PPC_TM_CPPR elf.h   d       #define NT_PPC_TM_CPPR 0x10e
+NT_PPC_TM_CTAR elf.h   d       #define NT_PPC_TM_CTAR 0x10d
+NT_PPC_TM_CVMX elf.h   d       #define NT_PPC_TM_CVMX 0x10a
+NT_PPC_TM_CVSX elf.h   d       #define NT_PPC_TM_CVSX 0x10b
+NT_PPC_TM_SPR  elf.h   d       #define NT_PPC_TM_SPR 0x10c
 NT_PPC_VMX     elf.h   d       #define NT_PPC_VMX 0x100
 NT_PPC_VSX     elf.h   d       #define NT_PPC_VSX 0x102
 NT_PRCRED      elf.h   d       #define NT_PRCRED 14
+NT_PRFPREG     elf.h   d       #define NT_PRFPREG 2
 NT_PRFPXREG    elf.h   d       #define NT_PRFPXREG 20
 NT_PRPSINFO    elf.h   d       #define NT_PRPSINFO 3
 NT_PRSTATUS    elf.h   d       #define NT_PRSTATUS 1
@@ -2849,18 +2969,24 @@ NT_PRXREG       elf.h   d       #define NT_PRXREG 4
 NT_PSINFO      elf.h   d       #define NT_PSINFO 13
 NT_PSTATUS     elf.h   d       #define NT_PSTATUS 10
 NT_S390_CTRS   elf.h   d       #define NT_S390_CTRS 0x304
+NT_S390_GS_BC  elf.h   d       #define NT_S390_GS_BC 0x30c
+NT_S390_GS_CB  elf.h   d       #define NT_S390_GS_CB 0x30b
 NT_S390_HIGH_GPRS      elf.h   d       #define NT_S390_HIGH_GPRS 0x300
 NT_S390_LAST_BREAK     elf.h   d       #define NT_S390_LAST_BREAK 0x306
 NT_S390_PREFIX elf.h   d       #define NT_S390_PREFIX 0x305
+NT_S390_RI_CB  elf.h   d       #define NT_S390_RI_CB 0x30d
 NT_S390_SYSTEM_CALL    elf.h   d       #define NT_S390_SYSTEM_CALL 0x307
 NT_S390_TDB    elf.h   d       #define NT_S390_TDB 0x308
 NT_S390_TIMER  elf.h   d       #define NT_S390_TIMER 0x301
 NT_S390_TODCMP elf.h   d       #define NT_S390_TODCMP 0x302
 NT_S390_TODPREG        elf.h   d       #define NT_S390_TODPREG 0x303
+NT_S390_VXRS_HIGH      elf.h   d       #define NT_S390_VXRS_HIGH 0x30a
+NT_S390_VXRS_LOW       elf.h   d       #define NT_S390_VXRS_LOW 0x309
 NT_SIGINFO     elf.h   d       #define NT_SIGINFO 0x53494749
 NT_TASKSTRUCT  elf.h   d       #define NT_TASKSTRUCT 4
 NT_UTSNAME     elf.h   d       #define NT_UTSNAME 15
 NT_VERSION     elf.h   d       #define NT_VERSION 1
+NT_VMCOREDD    elf.h   d       #define NT_VMCOREDD 0x700
 NT_X86_XSTATE  elf.h   d       #define NT_X86_XSTATE 0x202
 NULL   locale.h        d       #define NULL ((void*)0)
 NULL   locale.h        d       #define NULL 0L
@@ -2881,6 +3007,34 @@ NULL     wchar.h d       #define NULL 0L
 NXDOMAIN       arpa/nameser.h  d       #define NXDOMAIN ns_r_nxdomain
 NXRRSET        arpa/nameser.h  d       #define NXRRSET ns_r_nxrrset
 NZERO  limits.h        d       #define NZERO 20
+N_6PACK        sys/ioctl.h     d       #define N_6PACK 7
+N_AX25 sys/ioctl.h     d       #define N_AX25 5
+N_CAIF sys/ioctl.h     d       #define N_CAIF 20
+N_GIGASET_M101 sys/ioctl.h     d       #define N_GIGASET_M101 16
+N_GSM0710      sys/ioctl.h     d       #define N_GSM0710 21
+N_HCI  sys/ioctl.h     d       #define N_HCI 15
+N_HDLC sys/ioctl.h     d       #define N_HDLC 13
+N_IRDA sys/ioctl.h     d       #define N_IRDA 11
+N_MASC sys/ioctl.h     d       #define N_MASC 8
+N_MOUSE        sys/ioctl.h     d       #define N_MOUSE 2
+N_NCI  sys/ioctl.h     d       #define N_NCI 25
+N_NULL sys/ioctl.h     d       #define N_NULL 27
+N_PPP  sys/ioctl.h     d       #define N_PPP 3
+N_PPS  sys/ioctl.h     d       #define N_PPS 18
+N_PROFIBUS_FDL sys/ioctl.h     d       #define N_PROFIBUS_FDL 10
+N_R3964        sys/ioctl.h     d       #define N_R3964 9
+N_SLCAN        sys/ioctl.h     d       #define N_SLCAN 17
+N_SLIP sys/ioctl.h     d       #define N_SLIP 1
+N_SMSBLOCK     sys/ioctl.h     d       #define N_SMSBLOCK 12
+N_SPEAKUP      sys/ioctl.h     d       #define N_SPEAKUP 26
+N_STRIP        sys/ioctl.h     d       #define N_STRIP 4
+N_SYNC_PPP     sys/ioctl.h     d       #define N_SYNC_PPP 14
+N_TI_WL        sys/ioctl.h     d       #define N_TI_WL 22
+N_TRACEROUTER  sys/ioctl.h     d       #define N_TRACEROUTER 24
+N_TRACESINK    sys/ioctl.h     d       #define N_TRACESINK 23
+N_TTY  sys/ioctl.h     d       #define N_TTY 0
+N_V253 sys/ioctl.h     d       #define N_V253 19
+N_X25  sys/ioctl.h     d       #define N_X25 6
 ODK_EXCEPTIONS elf.h   d       #define ODK_EXCEPTIONS 2
 ODK_FILL       elf.h   d       #define ODK_FILL 5
 ODK_HWAND      elf.h   d       #define ODK_HWAND 7
@@ -2921,6 +3075,7 @@ O_EXEC    fcntl.h d       #define O_EXEC O_PATH
 O_RDONLY       fcntl.h d       #define O_RDONLY 00
 O_RDWR fcntl.h d       #define O_RDWR 02
 O_SEARCH       fcntl.h d       #define O_SEARCH O_PATH
+O_TTY_INIT     fcntl.h d       #define O_TTY_INIT 0
 O_WRONLY       fcntl.h d       #define O_WRONLY 01
 PACKETSZ       arpa/nameser.h  d       #define PACKETSZ NS_PACKETSZ
 PACKET_ADD_MEMBERSHIP  netpacket/packet.h      d       #define PACKET_ADD_MEMBERSHIP 1
@@ -2933,6 +3088,7 @@ PACKET_FANOUT_DATA        netpacket/packet.h      d       #define PACKET_FANOUT_DATA 22
 PACKET_FASTROUTE       netpacket/packet.h      d       #define PACKET_FASTROUTE 6
 PACKET_HDRLEN  netpacket/packet.h      d       #define PACKET_HDRLEN 11
 PACKET_HOST    netpacket/packet.h      d       #define PACKET_HOST 0
+PACKET_IGNORE_OUTGOING netpacket/packet.h      d       #define PACKET_IGNORE_OUTGOING 23
 PACKET_LOOPBACK        netpacket/packet.h      d       #define PACKET_LOOPBACK 5
 PACKET_LOSS    netpacket/packet.h      d       #define PACKET_LOSS 14
 PACKET_MR_ALLMULTI     netpacket/packet.h      d       #define PACKET_MR_ALLMULTI 2
@@ -2955,7 +3111,7 @@ PACKET_TX_RING    netpacket/packet.h      d       #define PACKET_TX_RING 13
 PACKET_TX_TIMESTAMP    netpacket/packet.h      d       #define PACKET_TX_TIMESTAMP 16
 PACKET_VERSION netpacket/packet.h      d       #define PACKET_VERSION 10
 PACKET_VNET_HDR        netpacket/packet.h      d       #define PACKET_VNET_HDR 15
-PAGESIZE       limits.h        d       #define PAGESIZE PAGE_SIZE
+PAGE_SIZE      limits.h        d       #define PAGE_SIZE PAGESIZE
 PATH_MAX       limits.h        d       #define PATH_MAX 4096
 PDP_ENDIAN     endian.h        d       #define PDP_ENDIAN __PDP_ENDIAN
 PERSISTENT_RESERVE_IN  scsi/scsi.h     d       #define PERSISTENT_RESERVE_IN 0x5e
@@ -3020,7 +3176,7 @@ 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 43
+PF_MAX sys/socket.h    d       #define PF_MAX 45
 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
@@ -3038,6 +3194,7 @@ PF_ROSE   sys/socket.h    d       #define PF_ROSE 11
 PF_ROUTE       sys/socket.h    d       #define PF_ROUTE PF_NETLINK
 PF_RXRPC       sys/socket.h    d       #define PF_RXRPC 33
 PF_SECURITY    sys/socket.h    d       #define PF_SECURITY 14
+PF_SMC sys/socket.h    d       #define PF_SMC 43
 PF_SNA sys/socket.h    d       #define PF_SNA 22
 PF_TIPC        sys/socket.h    d       #define PF_TIPC 30
 PF_UNIX        sys/socket.h    d       #define PF_UNIX PF_LOCAL
@@ -3047,6 +3204,7 @@ PF_W      elf.h   d       #define PF_W (1 << 1)
 PF_WANPIPE     sys/socket.h    d       #define PF_WANPIPE 25
 PF_X   elf.h   d       #define PF_X (1 << 0)
 PF_X25 sys/socket.h    d       #define PF_X25 9
+PF_XDP sys/socket.h    d       #define PF_XDP 44
 PIPE_BUF       limits.h        d       #define PIPE_BUF 4096
 PM_STR langinfo.h      d       #define PM_STR 0x20027
 PN_XNUM        elf.h   d       #define PN_XNUM 0xffff
@@ -3084,9 +3242,12 @@ 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_SETSID     spawn.h d       #define POSIX_SPAWN_SETSID 128
 POSIX_SPAWN_SETSIGDEF  spawn.h d       #define POSIX_SPAWN_SETSIGDEF 4
 POSIX_SPAWN_SETSIGMASK spawn.h d       #define POSIX_SPAWN_SETSIGMASK 8
+POSIX_SPAWN_USEVFORK   spawn.h d       #define POSIX_SPAWN_USEVFORK 64
 PPC64_LOCAL_ENTRY_OFFSET       elf.h   d       #define PPC64_LOCAL_ENTRY_OFFSET(x) (1 << (((x)&0xe0)>>5) & 0xfc)
+PPC64_OPT_LOCALENTRY   elf.h   d       #define PPC64_OPT_LOCALENTRY 4
 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
@@ -3223,6 +3384,7 @@ PR_GET_NO_NEW_PRIVS       sys/prctl.h     d       #define PR_GET_NO_NEW_PRIVS 39
 PR_GET_PDEATHSIG       sys/prctl.h     d       #define PR_GET_PDEATHSIG 2
 PR_GET_SECCOMP sys/prctl.h     d       #define PR_GET_SECCOMP 21
 PR_GET_SECUREBITS      sys/prctl.h     d       #define PR_GET_SECUREBITS 27
+PR_GET_SPECULATION_CTRL        sys/prctl.h     d       #define PR_GET_SPECULATION_CTRL 52
 PR_GET_THP_DISABLE     sys/prctl.h     d       #define PR_GET_THP_DISABLE 42
 PR_GET_TID_ADDRESS     sys/prctl.h     d       #define PR_GET_TID_ADDRESS 40
 PR_GET_TIMERSLACK      sys/prctl.h     d       #define PR_GET_TIMERSLACK 30
@@ -3238,6 +3400,12 @@ PR_MCE_KILL_LATE sys/prctl.h     d       #define PR_MCE_KILL_LATE 0
 PR_MCE_KILL_SET        sys/prctl.h     d       #define PR_MCE_KILL_SET 1
 PR_MPX_DISABLE_MANAGEMENT      sys/prctl.h     d       #define PR_MPX_DISABLE_MANAGEMENT 44
 PR_MPX_ENABLE_MANAGEMENT       sys/prctl.h     d       #define PR_MPX_ENABLE_MANAGEMENT 43
+PR_PAC_APDAKEY sys/prctl.h     d       #define PR_PAC_APDAKEY (1UL << 2)
+PR_PAC_APDBKEY sys/prctl.h     d       #define PR_PAC_APDBKEY (1UL << 3)
+PR_PAC_APGAKEY sys/prctl.h     d       #define PR_PAC_APGAKEY (1UL << 4)
+PR_PAC_APIAKEY sys/prctl.h     d       #define PR_PAC_APIAKEY (1UL << 0)
+PR_PAC_APIBKEY sys/prctl.h     d       #define PR_PAC_APIBKEY (1UL << 1)
+PR_PAC_RESET_KEYS      sys/prctl.h     d       #define PR_PAC_RESET_KEYS 54
 PR_SET_CHILD_SUBREAPER sys/prctl.h     d       #define PR_SET_CHILD_SUBREAPER 36
 PR_SET_DUMPABLE        sys/prctl.h     d       #define PR_SET_DUMPABLE 4
 PR_SET_ENDIAN  sys/prctl.h     d       #define PR_SET_ENDIAN 20
@@ -3268,11 +3436,25 @@ PR_SET_PTRACER  sys/prctl.h     d       #define PR_SET_PTRACER 0x59616d61
 PR_SET_PTRACER_ANY     sys/prctl.h     d       #define PR_SET_PTRACER_ANY (-1UL)
 PR_SET_SECCOMP sys/prctl.h     d       #define PR_SET_SECCOMP 22
 PR_SET_SECUREBITS      sys/prctl.h     d       #define PR_SET_SECUREBITS 28
+PR_SET_SPECULATION_CTRL        sys/prctl.h     d       #define PR_SET_SPECULATION_CTRL 53
 PR_SET_THP_DISABLE     sys/prctl.h     d       #define PR_SET_THP_DISABLE 41
 PR_SET_TIMERSLACK      sys/prctl.h     d       #define PR_SET_TIMERSLACK 29
 PR_SET_TIMING  sys/prctl.h     d       #define PR_SET_TIMING 14
 PR_SET_TSC     sys/prctl.h     d       #define PR_SET_TSC 26
 PR_SET_UNALIGN sys/prctl.h     d       #define PR_SET_UNALIGN 6
+PR_SPEC_DISABLE        sys/prctl.h     d       #define PR_SPEC_DISABLE (1UL << 2)
+PR_SPEC_DISABLE_NOEXEC sys/prctl.h     d       #define PR_SPEC_DISABLE_NOEXEC (1UL << 4)
+PR_SPEC_ENABLE sys/prctl.h     d       #define PR_SPEC_ENABLE (1UL << 1)
+PR_SPEC_FORCE_DISABLE  sys/prctl.h     d       #define PR_SPEC_FORCE_DISABLE (1UL << 3)
+PR_SPEC_INDIRECT_BRANCH        sys/prctl.h     d       #define PR_SPEC_INDIRECT_BRANCH 1
+PR_SPEC_NOT_AFFECTED   sys/prctl.h     d       #define PR_SPEC_NOT_AFFECTED 0
+PR_SPEC_PRCTL  sys/prctl.h     d       #define PR_SPEC_PRCTL (1UL << 0)
+PR_SPEC_STORE_BYPASS   sys/prctl.h     d       #define PR_SPEC_STORE_BYPASS 0
+PR_SVE_GET_VL  sys/prctl.h     d       #define PR_SVE_GET_VL 51
+PR_SVE_SET_VL  sys/prctl.h     d       #define PR_SVE_SET_VL 50
+PR_SVE_SET_VL_ONEXEC   sys/prctl.h     d       #define PR_SVE_SET_VL_ONEXEC (1 << 18)
+PR_SVE_VL_INHERIT      sys/prctl.h     d       #define PR_SVE_VL_INHERIT (1 << 17)
+PR_SVE_VL_LEN_MASK     sys/prctl.h     d       #define PR_SVE_VL_LEN_MASK 0xffff
 PR_TASK_PERF_EVENTS_DISABLE    sys/prctl.h     d       #define PR_TASK_PERF_EVENTS_DISABLE 31
 PR_TASK_PERF_EVENTS_ENABLE     sys/prctl.h     d       #define PR_TASK_PERF_EVENTS_ENABLE 32
 PR_TIMING_STATISTICAL  sys/prctl.h     d       #define PR_TIMING_STATISTICAL 0
@@ -3320,6 +3502,7 @@ PTRACE_EVENT_EXEC sys/ptrace.h    d       #define PTRACE_EVENT_EXEC 4
 PTRACE_EVENT_EXIT      sys/ptrace.h    d       #define PTRACE_EVENT_EXIT 6
 PTRACE_EVENT_FORK      sys/ptrace.h    d       #define PTRACE_EVENT_FORK 1
 PTRACE_EVENT_SECCOMP   sys/ptrace.h    d       #define PTRACE_EVENT_SECCOMP 7
+PTRACE_EVENT_STOP      sys/ptrace.h    d       #define PTRACE_EVENT_STOP 128
 PTRACE_EVENT_VFORK     sys/ptrace.h    d       #define PTRACE_EVENT_VFORK 2
 PTRACE_EVENT_VFORK_DONE        sys/ptrace.h    d       #define PTRACE_EVENT_VFORK_DONE 5
 PTRACE_GETEVENTMSG     sys/ptrace.h    d       #define PTRACE_GETEVENTMSG 0x4201
@@ -3352,6 +3535,7 @@ PTRACE_POKEDATA   sys/ptrace.h    d       #define PTRACE_POKEDATA 5
 PTRACE_POKETEXT        sys/ptrace.h    d       #define PTRACE_POKETEXT 4
 PTRACE_POKEUSER        sys/ptrace.h    d       #define PTRACE_POKEUSER 6
 PTRACE_SECCOMP_GET_FILTER      sys/ptrace.h    d       #define PTRACE_SECCOMP_GET_FILTER 0x420c
+PTRACE_SECCOMP_GET_METADATA    sys/ptrace.h    d       #define PTRACE_SECCOMP_GET_METADATA 0x420d
 PTRACE_SEIZE   sys/ptrace.h    d       #define PTRACE_SEIZE 0x4206
 PTRACE_SETFPREGS       sys/ptrace.h    d       #define PTRACE_SETFPREGS 15
 PTRACE_SETFPXREGS      sys/ptrace.h    d       #define PTRACE_SETFPXREGS 19
@@ -3702,6 +3886,12 @@ RUN_LVL  utmpx.h d       #define RUN_LVL 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
+RWF_WRITE_LIFE_NOT_SET fcntl.h d       #define RWF_WRITE_LIFE_NOT_SET 0
+RWH_WRITE_LIFE_EXTREME fcntl.h d       #define RWH_WRITE_LIFE_EXTREME 5
+RWH_WRITE_LIFE_LONG    fcntl.h d       #define RWH_WRITE_LIFE_LONG 4
+RWH_WRITE_LIFE_MEDIUM  fcntl.h d       #define RWH_WRITE_LIFE_MEDIUM 3
+RWH_WRITE_LIFE_NONE    fcntl.h d       #define RWH_WRITE_LIFE_NONE 1
+RWH_WRITE_LIFE_SHORT   fcntl.h d       #define RWH_WRITE_LIFE_SHORT 2
 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
@@ -3820,7 +4010,7 @@ R_68K_GOT8        elf.h   d       #define R_68K_GOT8 9
 R_68K_GOT8O    elf.h   d       #define R_68K_GOT8O 12
 R_68K_JMP_SLOT elf.h   d       #define R_68K_JMP_SLOT 21
 R_68K_NONE     elf.h   d       #define R_68K_NONE 0
-R_68K_NUM      elf.h   d       #define R_68K_NUM 23
+R_68K_NUM      elf.h   d       #define R_68K_NUM 43
 R_68K_PC16     elf.h   d       #define R_68K_PC16 5
 R_68K_PC32     elf.h   d       #define R_68K_PC32 4
 R_68K_PC8      elf.h   d       #define R_68K_PC8 6
@@ -3831,6 +4021,24 @@ R_68K_PLT32O     elf.h   d       #define R_68K_PLT32O 16
 R_68K_PLT8     elf.h   d       #define R_68K_PLT8 15
 R_68K_PLT8O    elf.h   d       #define R_68K_PLT8O 18
 R_68K_RELATIVE elf.h   d       #define R_68K_RELATIVE 22
+R_68K_TLS_DTPMOD32     elf.h   d       #define R_68K_TLS_DTPMOD32 40
+R_68K_TLS_DTPREL32     elf.h   d       #define R_68K_TLS_DTPREL32 41
+R_68K_TLS_GD16 elf.h   d       #define R_68K_TLS_GD16 26
+R_68K_TLS_GD32 elf.h   d       #define R_68K_TLS_GD32 25
+R_68K_TLS_GD8  elf.h   d       #define R_68K_TLS_GD8 27
+R_68K_TLS_IE16 elf.h   d       #define R_68K_TLS_IE16 35
+R_68K_TLS_IE32 elf.h   d       #define R_68K_TLS_IE32 34
+R_68K_TLS_IE8  elf.h   d       #define R_68K_TLS_IE8 36
+R_68K_TLS_LDM16        elf.h   d       #define R_68K_TLS_LDM16 29
+R_68K_TLS_LDM32        elf.h   d       #define R_68K_TLS_LDM32 28
+R_68K_TLS_LDM8 elf.h   d       #define R_68K_TLS_LDM8 30
+R_68K_TLS_LDO16        elf.h   d       #define R_68K_TLS_LDO16 32
+R_68K_TLS_LDO32        elf.h   d       #define R_68K_TLS_LDO32 31
+R_68K_TLS_LDO8 elf.h   d       #define R_68K_TLS_LDO8 33
+R_68K_TLS_LE16 elf.h   d       #define R_68K_TLS_LE16 38
+R_68K_TLS_LE32 elf.h   d       #define R_68K_TLS_LE32 37
+R_68K_TLS_LE8  elf.h   d       #define R_68K_TLS_LE8 39
+R_68K_TLS_TPREL32      elf.h   d       #define R_68K_TLS_TPREL32 42
 R_AARCH64_ABS16        elf.h   d       #define R_AARCH64_ABS16 259
 R_AARCH64_ABS32        elf.h   d       #define R_AARCH64_ABS32 258
 R_AARCH64_ABS64        elf.h   d       #define R_AARCH64_ABS64 257
@@ -4128,6 +4336,61 @@ R_ARM_V4BX       elf.h   d       #define R_ARM_V4BX 40
 R_ARM_XPC25    elf.h   d       #define R_ARM_XPC25 15
 R_BPF_MAP_FD   elf.h   d       #define R_BPF_MAP_FD 1
 R_BPF_NONE     elf.h   d       #define R_BPF_NONE 0
+R_CKCORE_ADDR32        elf.h   d       #define R_CKCORE_ADDR32 1
+R_CKCORE_ADDRGOT       elf.h   d       #define R_CKCORE_ADDRGOT 17
+R_CKCORE_ADDRGOT_HI16  elf.h   d       #define R_CKCORE_ADDRGOT_HI16 36
+R_CKCORE_ADDRGOT_LO16  elf.h   d       #define R_CKCORE_ADDRGOT_LO16 37
+R_CKCORE_ADDRPLT       elf.h   d       #define R_CKCORE_ADDRPLT 18
+R_CKCORE_ADDRPLT_HI16  elf.h   d       #define R_CKCORE_ADDRPLT_HI16 38
+R_CKCORE_ADDRPLT_LO16  elf.h   d       #define R_CKCORE_ADDRPLT_LO16 39
+R_CKCORE_ADDR_HI16     elf.h   d       #define R_CKCORE_ADDR_HI16 24
+R_CKCORE_ADDR_LO16     elf.h   d       #define R_CKCORE_ADDR_LO16 25
+R_CKCORE_COPY  elf.h   d       #define R_CKCORE_COPY 10
+R_CKCORE_DOFFSET_IMM18 elf.h   d       #define R_CKCORE_DOFFSET_IMM18 44
+R_CKCORE_DOFFSET_IMM18BY2      elf.h   d       #define R_CKCORE_DOFFSET_IMM18BY2 45
+R_CKCORE_DOFFSET_IMM18BY4      elf.h   d       #define R_CKCORE_DOFFSET_IMM18BY4 46
+R_CKCORE_DOFFSET_LO16  elf.h   d       #define R_CKCORE_DOFFSET_LO16 42
+R_CKCORE_GLOB_DAT      elf.h   d       #define R_CKCORE_GLOB_DAT 11
+R_CKCORE_GOT12 elf.h   d       #define R_CKCORE_GOT12 30
+R_CKCORE_GOT32 elf.h   d       #define R_CKCORE_GOT32 15
+R_CKCORE_GOTOFF        elf.h   d       #define R_CKCORE_GOTOFF 13
+R_CKCORE_GOTOFF_HI16   elf.h   d       #define R_CKCORE_GOTOFF_HI16 28
+R_CKCORE_GOTOFF_LO16   elf.h   d       #define R_CKCORE_GOTOFF_LO16 29
+R_CKCORE_GOTPC elf.h   d       #define R_CKCORE_GOTPC 14
+R_CKCORE_GOTPC_HI16    elf.h   d       #define R_CKCORE_GOTPC_HI16 26
+R_CKCORE_GOTPC_LO16    elf.h   d       #define R_CKCORE_GOTPC_LO16 27
+R_CKCORE_GOT_HI16      elf.h   d       #define R_CKCORE_GOT_HI16 31
+R_CKCORE_GOT_IMM18BY4  elf.h   d       #define R_CKCORE_GOT_IMM18BY4 48
+R_CKCORE_GOT_LO16      elf.h   d       #define R_CKCORE_GOT_LO16 32
+R_CKCORE_JUMP_SLOT     elf.h   d       #define R_CKCORE_JUMP_SLOT 12
+R_CKCORE_NONE  elf.h   d       #define R_CKCORE_NONE 0
+R_CKCORE_PCREL32       elf.h   d       #define R_CKCORE_PCREL32 5
+R_CKCORE_PCRELIMM11BY2 elf.h   d       #define R_CKCORE_PCRELIMM11BY2 3
+R_CKCORE_PCRELIMM8BY4  elf.h   d       #define R_CKCORE_PCRELIMM8BY4 2
+R_CKCORE_PCRELJSR_IMM11BY2     elf.h   d       #define R_CKCORE_PCRELJSR_IMM11BY2 6
+R_CKCORE_PCREL_IMM10BY2        elf.h   d       #define R_CKCORE_PCREL_IMM10BY2 22
+R_CKCORE_PCREL_IMM10BY4        elf.h   d       #define R_CKCORE_PCREL_IMM10BY4 23
+R_CKCORE_PCREL_IMM16BY2        elf.h   d       #define R_CKCORE_PCREL_IMM16BY2 20
+R_CKCORE_PCREL_IMM16BY4        elf.h   d       #define R_CKCORE_PCREL_IMM16BY4 21
+R_CKCORE_PCREL_IMM18BY2        elf.h   d       #define R_CKCORE_PCREL_IMM18BY2 43
+R_CKCORE_PCREL_IMM26BY2        elf.h   d       #define R_CKCORE_PCREL_IMM26BY2 19
+R_CKCORE_PCREL_IMM7BY4 elf.h   d       #define R_CKCORE_PCREL_IMM7BY4 50
+R_CKCORE_PCREL_JSR_IMM26BY2    elf.h   d       #define R_CKCORE_PCREL_JSR_IMM26BY2 40
+R_CKCORE_PLT12 elf.h   d       #define R_CKCORE_PLT12 33
+R_CKCORE_PLT32 elf.h   d       #define R_CKCORE_PLT32 16
+R_CKCORE_PLT_HI16      elf.h   d       #define R_CKCORE_PLT_HI16 34
+R_CKCORE_PLT_IMM18BY4  elf.h   d       #define R_CKCORE_PLT_IMM18BY4 49
+R_CKCORE_PLT_LO16      elf.h   d       #define R_CKCORE_PLT_LO16 35
+R_CKCORE_RELATIVE      elf.h   d       #define R_CKCORE_RELATIVE 9
+R_CKCORE_TLS_DTPMOD32  elf.h   d       #define R_CKCORE_TLS_DTPMOD32 56
+R_CKCORE_TLS_DTPOFF32  elf.h   d       #define R_CKCORE_TLS_DTPOFF32 57
+R_CKCORE_TLS_GD32      elf.h   d       #define R_CKCORE_TLS_GD32 53
+R_CKCORE_TLS_IE32      elf.h   d       #define R_CKCORE_TLS_IE32 52
+R_CKCORE_TLS_LDM32     elf.h   d       #define R_CKCORE_TLS_LDM32 54
+R_CKCORE_TLS_LDO32     elf.h   d       #define R_CKCORE_TLS_LDO32 55
+R_CKCORE_TLS_LE32      elf.h   d       #define R_CKCORE_TLS_LE32 51
+R_CKCORE_TLS_TPOFF32   elf.h   d       #define R_CKCORE_TLS_TPOFF32 58
+R_CKCORE_TOFFSET_LO16  elf.h   d       #define R_CKCORE_TOFFSET_LO16 41
 R_CRIS_16      elf.h   d       #define R_CRIS_16 2
 R_CRIS_16_GOT  elf.h   d       #define R_CRIS_16_GOT 13
 R_CRIS_16_GOTPLT       elf.h   d       #define R_CRIS_16_GOTPLT 15
@@ -4788,6 +5051,60 @@ R_PPC_TPREL16_LO elf.h   d       #define R_PPC_TPREL16_LO 70
 R_PPC_TPREL32  elf.h   d       #define R_PPC_TPREL32 73
 R_PPC_UADDR16  elf.h   d       #define R_PPC_UADDR16 25
 R_PPC_UADDR32  elf.h   d       #define R_PPC_UADDR32 24
+R_RISCV_32     elf.h   d       #define R_RISCV_32 1
+R_RISCV_32_PCREL       elf.h   d       #define R_RISCV_32_PCREL 57
+R_RISCV_64     elf.h   d       #define R_RISCV_64 2
+R_RISCV_ADD16  elf.h   d       #define R_RISCV_ADD16 34
+R_RISCV_ADD32  elf.h   d       #define R_RISCV_ADD32 35
+R_RISCV_ADD64  elf.h   d       #define R_RISCV_ADD64 36
+R_RISCV_ADD8   elf.h   d       #define R_RISCV_ADD8 33
+R_RISCV_ALIGN  elf.h   d       #define R_RISCV_ALIGN 43
+R_RISCV_BRANCH elf.h   d       #define R_RISCV_BRANCH 16
+R_RISCV_CALL   elf.h   d       #define R_RISCV_CALL 18
+R_RISCV_CALL_PLT       elf.h   d       #define R_RISCV_CALL_PLT 19
+R_RISCV_COPY   elf.h   d       #define R_RISCV_COPY 4
+R_RISCV_GNU_VTENTRY    elf.h   d       #define R_RISCV_GNU_VTENTRY 42
+R_RISCV_GNU_VTINHERIT  elf.h   d       #define R_RISCV_GNU_VTINHERIT 41
+R_RISCV_GOT_HI20       elf.h   d       #define R_RISCV_GOT_HI20 20
+R_RISCV_GPREL_I        elf.h   d       #define R_RISCV_GPREL_I 47
+R_RISCV_GPREL_S        elf.h   d       #define R_RISCV_GPREL_S 48
+R_RISCV_HI20   elf.h   d       #define R_RISCV_HI20 26
+R_RISCV_JAL    elf.h   d       #define R_RISCV_JAL 17
+R_RISCV_JUMP_SLOT      elf.h   d       #define R_RISCV_JUMP_SLOT 5
+R_RISCV_LO12_I elf.h   d       #define R_RISCV_LO12_I 27
+R_RISCV_LO12_S elf.h   d       #define R_RISCV_LO12_S 28
+R_RISCV_NONE   elf.h   d       #define R_RISCV_NONE 0
+R_RISCV_PCREL_HI20     elf.h   d       #define R_RISCV_PCREL_HI20 23
+R_RISCV_PCREL_LO12_I   elf.h   d       #define R_RISCV_PCREL_LO12_I 24
+R_RISCV_PCREL_LO12_S   elf.h   d       #define R_RISCV_PCREL_LO12_S 25
+R_RISCV_RELATIVE       elf.h   d       #define R_RISCV_RELATIVE 3
+R_RISCV_RELAX  elf.h   d       #define R_RISCV_RELAX 51
+R_RISCV_RVC_BRANCH     elf.h   d       #define R_RISCV_RVC_BRANCH 44
+R_RISCV_RVC_JUMP       elf.h   d       #define R_RISCV_RVC_JUMP 45
+R_RISCV_RVC_LUI        elf.h   d       #define R_RISCV_RVC_LUI 46
+R_RISCV_SET16  elf.h   d       #define R_RISCV_SET16 55
+R_RISCV_SET32  elf.h   d       #define R_RISCV_SET32 56
+R_RISCV_SET6   elf.h   d       #define R_RISCV_SET6 53
+R_RISCV_SET8   elf.h   d       #define R_RISCV_SET8 54
+R_RISCV_SUB16  elf.h   d       #define R_RISCV_SUB16 38
+R_RISCV_SUB32  elf.h   d       #define R_RISCV_SUB32 39
+R_RISCV_SUB6   elf.h   d       #define R_RISCV_SUB6 52
+R_RISCV_SUB64  elf.h   d       #define R_RISCV_SUB64 40
+R_RISCV_SUB8   elf.h   d       #define R_RISCV_SUB8 37
+R_RISCV_TLS_DTPMOD32   elf.h   d       #define R_RISCV_TLS_DTPMOD32 6
+R_RISCV_TLS_DTPMOD64   elf.h   d       #define R_RISCV_TLS_DTPMOD64 7
+R_RISCV_TLS_DTPREL32   elf.h   d       #define R_RISCV_TLS_DTPREL32 8
+R_RISCV_TLS_DTPREL64   elf.h   d       #define R_RISCV_TLS_DTPREL64 9
+R_RISCV_TLS_GD_HI20    elf.h   d       #define R_RISCV_TLS_GD_HI20 22
+R_RISCV_TLS_GOT_HI20   elf.h   d       #define R_RISCV_TLS_GOT_HI20 21
+R_RISCV_TLS_TPREL32    elf.h   d       #define R_RISCV_TLS_TPREL32 10
+R_RISCV_TLS_TPREL64    elf.h   d       #define R_RISCV_TLS_TPREL64 11
+R_RISCV_TPREL_ADD      elf.h   d       #define R_RISCV_TPREL_ADD 32
+R_RISCV_TPREL_HI20     elf.h   d       #define R_RISCV_TPREL_HI20 29
+R_RISCV_TPREL_I        elf.h   d       #define R_RISCV_TPREL_I 49
+R_RISCV_TPREL_LO12_I   elf.h   d       #define R_RISCV_TPREL_LO12_I 30
+R_RISCV_TPREL_LO12_S   elf.h   d       #define R_RISCV_TPREL_LO12_S 31
+R_RISCV_TPREL_S        elf.h   d       #define R_RISCV_TPREL_S 50
 R_SH_ALIGN     elf.h   d       #define R_SH_ALIGN 29
 R_SH_CODE      elf.h   d       #define R_SH_CODE 30
 R_SH_COPY      elf.h   d       #define R_SH_COPY 162
@@ -4986,7 +5303,10 @@ SCM_CREDENTIALS  sys/socket.h    d       #define SCM_CREDENTIALS 0x02
 SCM_RIGHTS     sys/socket.h    d       #define SCM_RIGHTS 0x01
 SCM_TIMESTAMP  sys/socket.h    d       #define SCM_TIMESTAMP SO_TIMESTAMP
 SCM_TIMESTAMPING       sys/socket.h    d       #define SCM_TIMESTAMPING SO_TIMESTAMPING
+SCM_TIMESTAMPING_OPT_STATS     sys/socket.h    d       #define SCM_TIMESTAMPING_OPT_STATS 54
+SCM_TIMESTAMPING_PKTINFO       sys/socket.h    d       #define SCM_TIMESTAMPING_PKTINFO 58
 SCM_TIMESTAMPNS        sys/socket.h    d       #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
+SCM_TXTIME     sys/socket.h    d       #define SCM_TXTIME SO_TXTIME
 SCM_WIFI_STATUS        sys/socket.h    d       #define SCM_WIFI_STATUS SO_WIFI_STATUS
 SCNd16 inttypes.h      d       #define SCNd16 "hd"
 SCNd32 inttypes.h      d       #define SCNd32 "d"
@@ -5099,6 +5419,7 @@ SEM_FAILED        semaphore.h     d       #define SEM_FAILED ((sem_t *)0)
 SEM_INFO       sys/sem.h       d       #define SEM_INFO 19
 SEM_NSEMS_MAX  limits.h        d       #define SEM_NSEMS_MAX 256
 SEM_STAT       sys/sem.h       d       #define SEM_STAT 18
+SEM_STAT_ANY   sys/sem.h       d       #define SEM_STAT_ANY 20
 SEM_UNDO       sys/sem.h       d       #define SEM_UNDO 0x1000
 SEM_VALUE_MAX  limits.h        d       #define SEM_VALUE_MAX 0x7fffffff
 SEND_DIAGNOSTIC        scsi/scsi.h     d       #define SEND_DIAGNOSTIC 0x1d
@@ -5199,6 +5520,20 @@ SHF_WRITE        elf.h   d       #define SHF_WRITE (1 << 0)
 SHM_DEST       sys/shm.h       d       #define SHM_DEST 01000
 SHM_EXEC       sys/shm.h       d       #define SHM_EXEC 0100000
 SHM_HUGETLB    sys/shm.h       d       #define SHM_HUGETLB 04000
+SHM_HUGE_16GB  sys/shm.h       d       #define SHM_HUGE_16GB (34U << 26)
+SHM_HUGE_16MB  sys/shm.h       d       #define SHM_HUGE_16MB (24 << 26)
+SHM_HUGE_1GB   sys/shm.h       d       #define SHM_HUGE_1GB (30 << 26)
+SHM_HUGE_1MB   sys/shm.h       d       #define SHM_HUGE_1MB (20 << 26)
+SHM_HUGE_256MB sys/shm.h       d       #define SHM_HUGE_256MB (28 << 26)
+SHM_HUGE_2GB   sys/shm.h       d       #define SHM_HUGE_2GB (31 << 26)
+SHM_HUGE_2MB   sys/shm.h       d       #define SHM_HUGE_2MB (21 << 26)
+SHM_HUGE_32MB  sys/shm.h       d       #define SHM_HUGE_32MB (25 << 26)
+SHM_HUGE_512KB sys/shm.h       d       #define SHM_HUGE_512KB (19 << 26)
+SHM_HUGE_512MB sys/shm.h       d       #define SHM_HUGE_512MB (29 << 26)
+SHM_HUGE_64KB  sys/shm.h       d       #define SHM_HUGE_64KB (16 << 26)
+SHM_HUGE_8MB   sys/shm.h       d       #define SHM_HUGE_8MB (23 << 26)
+SHM_HUGE_MASK  sys/shm.h       d       #define SHM_HUGE_MASK 0x3f
+SHM_HUGE_SHIFT sys/shm.h       d       #define SHM_HUGE_SHIFT 26
 SHM_INFO       sys/shm.h       d       #define SHM_INFO 14
 SHM_LOCK       sys/shm.h       d       #define SHM_LOCK 11
 SHM_LOCKED     sys/shm.h       d       #define SHM_LOCKED 02000
@@ -5208,6 +5543,7 @@ SHM_RDONLY        sys/shm.h       d       #define SHM_RDONLY 010000
 SHM_REMAP      sys/shm.h       d       #define SHM_REMAP 040000
 SHM_RND        sys/shm.h       d       #define SHM_RND 020000
 SHM_STAT       sys/shm.h       d       #define SHM_STAT 13
+SHM_STAT_ANY   sys/shm.h       d       #define SHM_STAT_ANY 15
 SHM_UNLOCK     sys/shm.h       d       #define SHM_UNLOCK 12
 SHM_W  sys/shm.h       d       #define SHM_W 0200
 SHN_ABS        elf.h   d       #define SHN_ABS 0xfff1
@@ -5336,6 +5672,60 @@ SIG_IGN  signal.h        d       #define SIG_IGN ((void (*)(int)) 1)
 SIG_SETMASK    signal.h        d       #define SIG_SETMASK 2
 SIG_UNBLOCK    signal.h        d       #define SIG_UNBLOCK 1
 SIMPLE_QUEUE_TAG       scsi/scsi.h     d       #define SIMPLE_QUEUE_TAG 0x20
+SIOCADDDLCI    sys/ioctl.h     d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   sys/ioctl.h     d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      sys/ioctl.h     d       #define SIOCADDRT 0x890B
+SIOCDARP       sys/ioctl.h     d       #define SIOCDARP 0x8953
+SIOCDELDLCI    sys/ioctl.h     d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   sys/ioctl.h     d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      sys/ioctl.h     d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE sys/ioctl.h     d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    sys/ioctl.h     d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      sys/ioctl.h     d       #define SIOCDRARP 0x8960
+SIOCGARP       sys/ioctl.h     d       #define SIOCGARP 0x8954
+SIOCGIFADDR    sys/ioctl.h     d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      sys/ioctl.h     d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR sys/ioctl.h     d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    sys/ioctl.h     d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   sys/ioctl.h     d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR sys/ioctl.h     d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   sys/ioctl.h     d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   sys/ioctl.h     d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  sys/ioctl.h     d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   sys/ioctl.h     d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     sys/ioctl.h     d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     sys/ioctl.h     d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  sys/ioctl.h     d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     sys/ioctl.h     d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    sys/ioctl.h     d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK sys/ioctl.h     d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  sys/ioctl.h     d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   sys/ioctl.h     d       #define SIOCGIFSLAVE 0x8929
+SIOCGIFTXQLEN  sys/ioctl.h     d       #define SIOCGIFTXQLEN 0x8942
+SIOCGRARP      sys/ioctl.h     d       #define SIOCGRARP 0x8961
+SIOCPROTOPRIVATE       sys/ioctl.h     d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      sys/ioctl.h     d       #define SIOCRTMSG 0x890D
+SIOCSARP       sys/ioctl.h     d       #define SIOCSARP 0x8955
+SIOCSIFADDR    sys/ioctl.h     d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      sys/ioctl.h     d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR sys/ioctl.h     d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR sys/ioctl.h     d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   sys/ioctl.h     d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   sys/ioctl.h     d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  sys/ioctl.h     d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     sys/ioctl.h     d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    sys/ioctl.h     d       #define SIOCSIFLINK 0x8911
+SIOCSIFMAP     sys/ioctl.h     d       #define SIOCSIFMAP 0x8971
+SIOCSIFMEM     sys/ioctl.h     d       #define SIOCSIFMEM 0x8920
+SIOCSIFMETRIC  sys/ioctl.h     d       #define SIOCSIFMETRIC 0x891e
+SIOCSIFMTU     sys/ioctl.h     d       #define SIOCSIFMTU 0x8922
+SIOCSIFNAME    sys/ioctl.h     d       #define SIOCSIFNAME 0x8923
+SIOCSIFNETMASK sys/ioctl.h     d       #define SIOCSIFNETMASK 0x891c
+SIOCSIFPFLAGS  sys/ioctl.h     d       #define SIOCSIFPFLAGS 0x8934
+SIOCSIFSLAVE   sys/ioctl.h     d       #define SIOCSIFSLAVE 0x8930
+SIOCSIFTXQLEN  sys/ioctl.h     d       #define SIOCSIFTXQLEN 0x8943
+SIOCSRARP      sys/ioctl.h     d       #define SIOCSRARP 0x8962
+SIOGIFINDEX    sys/ioctl.h     d       #define SIOGIFINDEX SIOCGIFINDEX
 SI_ASYNCIO     signal.h        d       #define SI_ASYNCIO (-4)
 SI_ASYNCNL     signal.h        d       #define SI_ASYNCNL (-60)
 SI_KERNEL      signal.h        d       #define SI_KERNEL 128
@@ -5416,8 +5806,10 @@ 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_TLS        sys/socket.h    d       #define SOL_TLS 282
 SOL_UDP        netinet/udp.h   d       #define SOL_UDP 17
 SOL_X25        sys/socket.h    d       #define SOL_X25 262
+SOL_XDP        sys/socket.h    d       #define SOL_XDP 283
 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
@@ -5425,11 +5817,13 @@ 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_BINDTOIFINDEX       sys/socket.h    d       #define SO_BINDTOIFINDEX 62
 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_COOKIE      sys/socket.h    d       #define SO_COOKIE 57
 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
@@ -5438,11 +5832,13 @@ SO_DONTROUTE    sys/socket.h    d       #define SO_DONTROUTE 5
 SO_ERROR       sys/socket.h    d       #define SO_ERROR 4
 SO_GET_FILTER  sys/socket.h    d       #define SO_GET_FILTER SO_ATTACH_FILTER
 SO_INCOMING_CPU        sys/socket.h    d       #define SO_INCOMING_CPU 49
+SO_INCOMING_NAPI_ID    sys/socket.h    d       #define SO_INCOMING_NAPI_ID 56
 SO_KEEPALIVE   sys/socket.h    d       #define SO_KEEPALIVE 9
 SO_LINGER      sys/socket.h    d       #define SO_LINGER 13
 SO_LOCK_FILTER sys/socket.h    d       #define SO_LOCK_FILTER 44
 SO_MARK        sys/socket.h    d       #define SO_MARK 36
 SO_MAX_PACING_RATE     sys/socket.h    d       #define SO_MAX_PACING_RATE 47
+SO_MEMINFO     sys/socket.h    d       #define SO_MEMINFO 55
 SO_NOFCS       sys/socket.h    d       #define SO_NOFCS 43
 SO_NO_CHECK    sys/socket.h    d       #define SO_NO_CHECK 11
 SO_OOBINLINE   sys/socket.h    d       #define SO_OOBINLINE 10
@@ -5450,6 +5846,7 @@ SO_PASSCRED       sys/socket.h    d       #define SO_PASSCRED 16
 SO_PASSSEC     sys/socket.h    d       #define SO_PASSSEC 34
 SO_PEEK_OFF    sys/socket.h    d       #define SO_PEEK_OFF 42
 SO_PEERCRED    sys/socket.h    d       #define SO_PEERCRED 17
+SO_PEERGROUPS  sys/socket.h    d       #define SO_PEERGROUPS 59
 SO_PEERNAME    sys/socket.h    d       #define SO_PEERNAME 28
 SO_PEERSEC     sys/socket.h    d       #define SO_PEERSEC 31
 SO_PRIORITY    sys/socket.h    d       #define SO_PRIORITY 12
@@ -5472,8 +5869,10 @@ SO_SNDTIMEO      sys/socket.h    d       #define SO_SNDTIMEO 21
 SO_TIMESTAMP   sys/socket.h    d       #define SO_TIMESTAMP 29
 SO_TIMESTAMPING        sys/socket.h    d       #define SO_TIMESTAMPING 37
 SO_TIMESTAMPNS sys/socket.h    d       #define SO_TIMESTAMPNS 35
+SO_TXTIME      sys/socket.h    d       #define SO_TXTIME 61
 SO_TYPE        sys/socket.h    d       #define SO_TYPE 3
 SO_WIFI_STATUS sys/socket.h    d       #define SO_WIFI_STATUS 41
+SO_ZEROCOPY    sys/socket.h    d       #define SO_ZEROCOPY 60
 SPACE  scsi/scsi.h     d       #define SPACE 0x11
 SPLICE_F_GIFT  fcntl.h d       #define SPLICE_F_GIFT 8
 SPLICE_F_MORE  fcntl.h d       #define SPLICE_F_MORE 4
@@ -5564,6 +5963,7 @@ ST_NODIRATIME     sys/statvfs.h   d       #define ST_NODIRATIME 2048
 ST_NOEXEC      sys/statvfs.h   d       #define ST_NOEXEC 8
 ST_NOSUID      sys/statvfs.h   d       #define ST_NOSUID 2
 ST_RDONLY      sys/statvfs.h   d       #define ST_RDONLY 1
+ST_RELATIME    sys/statvfs.h   d       #define ST_RELATIME 4096
 ST_SYNCHRONOUS sys/statvfs.h   d       #define ST_SYNCHRONOUS 16
 ST_WRITE       sys/statvfs.h   d       #define ST_WRITE 128
 SUBCMDMASK     sys/quota.h     d       #define SUBCMDMASK 0x00ff
@@ -5584,7 +5984,6 @@ SYMINFO_FLG_LAZYLOAD      elf.h   d       #define SYMINFO_FLG_LAZYLOAD 0x0008
 SYMINFO_FLG_PASSTHRU   elf.h   d       #define SYMINFO_FLG_PASSTHRU 0x0002
 SYMINFO_NONE   elf.h   d       #define SYMINFO_NONE 0
 SYMINFO_NUM    elf.h   d       #define SYMINFO_NUM 2
-SYMLINK_MAX    limits.h        d       #define SYMLINK_MAX 255
 SYMLOOP_MAX    limits.h        d       #define SYMLOOP_MAX 40
 SYMTYPE        tar.h   d       #define SYMTYPE '2'
 SYNCH  arpa/telnet.h   d       #define SYNCH 242
@@ -5687,14 +6086,19 @@ TCP_CC_INFO     netinet/tcp.h   d       #define TCP_CC_INFO 26
 TCP_CLOSE      netinet/tcp.h   d       #define TCP_CLOSE 7
 TCP_CLOSE_WAIT netinet/tcp.h   d       #define TCP_CLOSE_WAIT 8
 TCP_CLOSING    netinet/tcp.h   d       #define TCP_CLOSING 11
+TCP_CM_INQ     netinet/tcp.h   d       #define TCP_CM_INQ TCP_INQ
 TCP_CONGESTION netinet/tcp.h   d       #define TCP_CONGESTION 13
 TCP_CORK       netinet/tcp.h   d       #define TCP_CORK 3
 TCP_DEFER_ACCEPT       netinet/tcp.h   d       #define TCP_DEFER_ACCEPT 9
 TCP_ESTABLISHED        netinet/tcp.h   d       #define TCP_ESTABLISHED 1
 TCP_FASTOPEN   netinet/tcp.h   d       #define TCP_FASTOPEN 23
+TCP_FASTOPEN_CONNECT   netinet/tcp.h   d       #define TCP_FASTOPEN_CONNECT 30
+TCP_FASTOPEN_KEY       netinet/tcp.h   d       #define TCP_FASTOPEN_KEY 33
+TCP_FASTOPEN_NO_COOKIE netinet/tcp.h   d       #define TCP_FASTOPEN_NO_COOKIE 34
 TCP_FIN_WAIT1  netinet/tcp.h   d       #define TCP_FIN_WAIT1 4
 TCP_FIN_WAIT2  netinet/tcp.h   d       #define TCP_FIN_WAIT2 5
 TCP_INFO       netinet/tcp.h   d       #define TCP_INFO 11
+TCP_INQ        netinet/tcp.h   d       #define TCP_INQ 36
 TCP_KEEPCNT    netinet/tcp.h   d       #define TCP_KEEPCNT 6
 TCP_KEEPIDLE   netinet/tcp.h   d       #define TCP_KEEPIDLE 4
 TCP_KEEPINTVL  netinet/tcp.h   d       #define TCP_KEEPINTVL 5
@@ -5703,12 +6107,40 @@ TCP_LINGER2     netinet/tcp.h   d       #define TCP_LINGER2 8
 TCP_LISTEN     netinet/tcp.h   d       #define TCP_LISTEN 10
 TCP_MAXSEG     netinet/tcp.h   d       #define TCP_MAXSEG 2
 TCP_MD5SIG     netinet/tcp.h   d       #define TCP_MD5SIG 14
+TCP_MD5SIG_EXT netinet/tcp.h   d       #define TCP_MD5SIG_EXT 32
+TCP_MD5SIG_FLAG_PREFIX netinet/tcp.h   d       #define TCP_MD5SIG_FLAG_PREFIX 1
 TCP_MD5SIG_MAXKEYLEN   netinet/tcp.h   d       #define TCP_MD5SIG_MAXKEYLEN 80
+TCP_NLA_BUSY   netinet/tcp.h   e       
+TCP_NLA_BYTES_RETRANS  netinet/tcp.h   e       
+TCP_NLA_BYTES_SENT     netinet/tcp.h   e       
+TCP_NLA_CA_STATE       netinet/tcp.h   e       
+TCP_NLA_DATA_SEGS_OUT  netinet/tcp.h   e       
+TCP_NLA_DELIVERED      netinet/tcp.h   e       
+TCP_NLA_DELIVERED_CE   netinet/tcp.h   e       
+TCP_NLA_DELIVERY_RATE  netinet/tcp.h   e       
+TCP_NLA_DELIVERY_RATE_APP_LMT  netinet/tcp.h   e       
+TCP_NLA_DSACK_DUPS     netinet/tcp.h   e       
+TCP_NLA_MIN_RTT        netinet/tcp.h   e       
+TCP_NLA_PACING_RATE    netinet/tcp.h   e       
+TCP_NLA_PAD    netinet/tcp.h   e       
+TCP_NLA_RECUR_RETRANS  netinet/tcp.h   e       
+TCP_NLA_REORDERING     netinet/tcp.h   e       
+TCP_NLA_REORD_SEEN     netinet/tcp.h   e       
+TCP_NLA_RWND_LIMITED   netinet/tcp.h   e       
+TCP_NLA_SNDBUF_LIMITED netinet/tcp.h   e       
+TCP_NLA_SNDQ_SIZE      netinet/tcp.h   e       
+TCP_NLA_SND_CWND       netinet/tcp.h   e       
+TCP_NLA_SND_SSTHRESH   netinet/tcp.h   e       
+TCP_NLA_SRTT   netinet/tcp.h   e       
+TCP_NLA_TOTAL_RETRANS  netinet/tcp.h   e       
 TCP_NODELAY    netinet/tcp.h   d       #define TCP_NODELAY 1
 TCP_NOTSENT_LOWAT      netinet/tcp.h   d       #define TCP_NOTSENT_LOWAT 25
 TCP_QUEUE_SEQ  netinet/tcp.h   d       #define TCP_QUEUE_SEQ 21
 TCP_QUICKACK   netinet/tcp.h   d       #define TCP_QUICKACK 12
 TCP_REPAIR     netinet/tcp.h   d       #define TCP_REPAIR 19
+TCP_REPAIR_OFF netinet/tcp.h   d       #define TCP_REPAIR_OFF 0
+TCP_REPAIR_OFF_NO_WP   netinet/tcp.h   d       #define TCP_REPAIR_OFF_NO_WP -1
+TCP_REPAIR_ON  netinet/tcp.h   d       #define TCP_REPAIR_ON 1
 TCP_REPAIR_OPTIONS     netinet/tcp.h   d       #define TCP_REPAIR_OPTIONS 22
 TCP_REPAIR_QUEUE       netinet/tcp.h   d       #define TCP_REPAIR_QUEUE 20
 TCP_REPAIR_WINDOW      netinet/tcp.h   d       #define TCP_REPAIR_WINDOW 29
@@ -5721,8 +6153,10 @@ TCP_THIN_DUPACK  netinet/tcp.h   d       #define TCP_THIN_DUPACK 17
 TCP_THIN_LINEAR_TIMEOUTS       netinet/tcp.h   d       #define TCP_THIN_LINEAR_TIMEOUTS 16
 TCP_TIMESTAMP  netinet/tcp.h   d       #define TCP_TIMESTAMP 24
 TCP_TIME_WAIT  netinet/tcp.h   d       #define TCP_TIME_WAIT 6
+TCP_ULP        netinet/tcp.h   d       #define TCP_ULP 31
 TCP_USER_TIMEOUT       netinet/tcp.h   d       #define TCP_USER_TIMEOUT 18
 TCP_WINDOW_CLAMP       netinet/tcp.h   d       #define TCP_WINDOW_CLAMP 10
+TCP_ZEROCOPY_RECEIVE   netinet/tcp.h   d       #define TCP_ZEROCOPY_RECEIVE 35
 TELCMD arpa/telnet.h   d       #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
 TELCMD_FIRST   arpa/telnet.h   d       #define TELCMD_FIRST xEOF
 TELCMD_LAST    arpa/telnet.h   d       #define TELCMD_LAST IAC
@@ -5781,6 +6215,7 @@ TEST_UNIT_READY   scsi/scsi.h     d       #define TEST_UNIT_READY 0x00
 TFD_CLOEXEC    sys/timerfd.h   d       #define TFD_CLOEXEC O_CLOEXEC
 TFD_NONBLOCK   sys/timerfd.h   d       #define TFD_NONBLOCK O_NONBLOCK
 TFD_TIMER_ABSTIME      sys/timerfd.h   d       #define TFD_TIMER_ABSTIME 1
+TFD_TIMER_CANCEL_ON_SET        sys/timerfd.h   d       #define TFD_TIMER_CANCEL_ON_SET (1 << 1)
 TGEXEC tar.h   d       #define TGEXEC 00010
 TGREAD tar.h   d       #define TGREAD 00040
 TGWRITE        tar.h   d       #define TGWRITE 00020
@@ -5802,6 +6237,15 @@ TIME_OK  sys/timex.h     d       #define TIME_OK 0
 TIME_OOP       sys/timex.h     d       #define TIME_OOP 3
 TIME_UTC       time.h  d       #define TIME_UTC 1
 TIME_WAIT      sys/timex.h     d       #define TIME_WAIT 4
+TIOCPKT_DATA   sys/ioctl.h     d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP sys/ioctl.h     d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      sys/ioctl.h     d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     sys/ioctl.h     d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  sys/ioctl.h     d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP sys/ioctl.h     d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  sys/ioctl.h     d       #define TIOCPKT_START 8
+TIOCPKT_STOP   sys/ioctl.h     d       #define TIOCPKT_STOP 4
+TIOCSER_TEMT   sys/ioctl.h     d       #define TIOCSER_TEMT 1
 TMAGIC tar.h   d       #define TMAGIC "ustar"
 TMAGLEN        tar.h   d       #define TMAGLEN 6
 TMP_MAX        stdio.h d       #define TMP_MAX 10000
@@ -5809,8 +6253,11 @@ TOEXEC   tar.h   d       #define TOEXEC 00001
 TOREAD tar.h   d       #define TOREAD 00004
 TOWRITE        tar.h   d       #define TOWRITE 00002
 TRANSIENT      arpa/ftp.h      d       #define TRANSIENT 4
+TRAP_BRANCH    signal.h        d       #define TRAP_BRANCH 3
 TRAP_BRKPT     signal.h        d       #define TRAP_BRKPT 1
+TRAP_HWBKPT    signal.h        d       #define TRAP_HWBKPT 4
 TRAP_TRACE     signal.h        d       #define TRAP_TRACE 2
+TRAP_UNK       signal.h        d       #define TRAP_UNK 5
 TRY_AGAIN      netdb.h d       #define TRY_AGAIN 2
 TSGID  tar.h   d       #define TSGID 02000
 TSS_DTOR_ITERATIONS    threads.h       d       #define TSS_DTOR_ITERATIONS 4
@@ -5895,6 +6342,11 @@ UDP_ENCAP_ESPINUDP_NON_IKE       netinet/udp.h   d       #define UDP_ENCAP_ESPINUDP_NON_IKE 1
 UDP_ENCAP_GTP0 netinet/udp.h   d       #define UDP_ENCAP_GTP0 4
 UDP_ENCAP_GTP1U        netinet/udp.h   d       #define UDP_ENCAP_GTP1U 5
 UDP_ENCAP_L2TPINUDP    netinet/udp.h   d       #define UDP_ENCAP_L2TPINUDP 3
+UDP_ENCAP_RXRPC        netinet/udp.h   d       #define UDP_ENCAP_RXRPC 6
+UDP_GRO        netinet/udp.h   d       #define UDP_GRO 104
+UDP_NO_CHECK6_RX       netinet/udp.h   d       #define UDP_NO_CHECK6_RX 102
+UDP_NO_CHECK6_TX       netinet/udp.h   d       #define UDP_NO_CHECK6_TX 101
+UDP_SEGMENT    netinet/udp.h   d       #define UDP_SEGMENT 103
 UINT16_C       stdint.h        d       #define UINT16_C(c) c
 UINT16_MAX     stdint.h        d       #define UINT16_MAX (0xffff)
 UINT32_C       stdint.h        d       #define UINT32_C(c) c ## U
@@ -6093,6 +6545,9 @@ _CTYPE_H  ctype.h d       #define _CTYPE_H
 _Complex_I     complex.h       d       #define _Complex_I (0.0f+1.0fi)
 _Complex_I     complex.h       d       #define _Complex_I (__extension__ (0.0f+1.0fi))
 _DIRENT_H      dirent.h        d       #define _DIRENT_H
+_DIRENT_HAVE_D_OFF     dirent.h        d       #define _DIRENT_HAVE_D_OFF
+_DIRENT_HAVE_D_RECLEN  dirent.h        d       #define _DIRENT_HAVE_D_RECLEN
+_DIRENT_HAVE_D_TYPE    dirent.h        d       #define _DIRENT_HAVE_D_TYPE
 _DLFCN_H       dlfcn.h d       #define _DLFCN_H
 _ELF_H elf.h   d       #define _ELF_H
 _ENDIAN_H      endian.h        d       #define _ENDIAN_H
@@ -6132,7 +6587,6 @@ _LIBINTL_H        libintl.h       d       #define _LIBINTL_H
 _LIMITS_H      limits.h        d       #define _LIMITS_H
 _LINK_H        link.h  d       #define _LINK_H
 _LINUX_QUOTA_VERSION   sys/quota.h     d       #define _LINUX_QUOTA_VERSION 2
-_LINUX_TYPES_H sys/kd.h        d       #define _LINUX_TYPES_H
 _LOCALE_H      locale.h        d       #define _LOCALE_H
 _MALLOC_H      malloc.h        d       #define _MALLOC_H
 _MATH_H        math.h  d       #define _MATH_H
@@ -6156,6 +6610,7 @@ _NET_ETHERNET_H   net/ethernet.h  d       #define _NET_ETHERNET_H
 _NET_IF_ARP_H  net/if_arp.h    d       #define _NET_IF_ARP_H
 _NET_IF_H      net/if.h        d       #define _NET_IF_H
 _NET_ROUTE_H   net/route.h     d       #define _NET_ROUTE_H
+_NL_LOCALE_NAME        langinfo.h      d       #define _NL_LOCALE_NAME(cat) (((cat)<<16) | 0xffff)
 _NL_TYPES_H    nl_types.h      d       #define _NL_TYPES_H
 _Noreturn      features.h      d       #define _Noreturn
 _Noreturn      features.h      d       #define _Noreturn __attribute__((__noreturn__))
@@ -6480,8 +6935,8 @@ _SYS_INOTIFY_H    sys/inotify.h   d       #define _SYS_INOTIFY_H
 _SYS_IOCTL_H   sys/ioctl.h     d       #define _SYS_IOCTL_H
 _SYS_IO_H      sys/io.h        d       #define _SYS_IO_H
 _SYS_IPC_H     sys/ipc.h       d       #define _SYS_IPC_H
-_SYS_KD_H      sys/kd.h        d       #define _SYS_KD_H
 _SYS_KLOG_H    sys/klog.h      d       #define _SYS_KLOG_H
+_SYS_MEMBARRIER_H      sys/membarrier.h        d       #define _SYS_MEMBARRIER_H
 _SYS_MMAN_H    sys/mman.h      d       #define _SYS_MMAN_H
 _SYS_MOUNT_H   sys/mount.h     d       #define _SYS_MOUNT_H
 _SYS_MSG_H     sys/msg.h       d       #define _SYS_MSG_H
@@ -6491,6 +6946,7 @@ _SYS_PRCTL_H      sys/prctl.h     d       #define _SYS_PRCTL_H
 _SYS_PROCFS_H  sys/procfs.h    d       #define _SYS_PROCFS_H
 _SYS_PTRACE_H  sys/ptrace.h    d       #define _SYS_PTRACE_H
 _SYS_QUOTA_H   sys/quota.h     d       #define _SYS_QUOTA_H
+_SYS_RANDOM_H  sys/random.h    d       #define _SYS_RANDOM_H
 _SYS_REBOOT_H  sys/reboot.h    d       #define _SYS_REBOOT_H
 _SYS_REG_H     sys/reg.h       d       #define _SYS_REG_H
 _SYS_RESOURCE_H        sys/resource.h  d       #define _SYS_RESOURCE_H
@@ -6738,6 +7194,7 @@ __NEED_size_t     string.h        d       #define __NEED_size_t
 __NEED_size_t  strings.h       d       #define __NEED_size_t
 __NEED_size_t  sys/mman.h      d       #define __NEED_size_t
 __NEED_size_t  sys/msg.h       d       #define __NEED_size_t
+__NEED_size_t  sys/random.h    d       #define __NEED_size_t
 __NEED_size_t  sys/select.h    d       #define __NEED_size_t
 __NEED_size_t  sys/sem.h       d       #define __NEED_size_t
 __NEED_size_t  sys/shm.h       d       #define __NEED_size_t
@@ -6759,11 +7216,14 @@ __NEED_ssize_t  mqueue.h        d       #define __NEED_ssize_t
 __NEED_ssize_t stdio.h d       #define __NEED_ssize_t
 __NEED_ssize_t sys/mman.h      d       #define __NEED_ssize_t
 __NEED_ssize_t sys/msg.h       d       #define __NEED_ssize_t
+__NEED_ssize_t sys/random.h    d       #define __NEED_ssize_t
 __NEED_ssize_t sys/socket.h    d       #define __NEED_ssize_t
 __NEED_ssize_t sys/types.h     d       #define __NEED_ssize_t
 __NEED_ssize_t sys/uio.h       d       #define __NEED_ssize_t
 __NEED_ssize_t sys/xattr.h     d       #define __NEED_ssize_t
 __NEED_ssize_t unistd.h        d       #define __NEED_ssize_t
+__NEED_struct__IO_FILE stdio.h d       #define __NEED_struct__IO_FILE
+__NEED_struct__IO_FILE wchar.h d       #define __NEED_struct__IO_FILE
 __NEED_struct_iovec    fcntl.h d       #define __NEED_struct_iovec
 __NEED_struct_iovec    sys/socket.h    d       #define __NEED_struct_iovec
 __NEED_struct_iovec    sys/uio.h       d       #define __NEED_struct_iovec
@@ -6849,6 +7309,13 @@ __RETCAST_REAL   tgmath.h        d       #define __RETCAST_REAL(x) ( __type2(__IS_FP(x) && size
 __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
+__UAPI_DEF_ETHHDR      netinet/if_ether.h      d       #define __UAPI_DEF_ETHHDR 0
+__UAPI_DEF_IF_IFCONF   net/if.h        d       #define __UAPI_DEF_IF_IFCONF 0
+__UAPI_DEF_IF_IFMAP    net/if.h        d       #define __UAPI_DEF_IF_IFMAP 0
+__UAPI_DEF_IF_IFNAMSIZ net/if.h        d       #define __UAPI_DEF_IF_IFNAMSIZ 0
+__UAPI_DEF_IF_IFREQ    net/if.h        d       #define __UAPI_DEF_IF_IFREQ 0
+__UAPI_DEF_IF_NET_DEVICE_FLAGS net/if.h        d       #define __UAPI_DEF_IF_NET_DEVICE_FLAGS 0
+__UAPI_DEF_IF_NET_DEVICE_FLAGS_LOWER_UP_DORMANT_ECHO   net/if.h        d       #define __UAPI_DEF_IF_NET_DEVICE_FLAGS_LOWER_UP_DORMANT_ECHO 0
 __UAPI_DEF_IN6_ADDR    netinet/in.h    d       #define __UAPI_DEF_IN6_ADDR 0
 __UAPI_DEF_IN6_ADDR_ALT        netinet/in.h    d       #define __UAPI_DEF_IN6_ADDR_ALT 0
 __UAPI_DEF_IN6_PKTINFO netinet/in.h    d       #define __UAPI_DEF_IN6_PKTINFO 0
@@ -6863,6 +7330,7 @@ __UAPI_DEF_IPV6_OPTIONS   netinet/in.h    d       #define __UAPI_DEF_IPV6_OPTIONS 0
 __UAPI_DEF_IP_MREQ     netinet/in.h    d       #define __UAPI_DEF_IP_MREQ 0
 __UAPI_DEF_SOCKADDR_IN netinet/in.h    d       #define __UAPI_DEF_SOCKADDR_IN 0
 __UAPI_DEF_SOCKADDR_IN6        netinet/in.h    d       #define __UAPI_DEF_SOCKADDR_IN6 0
+__UAPI_DEF_XATTR       sys/xattr.h     d       #define __UAPI_DEF_XATTR 0
 __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
@@ -7168,6 +7636,11 @@ conj     tgmath.h        d       #define conj(x) __tg_complex(conj, (x))
 conjf  complex.h       p       float complex conjf(float complex);
 conjl  complex.h       p       long double complex conjl(long double complex);
 connect        sys/socket.h    p       int connect(int, const struct sockaddr *, socklen_t);
+cookie_close_function_t        stdio.h t       typedef int (cookie_close_function_t)(void *);
+cookie_io_functions_t  stdio.h t       } cookie_io_functions_t;
+cookie_read_function_t stdio.h t       typedef ssize_t (cookie_read_function_t)(void *, char *, size_t);
+cookie_seek_function_t stdio.h t       typedef int (cookie_seek_function_t)(void *, off_t *, int);
+cookie_write_function_t        stdio.h t       typedef ssize_t (cookie_write_function_t)(void *, const char *, size_t);
 copysign       math.h  p       double copysign(double, double);
 copysign       tgmath.h        d       #define copysign(x,y) __tg_real_2(copysign, (x), (y))
 copysignf      math.h  p       float copysignf(float, float);
@@ -7332,6 +7805,7 @@ exp2f     math.h  p       float exp2f(float);
 exp2l  math.h  p       long double exp2l(long double);
 expf   math.h  p       float expf(float);
 expl   math.h  p       long double expl(long double);
+explicit_bzero string.h        p       void explicit_bzero(void *, size_t);
 expm1  math.h  p       double expm1(double);
 expm1  tgmath.h        d       #define expm1(x) __tg_real(expm1, (x))
 expm1f math.h  p       float expm1f(float);
@@ -7433,6 +7907,7 @@ fmtmsg    fmtmsg.h        p       int fmtmsg(long, const char *, int, const char *, const char *
 fnmatch        fnmatch.h       p       int fnmatch(const char *, const char *, int);
 fopen  stdio.h p       FILE *fopen(const char *__restrict, const char *__restrict);
 fopen64        stdio.h d       #define fopen64 fopen
+fopencookie    stdio.h p       FILE *fopencookie(void *, const char *, cookie_io_functions_t);
 fork   unistd.h        p       pid_t fork(void);
 forkpty        pty.h   p       int forkpty(int *, char *, const struct termios *, const struct winsize *);
 formnames      arpa/ftp.h      v       
@@ -7532,6 +8007,7 @@ getdents64        dirent.h        d       #define getdents64 getdents
 getdomainname  unistd.h        p       int getdomainname(char *, size_t);
 getdtablesize  unistd.h        p       int getdtablesize(void);
 getegid        unistd.h        p       gid_t getegid(void);
+getentropy     unistd.h        p       int getentropy(void *, size_t);
 getenv stdlib.h        p       char *getenv(const char *);
 geteuid        unistd.h        p       uid_t geteuid(void);
 getgid unistd.h        p       gid_t getgid(void);
@@ -7583,6 +8059,7 @@ getpwnam  pwd.h   p       struct passwd *getpwnam(const char *);
 getpwnam_r     pwd.h   p       int getpwnam_r(const char *, struct passwd *, char *, size_t, struct passwd **);
 getpwuid       pwd.h   p       struct passwd *getpwuid(uid_t);
 getpwuid_r     pwd.h   p       int getpwuid_r(uid_t, struct passwd *, char *, size_t, struct passwd **);
+getrandom      sys/random.h    p       ssize_t getrandom(void *, size_t, unsigned);
 getresgid      unistd.h        p       int getresgid(gid_t *, gid_t *, gid_t *);
 getresuid      unistd.h        p       int getresuid(uid_t *, uid_t *, uid_t *);
 getrlimit      sys/resource.h  p       int getrlimit(int, struct rlimit *);
@@ -7962,7 +8439,7 @@ lutimes   sys/time.h      p       int lutimes(const char *, const struct timeval [2]);
 lwpid_t        sys/procfs.h    t       typedef pid_t lwpid_t;
 madvise        sys/mman.h      p       int madvise(void *, size_t, int);
 major  sys/sysmacros.h d       #define major(x) ((unsigned)( (((x)>>31>>1) & 0xfffff000) | (((x)>>8) & 0x00000fff) ))
-makecontext    ucontext.h      p       void makecontext(struct __ucontext *, void(*)(void), int, ...);
+makecontext    ucontext.h      p       void makecontext(struct __ucontext *, void(*)(), int, ...);
 makedev        sys/sysmacros.h d       #define makedev(x,y) ( (((x)&0xfffff000ULL) << 32) | (((x)&0x00000fffULL) << 8) | (((y)&0xffffff00ULL) << 12) | (((y)&0x000000ffULL)) )
 malloc malloc.h        p       void *malloc(size_t);
 malloc stdlib.h        p       void *malloc(size_t);
@@ -7980,16 +8457,19 @@ mbstowcs        stdlib.h        p       size_t mbstowcs(wchar_t *__restrict, const char *__restrict,
 mbtowc stdlib.h        p       int mbtowc(wchar_t *__restrict, const char *__restrict, size_t);
 memalign       malloc.h        p       void *memalign(size_t, size_t);
 memalign       stdlib.h        p       void *memalign(size_t, size_t);
+membarrier     sys/membarrier.h        p       int membarrier(int, int);
 memccpy        string.h        p       void *memccpy(void *__restrict, const void *__restrict, int, size_t);
 memchr string.h        p       void *memchr(const void *, int, size_t);
 memcmp sched.h p       int memcmp(const void *, const void *, size_t);
 memcmp string.h        p       int memcmp(const void *, const void *, size_t);
 memcpy sched.h p       void *memcpy(void *__restrict, const void *__restrict, size_t);
 memcpy string.h        p       void *memcpy(void *__restrict, const void *__restrict, size_t);
+memfd_create   sys/mman.h      p       int memfd_create(const char *, unsigned);
 memmem string.h        p       void *memmem(const void *, size_t, const void *, size_t);
 memmove        string.h        p       void *memmove(void *, const void *, size_t);
 mempcpy        string.h        p       void *mempcpy(void *, const void *, size_t);
 memrchr        string.h        p       void *memrchr(const void *, int, size_t);
+memset sched.h p       void *memset(void *, int, size_t);
 memset string.h        p       void *memset(void *, int, size_t);
 mincore        sys/mman.h      p       int mincore(void *, size_t, unsigned char *);
 minor  sys/sysmacros.h d       #define minor(x) ((unsigned)( (((x)>>12) & 0xffffff00) | ((x) & 0x000000ff) ))
@@ -8016,6 +8496,7 @@ mld_maxdelay      netinet/icmp6.h d       #define mld_maxdelay mld_icmp6_hdr.icmp6_data16[0
 mld_reserved   netinet/icmp6.h d       #define mld_reserved mld_icmp6_hdr.icmp6_data16[1]
 mld_type       netinet/icmp6.h d       #define mld_type mld_icmp6_hdr.icmp6_type
 mlock  sys/mman.h      p       int mlock(const void *, size_t);
+mlock2 sys/mman.h      p       int mlock2(const void *, size_t, unsigned);
 mlockall       sys/mman.h      p       int mlockall(int);
 mmap   sys/mman.h      p       void *mmap(void *, size_t, int, int, int, off_t);
 mmap64 sys/mman.h      d       #define mmap64 mmap
@@ -8060,6 +8541,7 @@ munmap    sys/mman.h      p       int munmap(void *, size_t);
 n_long netinet/in_systm.h      t       typedef uint32_t n_long, n_time;
 n_short        netinet/in_systm.h      t       typedef uint16_t n_short;
 n_time netinet/in_systm.h      t       typedef uint32_t n_long, n_time;
+name_to_handle_at      fcntl.h p       int name_to_handle_at(int, const char *, struct file_handle *, int *, int);
 nan    math.h  p       double nan(const char *);
 nanf   math.h  p       float nanf(const char *);
 nanl   math.h  p       long double nanl(const char *);
@@ -8278,6 +8760,7 @@ offsetof  stddef.h        d       #define offsetof(type, member) __builtin_offsetof(type, memb
 once_flag      threads.h       t       typedef int once_flag;
 open   fcntl.h p       int open(const char *, int, ...);
 open64 fcntl.h d       #define open64 open
+open_by_handle_at      fcntl.h p       int open_by_handle_at(int, struct file_handle *, int);
 open_memstream stdio.h p       FILE *open_memstream(char **, size_t *);
 open_wmemstream        wchar.h p       FILE *open_wmemstream(wchar_t **, size_t *);
 openat fcntl.h p       int openat(int, const char *, int, ...);
@@ -8740,7 +9223,7 @@ sigorset  signal.h        p       int sigorset(sigset_t *, const sigset_t *, const sigset_t *)
 sigpause       signal.h        p       int sigpause(int);
 sigpending     signal.h        p       int sigpending(sigset_t *);
 sigprocmask    signal.h        p       int sigprocmask(int, const sigset_t *__restrict, sigset_t *__restrict);
-sigqueue       signal.h        p       int sigqueue(pid_t, int, const union sigval);
+sigqueue       signal.h        p       int sigqueue(pid_t, int, union sigval);
 sigrelse       signal.h        p       int sigrelse(int);
 sigset signal.h        p       void(*sigset(int, void(*)(int)))(int);
 sigsetjmp      setjmp.h        p       int sigsetjmp(sigjmp_buf, int);
@@ -8798,7 +9281,6 @@ stime     time.h  p       int stime(const time_t *);
 stpcpy string.h        p       char *stpcpy(char *__restrict, const char *__restrict);
 stpncpy        string.h        p       char *stpncpy(char *__restrict, const char *__restrict, size_t);
 strcasecmp     strings.h       p       int strcasecmp(const char *, const char *);
-strcasecmp_l   string.h        p       int strcasecmp_l(const char *, const char *, locale_t);
 strcasecmp_l   strings.h       p       int strcasecmp_l(const char *, const char *, locale_t);
 strcasestr     string.h        p       char *strcasestr(const char *, const char *);
 strcat string.h        p       char *strcat(char *__restrict, const char *__restrict);
@@ -8823,7 +9305,6 @@ strlcpy   string.h        p       size_t strlcpy(char *, const char *, size_t);
 strlen string.h        p       size_t strlen(const char *);
 strlen sys/un.h        p       size_t strlen(const char *);
 strncasecmp    strings.h       p       int strncasecmp(const char *, const char *, size_t);
-strncasecmp_l  string.h        p       int strncasecmp_l(const char *, const char *, size_t, locale_t);
 strncasecmp_l  strings.h       p       int strncasecmp_l(const char *, const char *, size_t, locale_t);
 strncat        string.h        p       char *strncat(char *__restrict, const char *__restrict, size_t);
 strncmp        string.h        p       int strncmp(const char *, const char *, size_t);
@@ -8852,12 +9333,15 @@ strtoul stdlib.h        p       unsigned long strtoul(const char *__restrict, char **__restri
 strtoull       stdlib.h        p       unsigned long long strtoull(const char *__restrict, char **__restrict, int);
 strtoumax      inttypes.h      p       uintmax_t strtoumax(const char *__restrict, char **__restrict, int);
 struct FTW     ftw.h   s       
+struct _IO_cookie_io_functions_t       stdio.h s       
 struct __fsid_t        sys/statfs.h    s       
 struct __jmp_buf_tag   setjmp.h        s       
 struct __locale_struct stdlib.h        S       struct __locale_struct;
 struct __ns_msg        arpa/nameser.h  s       
 struct __ns_rr arpa/nameser.h  s       
 struct __ptcb  pthread.h       s       
+struct __ptrace_peeksiginfo_args       sys/ptrace.h    s       
+struct __ptrace_seccomp_metadata       sys/ptrace.h    s       
 struct __res_state     resolv.h        s       
 struct __ucontext      ucontext.h      S       struct __ucontext;
 struct _ns_flagdata    arpa/nameser.h  s       
@@ -8889,8 +9373,11 @@ struct ether_arp netinet/if_ether.h      s
 struct ether_header    net/ethernet.h  s       
 struct ethhdr  netinet/if_ether.h      s       
 struct f_owner_ex      fcntl.h s       
+struct fanotify_event_info_fid sys/fanotify.h  s       
+struct fanotify_event_info_header      sys/fanotify.h  s       
 struct fanotify_event_metadata sys/fanotify.h  s       
 struct fanotify_response       sys/fanotify.h  s       
+struct file_handle     fcntl.h s       
 struct flock   fcntl.h s       
 struct group   grp.h   s       
 struct group_filter    netinet/in.h    s       
@@ -8982,7 +9469,6 @@ struct passwd     pwd.h   s
 struct pollfd  poll.h  s       
 struct prctl_mm_map    sys/prctl.h     s       
 struct protoent        netdb.h s       
-struct ptrace_peeksiginfo_args sys/ptrace.h    s       
 struct qelem   search.h        s       
 struct r_debug link.h  s       
 struct re_pattern_buffer       regex.h s       
@@ -9024,9 +9510,11 @@ struct strioctl  stropts.h       s
 struct strpeek stropts.h       s       
 struct strrecvfd       stropts.h       s       
 struct sysinfo sys/sysinfo.h   s       
+struct tcp_diag_md5sig netinet/tcp.h   s       
 struct tcp_info        netinet/tcp.h   s       
 struct tcp_md5sig      netinet/tcp.h   s       
 struct tcp_repair_window       netinet/tcp.h   s       
+struct tcp_zerocopy_receive    netinet/tcp.h   s       
 struct tcphdr  netinet/tcp.h   s       
 struct tftphdr arpa/tftp.h     s       
 struct timeb   sys/timeb.h     s       
@@ -9042,6 +9530,7 @@ struct udphdr     netinet/udp.h   s
 struct utimbuf utime.h s       
 struct utmpx   utmpx.h s       
 struct utsname sys/utsname.h   s       
+struct winsize sys/ioctl.h     s       
 strunames      arpa/ftp.h      v       
 strverscmp     string.h        p       int strverscmp(const char *, const char *);
 strxfrm        string.h        p       size_t strxfrm(char *__restrict, const char *__restrict, size_t);
index 5c713df..39fe432 100644 (file)
@@ -294,27 +294,11 @@ LONG_BIT  bits/limits.h   d       #define LONG_BIT 32
 LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
 MAP_32BIT      bits/mman.h     d       #define MAP_32BIT 0x40
 MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 2048
-NBPG   bits/user.h     d       #define NBPG PAGE_SIZE
+NBPG   bits/user.h     d       #define NBPG PAGESIZE
 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
@@ -343,33 +327,62 @@ 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 020200000
 O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
-PAGE_MASK      bits/user.h     d       #define PAGE_MASK (~(PAGE_SIZE-1))
-PAGE_SIZE      bits/limits.h   d       #define PAGE_SIZE 4096
+PAGESIZE       bits/limits.h   d       #define PAGESIZE 4096
+PAGE_MASK      bits/user.h     d       #define PAGE_MASK (~(PAGESIZE-1))
 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
+PTRACE_GET_THREAD_AREA bits/ptrace.h   d       #define PTRACE_GET_THREAD_AREA 25
+PTRACE_SET_THREAD_AREA bits/ptrace.h   d       #define PTRACE_SET_THREAD_AREA 26
+PTRACE_SINGLEBLOCK     bits/ptrace.h   d       #define PTRACE_SINGLEBLOCK 33
+PTRACE_SYSEMU  bits/ptrace.h   d       #define PTRACE_SYSEMU 31
+PTRACE_SYSEMU_SINGLESTEP       bits/ptrace.h   d       #define PTRACE_SYSEMU_SINGLESTEP 32
 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
-REG_DS bits/signal.h   d       #define REG_DS 3
-REG_EAX        bits/signal.h   d       #define REG_EAX 11
-REG_EBP        bits/signal.h   d       #define REG_EBP 6
-REG_EBX        bits/signal.h   d       #define REG_EBX 8
-REG_ECX        bits/signal.h   d       #define REG_ECX 10
-REG_EDI        bits/signal.h   d       #define REG_EDI 4
-REG_EDX        bits/signal.h   d       #define REG_EDX 9
-REG_EFL        bits/signal.h   d       #define REG_EFL 16
-REG_EIP        bits/signal.h   d       #define REG_EIP 14
-REG_ERR        bits/signal.h   d       #define REG_ERR 13
-REG_ES bits/signal.h   d       #define REG_ES 2
-REG_ESI        bits/signal.h   d       #define REG_ESI 5
-REG_ESP        bits/signal.h   d       #define REG_ESP 7
-REG_FS bits/signal.h   d       #define REG_FS 1
-REG_GS bits/signal.h   d       #define REG_GS 0
-REG_SS bits/signal.h   d       #define REG_SS 18
-REG_TRAPNO     bits/signal.h   d       #define REG_TRAPNO 12
-REG_UESP       bits/signal.h   d       #define REG_UESP 17
+PT_GET_THREAD_AREA     bits/ptrace.h   d       #define PT_GET_THREAD_AREA PTRACE_GET_THREAD_AREA
+PT_SET_THREAD_AREA     bits/ptrace.h   d       #define PT_SET_THREAD_AREA PTRACE_SET_THREAD_AREA
+PT_STEPBLOCK   bits/ptrace.h   d       #define PT_STEPBLOCK PTRACE_SINGLEBLOCK
+PT_SYSEMU      bits/ptrace.h   d       #define PT_SYSEMU PTRACE_SYSEMU
+PT_SYSEMU_SINGLESTEP   bits/ptrace.h   d       #define PT_SYSEMU_SINGLESTEP PTRACE_SYSEMU_SINGLESTEP
+REG_CS bits/signal.h   d       #define REG_CS REG_CS
+REG_CS bits/signal.h   e       
+REG_DS bits/signal.h   d       #define REG_DS REG_DS
+REG_DS bits/signal.h   e       
+REG_EAX        bits/signal.h   d       #define REG_EAX REG_EAX
+REG_EAX        bits/signal.h   e       
+REG_EBP        bits/signal.h   d       #define REG_EBP REG_EBP
+REG_EBP        bits/signal.h   e       
+REG_EBX        bits/signal.h   d       #define REG_EBX REG_EBX
+REG_EBX        bits/signal.h   e       
+REG_ECX        bits/signal.h   d       #define REG_ECX REG_ECX
+REG_ECX        bits/signal.h   e       
+REG_EDI        bits/signal.h   d       #define REG_EDI REG_EDI
+REG_EDI        bits/signal.h   e       
+REG_EDX        bits/signal.h   d       #define REG_EDX REG_EDX
+REG_EDX        bits/signal.h   e       
+REG_EFL        bits/signal.h   d       #define REG_EFL REG_EFL
+REG_EFL        bits/signal.h   e       
+REG_EIP        bits/signal.h   d       #define REG_EIP REG_EIP
+REG_EIP        bits/signal.h   e       
+REG_ERR        bits/signal.h   d       #define REG_ERR REG_ERR
+REG_ERR        bits/signal.h   e       
+REG_ES bits/signal.h   d       #define REG_ES REG_ES
+REG_ES bits/signal.h   e       
+REG_ESI        bits/signal.h   d       #define REG_ESI REG_ESI
+REG_ESI        bits/signal.h   e       
+REG_ESP        bits/signal.h   d       #define REG_ESP REG_ESP
+REG_ESP        bits/signal.h   e       
+REG_FS bits/signal.h   d       #define REG_FS REG_FS
+REG_FS bits/signal.h   e       
+REG_GS bits/signal.h   d       #define REG_GS REG_GS
+REG_GS bits/signal.h   e       
+REG_SS bits/signal.h   d       #define REG_SS REG_SS
+REG_SS bits/signal.h   e       
+REG_TRAPNO     bits/signal.h   d       #define REG_TRAPNO REG_TRAPNO
+REG_TRAPNO     bits/signal.h   e       
+REG_UESP       bits/signal.h   d       #define REG_UESP REG_UESP
+REG_UESP       bits/signal.h   e       
 SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
 SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 2
 SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000
@@ -414,64 +427,11 @@ 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
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
 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
 SS     bits/reg.h      d       #define SS 16
 SYS__llseek    bits/syscall.h  d       #define SYS__llseek 140
@@ -484,6 +444,7 @@ SYS_add_key bits/syscall.h  d       #define SYS_add_key 286
 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_arch_prctl bits/syscall.h  d       #define SYS_arch_prctl 384
 SYS_bdflush    bits/syscall.h  d       #define SYS_bdflush 134
 SYS_bind       bits/syscall.h  d       #define SYS_bind 361
 SYS_bpf        bits/syscall.h  d       #define SYS_bpf 357
@@ -497,10 +458,15 @@ 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_adjtime64    bits/syscall.h  d       #define SYS_clock_adjtime64 405
 SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres (__NR_timer_create+7)
+SYS_clock_getres_time64        bits/syscall.h  d       #define SYS_clock_getres_time64 406
 SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime (__NR_timer_create+6)
+SYS_clock_gettime64    bits/syscall.h  d       #define SYS_clock_gettime64 403
 SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep (__NR_timer_create+8)
+SYS_clock_nanosleep_time64     bits/syscall.h  d       #define SYS_clock_nanosleep_time64 407
 SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime (__NR_timer_create+5)
+SYS_clock_settime64    bits/syscall.h  d       #define SYS_clock_settime64 404
 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
@@ -554,6 +520,7 @@ SYS_ftime   bits/syscall.h  d       #define SYS_ftime 35
 SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 93
 SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 194
 SYS_futex      bits/syscall.h  d       #define SYS_futex 240
+SYS_futex_time64       bits/syscall.h  d       #define SYS_futex_time64 422
 SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 299
 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 275
@@ -604,8 +571,13 @@ SYS_inotify_rm_watch       bits/syscall.h  d       #define SYS_inotify_rm_watch 293
 SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 249
 SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 246
 SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 247
+SYS_io_pgetevents      bits/syscall.h  d       #define SYS_io_pgetevents 385
+SYS_io_pgetevents_time64       bits/syscall.h  d       #define SYS_io_pgetevents_time64 416
 SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 245
 SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 248
+SYS_io_uring_enter     bits/syscall.h  d       #define SYS_io_uring_enter 426
+SYS_io_uring_register  bits/syscall.h  d       #define SYS_io_uring_register 427
+SYS_io_uring_setup     bits/syscall.h  d       #define SYS_io_uring_setup 425
 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
@@ -632,7 +604,6 @@ SYS_lsetxattr       bits/syscall.h  d       #define SYS_lsetxattr 227
 SYS_lstat      bits/syscall.h  d       #define SYS_lstat 107
 SYS_lstat64    bits/syscall.h  d       #define SYS_lstat64 196
 SYS_madvise    bits/syscall.h  d       #define SYS_madvise 219
-SYS_madvise1   bits/syscall.h  d       #define SYS_madvise1 219
 SYS_mbind      bits/syscall.h  d       #define SYS_mbind 274
 SYS_membarrier bits/syscall.h  d       #define SYS_membarrier 375
 SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create 356
@@ -656,9 +627,15 @@ 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 (__NR_mq_open+3)
+SYS_mq_timedreceive_time64     bits/syscall.h  d       #define SYS_mq_timedreceive_time64 419
 SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend (__NR_mq_open+2)
+SYS_mq_timedsend_time64        bits/syscall.h  d       #define SYS_mq_timedsend_time64 418
 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_msgctl     bits/syscall.h  d       #define SYS_msgctl 402
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget 399
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv 401
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd 400
 SYS_msync      bits/syscall.h  d       #define SYS_msync 144
 SYS_munlock    bits/syscall.h  d       #define SYS_munlock 151
 SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 153
@@ -678,6 +655,7 @@ SYS_openat  bits/syscall.h  d       #define SYS_openat 295
 SYS_pause      bits/syscall.h  d       #define SYS_pause 29
 SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 336
 SYS_personality        bits/syscall.h  d       #define SYS_personality 136
+SYS_pidfd_send_signal  bits/syscall.h  d       #define SYS_pidfd_send_signal 424
 SYS_pipe       bits/syscall.h  d       #define SYS_pipe 42
 SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 331
 SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 217
@@ -686,6 +664,7 @@ SYS_pkey_free       bits/syscall.h  d       #define SYS_pkey_free 382
 SYS_pkey_mprotect      bits/syscall.h  d       #define SYS_pkey_mprotect 380
 SYS_poll       bits/syscall.h  d       #define SYS_poll 168
 SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 309
+SYS_ppoll_time64       bits/syscall.h  d       #define SYS_ppoll_time64 414
 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
@@ -696,6 +675,7 @@ SYS_process_vm_writev       bits/syscall.h  d       #define SYS_process_vm_writev 348
 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 308
+SYS_pselect6_time64    bits/syscall.h  d       #define SYS_pselect6_time64 413
 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
@@ -712,6 +692,7 @@ SYS_readv   bits/syscall.h  d       #define SYS_readv 145
 SYS_reboot     bits/syscall.h  d       #define SYS_reboot 88
 SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 371
 SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 337
+SYS_recvmmsg_time64    bits/syscall.h  d       #define SYS_recvmmsg_time64 417
 SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 372
 SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 257
 SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 235
@@ -721,6 +702,7 @@ SYS_renameat2       bits/syscall.h  d       #define SYS_renameat2 353
 SYS_request_key        bits/syscall.h  d       #define SYS_request_key 287
 SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 0
 SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 40
+SYS_rseq       bits/syscall.h  d       #define SYS_rseq 386
 SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 174
 SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 176
 SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 175
@@ -728,6 +710,7 @@ SYS_rt_sigqueueinfo bits/syscall.h  d       #define SYS_rt_sigqueueinfo 178
 SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 173
 SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 179
 SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 177
+SYS_rt_sigtimedwait_time64     bits/syscall.h  d       #define SYS_rt_sigtimedwait_time64 421
 SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 335
 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
@@ -736,6 +719,7 @@ SYS_sched_getattr   bits/syscall.h  d       #define SYS_sched_getattr 352
 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_rr_get_interval_time64       bits/syscall.h  d       #define SYS_sched_rr_get_interval_time64 423
 SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 241
 SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 351
 SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 154
@@ -743,6 +727,9 @@ 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 354
 SYS_select     bits/syscall.h  d       #define SYS_select 82
+SYS_semctl     bits/syscall.h  d       #define SYS_semctl 394
+SYS_semget     bits/syscall.h  d       #define SYS_semget 393
+SYS_semtimedop_time64  bits/syscall.h  d       #define SYS_semtimedop_time64 420
 SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 187
 SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 239
 SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg 345
@@ -782,6 +769,10 @@ SYS_setuid bits/syscall.h  d       #define SYS_setuid 23
 SYS_setuid32   bits/syscall.h  d       #define SYS_setuid32 213
 SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 226
 SYS_sgetmask   bits/syscall.h  d       #define SYS_sgetmask 68
+SYS_shmat      bits/syscall.h  d       #define SYS_shmat 397
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl 396
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt 398
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget 395
 SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 373
 SYS_sigaction  bits/syscall.h  d       #define SYS_sigaction 67
 SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 186
@@ -801,6 +792,7 @@ SYS_stat    bits/syscall.h  d       #define SYS_stat 106
 SYS_stat64     bits/syscall.h  d       #define SYS_stat64 195
 SYS_statfs     bits/syscall.h  d       #define SYS_statfs 99
 SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 268
+SYS_statx      bits/syscall.h  d       #define SYS_statx 383
 SYS_stime      bits/syscall.h  d       #define SYS_stime 25
 SYS_stty       bits/syscall.h  d       #define SYS_stty 31
 SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 115
@@ -820,10 +812,14 @@ SYS_timer_create  bits/syscall.h  d       #define SYS_timer_create 259
 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_gettime64    bits/syscall.h  d       #define SYS_timer_gettime64 408
 SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime (__NR_timer_create+1)
+SYS_timer_settime64    bits/syscall.h  d       #define SYS_timer_settime64 409
 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_gettime64  bits/syscall.h  d       #define SYS_timerfd_gettime64 410
 SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 325
+SYS_timerfd_settime64  bits/syscall.h  d       #define SYS_timerfd_settime64 411
 SYS_times      bits/syscall.h  d       #define SYS_times 43
 SYS_tkill      bits/syscall.h  d       #define SYS_tkill 238
 SYS_truncate   bits/syscall.h  d       #define SYS_truncate 92
@@ -842,6 +838,7 @@ SYS_userfaultfd     bits/syscall.h  d       #define SYS_userfaultfd 374
 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 320
+SYS_utimensat_time64   bits/syscall.h  d       #define SYS_utimensat_time64 412
 SYS_utimes     bits/syscall.h  d       #define SYS_utimes 271
 SYS_vfork      bits/syscall.h  d       #define SYS_vfork 190
 SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 111
@@ -892,11 +889,13 @@ 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
+TIOCGISO7816   bits/ioctl.h    d       #define TIOCGISO7816 0x80285442
 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
+TIOCGPTPEER    bits/ioctl.h    d       #define TIOCGPTPEER 0x5441
 TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542E
 TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
 TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
@@ -927,14 +926,6 @@ TIOCNOTTY  bits/ioctl.h    d       #define TIOCNOTTY 0x5422
 TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
 TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
 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
@@ -944,9 +935,9 @@ 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
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
 TIOCSIG        bits/ioctl.h    d       #define TIOCSIG 0x40045436
+TIOCSISO7816   bits/ioctl.h    d       #define TIOCSISO7816 0xc0285443
 TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
 TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
 TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
@@ -1056,6 +1047,7 @@ __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__IO_FILE      bits/alltypes.h d       #define __DEFINED_struct__IO_FILE
 __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
@@ -1088,6 +1080,7 @@ __NR_add_key      bits/syscall.h  d       #define __NR_add_key 286
 __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_arch_prctl        bits/syscall.h  d       #define __NR_arch_prctl 384
 __NR_bdflush   bits/syscall.h  d       #define __NR_bdflush 134
 __NR_bind      bits/syscall.h  d       #define __NR_bind 361
 __NR_bpf       bits/syscall.h  d       #define __NR_bpf 357
@@ -1101,10 +1094,15 @@ __NR_chown      bits/syscall.h  d       #define __NR_chown 182
 __NR_chown32   bits/syscall.h  d       #define __NR_chown32 212
 __NR_chroot    bits/syscall.h  d       #define __NR_chroot 61
 __NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 343
+__NR_clock_adjtime64   bits/syscall.h  d       #define __NR_clock_adjtime64 405
 __NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres (__NR_timer_create+7)
+__NR_clock_getres_time64       bits/syscall.h  d       #define __NR_clock_getres_time64 406
 __NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime (__NR_timer_create+6)
+__NR_clock_gettime64   bits/syscall.h  d       #define __NR_clock_gettime64 403
 __NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep (__NR_timer_create+8)
+__NR_clock_nanosleep_time64    bits/syscall.h  d       #define __NR_clock_nanosleep_time64 407
 __NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime (__NR_timer_create+5)
+__NR_clock_settime64   bits/syscall.h  d       #define __NR_clock_settime64 404
 __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
@@ -1158,6 +1156,7 @@ __NR_ftime        bits/syscall.h  d       #define __NR_ftime 35
 __NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 93
 __NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 194
 __NR_futex     bits/syscall.h  d       #define __NR_futex 240
+__NR_futex_time64      bits/syscall.h  d       #define __NR_futex_time64 422
 __NR_futimesat bits/syscall.h  d       #define __NR_futimesat 299
 __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 275
@@ -1208,8 +1207,13 @@ __NR_inotify_rm_watch    bits/syscall.h  d       #define __NR_inotify_rm_watch 293
 __NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 249
 __NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 246
 __NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 247
+__NR_io_pgetevents     bits/syscall.h  d       #define __NR_io_pgetevents 385
+__NR_io_pgetevents_time64      bits/syscall.h  d       #define __NR_io_pgetevents_time64 416
 __NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 245
 __NR_io_submit bits/syscall.h  d       #define __NR_io_submit 248
+__NR_io_uring_enter    bits/syscall.h  d       #define __NR_io_uring_enter 426
+__NR_io_uring_register bits/syscall.h  d       #define __NR_io_uring_register 427
+__NR_io_uring_setup    bits/syscall.h  d       #define __NR_io_uring_setup 425
 __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
@@ -1236,7 +1240,6 @@ __NR_lsetxattr    bits/syscall.h  d       #define __NR_lsetxattr 227
 __NR_lstat     bits/syscall.h  d       #define __NR_lstat 107
 __NR_lstat64   bits/syscall.h  d       #define __NR_lstat64 196
 __NR_madvise   bits/syscall.h  d       #define __NR_madvise 219
-__NR_madvise1  bits/syscall.h  d       #define __NR_madvise1 219
 __NR_mbind     bits/syscall.h  d       #define __NR_mbind 274
 __NR_membarrier        bits/syscall.h  d       #define __NR_membarrier 375
 __NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create 356
@@ -1260,9 +1263,15 @@ __NR_mq_getsetattr       bits/syscall.h  d       #define __NR_mq_getsetattr (__NR_mq_open+5)
 __NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify (__NR_mq_open+4)
 __NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 277
 __NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive (__NR_mq_open+3)
+__NR_mq_timedreceive_time64    bits/syscall.h  d       #define __NR_mq_timedreceive_time64 419
 __NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend (__NR_mq_open+2)
+__NR_mq_timedsend_time64       bits/syscall.h  d       #define __NR_mq_timedsend_time64 418
 __NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink (__NR_mq_open+1)
 __NR_mremap    bits/syscall.h  d       #define __NR_mremap 163
+__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 402
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget 399
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv 401
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd 400
 __NR_msync     bits/syscall.h  d       #define __NR_msync 144
 __NR_munlock   bits/syscall.h  d       #define __NR_munlock 151
 __NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 153
@@ -1282,6 +1291,7 @@ __NR_openat       bits/syscall.h  d       #define __NR_openat 295
 __NR_pause     bits/syscall.h  d       #define __NR_pause 29
 __NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 336
 __NR_personality       bits/syscall.h  d       #define __NR_personality 136
+__NR_pidfd_send_signal bits/syscall.h  d       #define __NR_pidfd_send_signal 424
 __NR_pipe      bits/syscall.h  d       #define __NR_pipe 42
 __NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 331
 __NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 217
@@ -1290,6 +1300,7 @@ __NR_pkey_free    bits/syscall.h  d       #define __NR_pkey_free 382
 __NR_pkey_mprotect     bits/syscall.h  d       #define __NR_pkey_mprotect 380
 __NR_poll      bits/syscall.h  d       #define __NR_poll 168
 __NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 309
+__NR_ppoll_time64      bits/syscall.h  d       #define __NR_ppoll_time64 414
 __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
@@ -1300,6 +1311,7 @@ __NR_process_vm_writev    bits/syscall.h  d       #define __NR_process_vm_writev 348
 __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 308
+__NR_pselect6_time64   bits/syscall.h  d       #define __NR_pselect6_time64 413
 __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
@@ -1316,6 +1328,7 @@ __NR_readv        bits/syscall.h  d       #define __NR_readv 145
 __NR_reboot    bits/syscall.h  d       #define __NR_reboot 88
 __NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 371
 __NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 337
+__NR_recvmmsg_time64   bits/syscall.h  d       #define __NR_recvmmsg_time64 417
 __NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 372
 __NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 257
 __NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 235
@@ -1325,6 +1338,7 @@ __NR_renameat2    bits/syscall.h  d       #define __NR_renameat2 353
 __NR_request_key       bits/syscall.h  d       #define __NR_request_key 287
 __NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 0
 __NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 40
+__NR_rseq      bits/syscall.h  d       #define __NR_rseq 386
 __NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 174
 __NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 176
 __NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 175
@@ -1332,6 +1346,7 @@ __NR_rt_sigqueueinfo      bits/syscall.h  d       #define __NR_rt_sigqueueinfo 178
 __NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 173
 __NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 179
 __NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 177
+__NR_rt_sigtimedwait_time64    bits/syscall.h  d       #define __NR_rt_sigtimedwait_time64 421
 __NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 335
 __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
@@ -1340,6 +1355,7 @@ __NR_sched_getattr        bits/syscall.h  d       #define __NR_sched_getattr 352
 __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_rr_get_interval_time64      bits/syscall.h  d       #define __NR_sched_rr_get_interval_time64 423
 __NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 241
 __NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 351
 __NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 154
@@ -1347,6 +1363,9 @@ __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 354
 __NR_select    bits/syscall.h  d       #define __NR_select 82
+__NR_semctl    bits/syscall.h  d       #define __NR_semctl 394
+__NR_semget    bits/syscall.h  d       #define __NR_semget 393
+__NR_semtimedop_time64 bits/syscall.h  d       #define __NR_semtimedop_time64 420
 __NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 187
 __NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 239
 __NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 345
@@ -1386,6 +1405,10 @@ __NR_setuid      bits/syscall.h  d       #define __NR_setuid 23
 __NR_setuid32  bits/syscall.h  d       #define __NR_setuid32 213
 __NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 226
 __NR_sgetmask  bits/syscall.h  d       #define __NR_sgetmask 68
+__NR_shmat     bits/syscall.h  d       #define __NR_shmat 397
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl 396
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt 398
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget 395
 __NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 373
 __NR_sigaction bits/syscall.h  d       #define __NR_sigaction 67
 __NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 186
@@ -1405,6 +1428,7 @@ __NR_stat bits/syscall.h  d       #define __NR_stat 106
 __NR_stat64    bits/syscall.h  d       #define __NR_stat64 195
 __NR_statfs    bits/syscall.h  d       #define __NR_statfs 99
 __NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 268
+__NR_statx     bits/syscall.h  d       #define __NR_statx 383
 __NR_stime     bits/syscall.h  d       #define __NR_stime 25
 __NR_stty      bits/syscall.h  d       #define __NR_stty 31
 __NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 115
@@ -1424,10 +1448,14 @@ __NR_timer_create       bits/syscall.h  d       #define __NR_timer_create 259
 __NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete (__NR_timer_create+4)
 __NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun (__NR_timer_create+3)
 __NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime (__NR_timer_create+2)
+__NR_timer_gettime64   bits/syscall.h  d       #define __NR_timer_gettime64 408
 __NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime (__NR_timer_create+1)
+__NR_timer_settime64   bits/syscall.h  d       #define __NR_timer_settime64 409
 __NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 322
 __NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 326
+__NR_timerfd_gettime64 bits/syscall.h  d       #define __NR_timerfd_gettime64 410
 __NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 325
+__NR_timerfd_settime64 bits/syscall.h  d       #define __NR_timerfd_settime64 411
 __NR_times     bits/syscall.h  d       #define __NR_times 43
 __NR_tkill     bits/syscall.h  d       #define __NR_tkill 238
 __NR_truncate  bits/syscall.h  d       #define __NR_truncate 92
@@ -1446,6 +1474,7 @@ __NR_userfaultfd  bits/syscall.h  d       #define __NR_userfaultfd 374
 __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 320
+__NR_utimensat_time64  bits/syscall.h  d       #define __NR_utimensat_time64 412
 __NR_utimes    bits/syscall.h  d       #define __NR_utimes 271
 __NR_vfork     bits/syscall.h  d       #define __NR_vfork 190
 __NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 111
@@ -1487,13 +1516,13 @@ greg_t  bits/signal.h   t       typedef int greg_t, gregset_t[19];
 gregset_t      bits/signal.h   t       typedef int greg_t, gregset_t[19];
 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;
+int16_t        bits/alltypes.h t       typedef signed short int16_t;
+int32_t        bits/alltypes.h t       typedef signed int int32_t;
+int64_t        bits/alltypes.h t       typedef signed _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;
+intmax_t       bits/alltypes.h t       typedef signed _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;
@@ -1530,6 +1559,7 @@ sigset_t  bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/
 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 _IO_FILE        bits/alltypes.h s       
 struct __mbstate_t     bits/alltypes.h s       
 struct __sigset_t      bits/alltypes.h s       
 struct __ucontext      bits/signal.h   s       
@@ -1554,7 +1584,6 @@ struct user       bits/user.h     s
 struct user_fpregs_struct      bits/user.h     s       
 struct user_fpxregs_struct     bits/user.h     s       
 struct user_regs_struct        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;
index 0be9d8a..55b7ccb 100644 (file)
@@ -111,6 +111,7 @@ 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_NGREG      bits/user.h     d       #define ELF_NGREG 50
 ELIBACC        bits/errno.h    d       #define ELIBACC 79
 ELIBBAD        bits/errno.h    d       #define ELIBBAD 80
 ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 83
@@ -271,22 +272,6 @@ 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
@@ -364,64 +349,11 @@ 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
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
 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 140
 SYS__newselect bits/syscall.h  d       #define SYS__newselect 142
@@ -447,13 +379,19 @@ 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 373
+SYS_clock_adjtime64    bits/syscall.h  d       #define SYS_clock_adjtime64 405
 SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 266
+SYS_clock_getres_time64        bits/syscall.h  d       #define SYS_clock_getres_time64 406
 SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 265
+SYS_clock_gettime64    bits/syscall.h  d       #define SYS_clock_gettime64 403
 SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 267
+SYS_clock_nanosleep_time64     bits/syscall.h  d       #define SYS_clock_nanosleep_time64 407
 SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 264
+SYS_clock_settime64    bits/syscall.h  d       #define SYS_clock_settime64 404
 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 350
+SYS_copy_file_range    bits/syscall.h  d       #define SYS_copy_file_range 392
 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
@@ -472,7 +410,7 @@ SYS_execveat        bits/syscall.h  d       #define SYS_execveat 388
 SYS_exit       bits/syscall.h  d       #define SYS_exit 1
 SYS_exit_group bits/syscall.h  d       #define SYS_exit_group 252
 SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat 307
-SYS_fadvise    bits/syscall.h  d       #define SYS_fadvise 250
+SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 250
 SYS_fadvise64_64       bits/syscall.h  d       #define SYS_fadvise64_64 272
 SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate 324
 SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init 368
@@ -495,7 +433,7 @@ SYS_fremovexattr    bits/syscall.h  d       #define SYS_fremovexattr 237
 SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr 228
 SYS_fstat      bits/syscall.h  d       #define SYS_fstat 108
 SYS_fstat64    bits/syscall.h  d       #define SYS_fstat64 197
-SYS_fstatat    bits/syscall.h  d       #define SYS_fstatat 300
+SYS_fstatat64  bits/syscall.h  d       #define SYS_fstatat64 300
 SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs 100
 SYS_fstatfs64  bits/syscall.h  d       #define SYS_fstatfs64 269
 SYS_fsync      bits/syscall.h  d       #define SYS_fsync 118
@@ -503,6 +441,7 @@ SYS_ftime   bits/syscall.h  d       #define SYS_ftime 35
 SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 93
 SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 194
 SYS_futex      bits/syscall.h  d       #define SYS_futex 240
+SYS_futex_time64       bits/syscall.h  d       #define SYS_futex_time64 422
 SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 299
 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 275
@@ -553,8 +492,13 @@ SYS_inotify_rm_watch       bits/syscall.h  d       #define SYS_inotify_rm_watch 293
 SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 249
 SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 246
 SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 247
+SYS_io_pgetevents      bits/syscall.h  d       #define SYS_io_pgetevents 399
+SYS_io_pgetevents_time64       bits/syscall.h  d       #define SYS_io_pgetevents_time64 416
 SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 245
 SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 248
+SYS_io_uring_enter     bits/syscall.h  d       #define SYS_io_uring_enter 426
+SYS_io_uring_register  bits/syscall.h  d       #define SYS_io_uring_register 427
+SYS_io_uring_setup     bits/syscall.h  d       #define SYS_io_uring_setup 425
 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
@@ -604,7 +548,9 @@ SYS_mq_getsetattr   bits/syscall.h  d       #define SYS_mq_getsetattr 282
 SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 281
 SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 277
 SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 280
+SYS_mq_timedreceive_time64     bits/syscall.h  d       #define SYS_mq_timedreceive_time64 419
 SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 279
+SYS_mq_timedsend_time64        bits/syscall.h  d       #define SYS_mq_timedsend_time64 418
 SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 278
 SYS_mremap     bits/syscall.h  d       #define SYS_mremap 163
 SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl 331
@@ -630,24 +576,32 @@ SYS_openat        bits/syscall.h  d       #define SYS_openat 295
 SYS_pause      bits/syscall.h  d       #define SYS_pause 29
 SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 366
 SYS_personality        bits/syscall.h  d       #define SYS_personality 136
+SYS_pidfd_send_signal  bits/syscall.h  d       #define SYS_pidfd_send_signal 424
 SYS_pipe       bits/syscall.h  d       #define SYS_pipe 42
 SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 343
 SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 217
+SYS_pkey_alloc bits/syscall.h  d       #define SYS_pkey_alloc 396
+SYS_pkey_free  bits/syscall.h  d       #define SYS_pkey_free 397
+SYS_pkey_mprotect      bits/syscall.h  d       #define SYS_pkey_mprotect 395
 SYS_poll       bits/syscall.h  d       #define SYS_poll 168
 SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 309
+SYS_ppoll_time64       bits/syscall.h  d       #define SYS_ppoll_time64 414
 SYS_prctl      bits/syscall.h  d       #define SYS_prctl 172
-SYS_pread      bits/syscall.h  d       #define SYS_pread 180
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 180
 SYS_preadv     bits/syscall.h  d       #define SYS_preadv 363
+SYS_preadv2    bits/syscall.h  d       #define SYS_preadv2 393
 SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 370
 SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 377
 SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 378
 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 308
+SYS_pselect6_time64    bits/syscall.h  d       #define SYS_pselect6_time64 413
 SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace 26
 SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg 189
-SYS_pwrite     bits/syscall.h  d       #define SYS_pwrite 181
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 181
 SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 364
+SYS_pwritev2   bits/syscall.h  d       #define SYS_pwritev2 394
 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
@@ -660,6 +614,7 @@ SYS_reboot  bits/syscall.h  d       #define SYS_reboot 88
 SYS_recv       bits/syscall.h  d       #define SYS_recv 356
 SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 355
 SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 367
+SYS_recvmmsg_time64    bits/syscall.h  d       #define SYS_recvmmsg_time64 417
 SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 361
 SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 257
 SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 235
@@ -669,6 +624,7 @@ SYS_renameat2       bits/syscall.h  d       #define SYS_renameat2 383
 SYS_request_key        bits/syscall.h  d       #define SYS_request_key 287
 SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 0
 SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 40
+SYS_rseq       bits/syscall.h  d       #define SYS_rseq 400
 SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 174
 SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 176
 SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 175
@@ -676,6 +632,7 @@ SYS_rt_sigqueueinfo bits/syscall.h  d       #define SYS_rt_sigqueueinfo 178
 SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 173
 SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 179
 SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 177
+SYS_rt_sigtimedwait_time64     bits/syscall.h  d       #define SYS_rt_sigtimedwait_time64 421
 SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 365
 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
@@ -684,6 +641,7 @@ SYS_sched_getattr   bits/syscall.h  d       #define SYS_sched_getattr 382
 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_rr_get_interval_time64       bits/syscall.h  d       #define SYS_sched_rr_get_interval_time64 423
 SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 241
 SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 381
 SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 154
@@ -695,6 +653,7 @@ SYS_semctl  bits/syscall.h  d       #define SYS_semctl 328
 SYS_semget     bits/syscall.h  d       #define SYS_semget 329
 SYS_semop      bits/syscall.h  d       #define SYS_semop 330
 SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop 325
+SYS_semtimedop_time64  bits/syscall.h  d       #define SYS_semtimedop_time64 420
 SYS_send       bits/syscall.h  d       #define SYS_send 354
 SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 187
 SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 239
@@ -758,6 +717,7 @@ SYS_stat    bits/syscall.h  d       #define SYS_stat 106
 SYS_stat64     bits/syscall.h  d       #define SYS_stat64 195
 SYS_statfs     bits/syscall.h  d       #define SYS_statfs 99
 SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 268
+SYS_statx      bits/syscall.h  d       #define SYS_statx 398
 SYS_stime      bits/syscall.h  d       #define SYS_stime 25
 SYS_stty       bits/syscall.h  d       #define SYS_stty 31
 SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 115
@@ -777,10 +737,14 @@ SYS_timer_create  bits/syscall.h  d       #define SYS_timer_create 259
 SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 263
 SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 262
 SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 261
+SYS_timer_gettime64    bits/syscall.h  d       #define SYS_timer_gettime64 408
 SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 260
+SYS_timer_settime64    bits/syscall.h  d       #define SYS_timer_settime64 409
 SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 322
 SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 327
+SYS_timerfd_gettime64  bits/syscall.h  d       #define SYS_timerfd_gettime64 410
 SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 326
+SYS_timerfd_settime64  bits/syscall.h  d       #define SYS_timerfd_settime64 411
 SYS_times      bits/syscall.h  d       #define SYS_times 43
 SYS_tkill      bits/syscall.h  d       #define SYS_tkill 238
 SYS_truncate   bits/syscall.h  d       #define SYS_truncate 92
@@ -799,6 +763,7 @@ SYS_userfaultfd     bits/syscall.h  d       #define SYS_userfaultfd 389
 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 320
+SYS_utimensat_time64   bits/syscall.h  d       #define SYS_utimensat_time64 412
 SYS_utimes     bits/syscall.h  d       #define SYS_utimes 271
 SYS_vfork      bits/syscall.h  d       #define SYS_vfork 190
 SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 111
@@ -849,11 +814,13 @@ 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
+TIOCGISO7816   bits/ioctl.h    d       #define TIOCGISO7816 0x80285442
 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
+TIOCGPTPEER    bits/ioctl.h    d       #define TIOCGPTPEER 0x5441
 TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542E
 TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
 TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
@@ -884,14 +851,6 @@ TIOCNOTTY  bits/ioctl.h    d       #define TIOCNOTTY 0x5422
 TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
 TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
 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
@@ -901,9 +860,9 @@ 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
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
 TIOCSIG        bits/ioctl.h    d       #define TIOCSIG 0x40045436
+TIOCSISO7816   bits/ioctl.h    d       #define TIOCSISO7816 0xc0285443
 TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
 TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
 TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
@@ -1007,6 +966,7 @@ __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__IO_FILE      bits/alltypes.h d       #define __DEFINED_struct__IO_FILE
 __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
@@ -1050,13 +1010,19 @@ __NR_chown      bits/syscall.h  d       #define __NR_chown 182
 __NR_chown32   bits/syscall.h  d       #define __NR_chown32 212
 __NR_chroot    bits/syscall.h  d       #define __NR_chroot 61
 __NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 373
+__NR_clock_adjtime64   bits/syscall.h  d       #define __NR_clock_adjtime64 405
 __NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 266
+__NR_clock_getres_time64       bits/syscall.h  d       #define __NR_clock_getres_time64 406
 __NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 265
+__NR_clock_gettime64   bits/syscall.h  d       #define __NR_clock_gettime64 403
 __NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 267
+__NR_clock_nanosleep_time64    bits/syscall.h  d       #define __NR_clock_nanosleep_time64 407
 __NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 264
+__NR_clock_settime64   bits/syscall.h  d       #define __NR_clock_settime64 404
 __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 350
+__NR_copy_file_range   bits/syscall.h  d       #define __NR_copy_file_range 392
 __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
@@ -1075,7 +1041,7 @@ __NR_execveat     bits/syscall.h  d       #define __NR_execveat 388
 __NR_exit      bits/syscall.h  d       #define __NR_exit 1
 __NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 252
 __NR_faccessat bits/syscall.h  d       #define __NR_faccessat 307
-__NR_fadvise   bits/syscall.h  d       #define __NR_fadvise 250
+__NR_fadvise64 bits/syscall.h  d       #define __NR_fadvise64 250
 __NR_fadvise64_64      bits/syscall.h  d       #define __NR_fadvise64_64 272
 __NR_fallocate bits/syscall.h  d       #define __NR_fallocate 324
 __NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 368
@@ -1098,7 +1064,7 @@ __NR_fremovexattr bits/syscall.h  d       #define __NR_fremovexattr 237
 __NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 228
 __NR_fstat     bits/syscall.h  d       #define __NR_fstat 108
 __NR_fstat64   bits/syscall.h  d       #define __NR_fstat64 197
-__NR_fstatat   bits/syscall.h  d       #define __NR_fstatat 300
+__NR_fstatat64 bits/syscall.h  d       #define __NR_fstatat64 300
 __NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 100
 __NR_fstatfs64 bits/syscall.h  d       #define __NR_fstatfs64 269
 __NR_fsync     bits/syscall.h  d       #define __NR_fsync 118
@@ -1106,6 +1072,7 @@ __NR_ftime        bits/syscall.h  d       #define __NR_ftime 35
 __NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 93
 __NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 194
 __NR_futex     bits/syscall.h  d       #define __NR_futex 240
+__NR_futex_time64      bits/syscall.h  d       #define __NR_futex_time64 422
 __NR_futimesat bits/syscall.h  d       #define __NR_futimesat 299
 __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 275
@@ -1156,8 +1123,13 @@ __NR_inotify_rm_watch    bits/syscall.h  d       #define __NR_inotify_rm_watch 293
 __NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 249
 __NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 246
 __NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 247
+__NR_io_pgetevents     bits/syscall.h  d       #define __NR_io_pgetevents 399
+__NR_io_pgetevents_time64      bits/syscall.h  d       #define __NR_io_pgetevents_time64 416
 __NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 245
 __NR_io_submit bits/syscall.h  d       #define __NR_io_submit 248
+__NR_io_uring_enter    bits/syscall.h  d       #define __NR_io_uring_enter 426
+__NR_io_uring_register bits/syscall.h  d       #define __NR_io_uring_register 427
+__NR_io_uring_setup    bits/syscall.h  d       #define __NR_io_uring_setup 425
 __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
@@ -1207,7 +1179,9 @@ __NR_mq_getsetattr        bits/syscall.h  d       #define __NR_mq_getsetattr 282
 __NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 281
 __NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 277
 __NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 280
+__NR_mq_timedreceive_time64    bits/syscall.h  d       #define __NR_mq_timedreceive_time64 419
 __NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 279
+__NR_mq_timedsend_time64       bits/syscall.h  d       #define __NR_mq_timedsend_time64 418
 __NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 278
 __NR_mremap    bits/syscall.h  d       #define __NR_mremap 163
 __NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 331
@@ -1233,24 +1207,32 @@ __NR_openat     bits/syscall.h  d       #define __NR_openat 295
 __NR_pause     bits/syscall.h  d       #define __NR_pause 29
 __NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 366
 __NR_personality       bits/syscall.h  d       #define __NR_personality 136
+__NR_pidfd_send_signal bits/syscall.h  d       #define __NR_pidfd_send_signal 424
 __NR_pipe      bits/syscall.h  d       #define __NR_pipe 42
 __NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 343
 __NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 217
+__NR_pkey_alloc        bits/syscall.h  d       #define __NR_pkey_alloc 396
+__NR_pkey_free bits/syscall.h  d       #define __NR_pkey_free 397
+__NR_pkey_mprotect     bits/syscall.h  d       #define __NR_pkey_mprotect 395
 __NR_poll      bits/syscall.h  d       #define __NR_poll 168
 __NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 309
+__NR_ppoll_time64      bits/syscall.h  d       #define __NR_ppoll_time64 414
 __NR_prctl     bits/syscall.h  d       #define __NR_prctl 172
-__NR_pread     bits/syscall.h  d       #define __NR_pread 180
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 180
 __NR_preadv    bits/syscall.h  d       #define __NR_preadv 363
+__NR_preadv2   bits/syscall.h  d       #define __NR_preadv2 393
 __NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 370
 __NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 377
 __NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 378
 __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 308
+__NR_pselect6_time64   bits/syscall.h  d       #define __NR_pselect6_time64 413
 __NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 26
 __NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg 189
-__NR_pwrite    bits/syscall.h  d       #define __NR_pwrite 181
+__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 181
 __NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 364
+__NR_pwritev2  bits/syscall.h  d       #define __NR_pwritev2 394
 __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
@@ -1263,6 +1245,7 @@ __NR_reboot       bits/syscall.h  d       #define __NR_reboot 88
 __NR_recv      bits/syscall.h  d       #define __NR_recv 356
 __NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 355
 __NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 367
+__NR_recvmmsg_time64   bits/syscall.h  d       #define __NR_recvmmsg_time64 417
 __NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 361
 __NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 257
 __NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 235
@@ -1272,6 +1255,7 @@ __NR_renameat2    bits/syscall.h  d       #define __NR_renameat2 383
 __NR_request_key       bits/syscall.h  d       #define __NR_request_key 287
 __NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 0
 __NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 40
+__NR_rseq      bits/syscall.h  d       #define __NR_rseq 400
 __NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 174
 __NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 176
 __NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 175
@@ -1279,6 +1263,7 @@ __NR_rt_sigqueueinfo      bits/syscall.h  d       #define __NR_rt_sigqueueinfo 178
 __NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 173
 __NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 179
 __NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 177
+__NR_rt_sigtimedwait_time64    bits/syscall.h  d       #define __NR_rt_sigtimedwait_time64 421
 __NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 365
 __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
@@ -1287,6 +1272,7 @@ __NR_sched_getattr        bits/syscall.h  d       #define __NR_sched_getattr 382
 __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_rr_get_interval_time64      bits/syscall.h  d       #define __NR_sched_rr_get_interval_time64 423
 __NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 241
 __NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 381
 __NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 154
@@ -1298,6 +1284,7 @@ __NR_semctl       bits/syscall.h  d       #define __NR_semctl 328
 __NR_semget    bits/syscall.h  d       #define __NR_semget 329
 __NR_semop     bits/syscall.h  d       #define __NR_semop 330
 __NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop 325
+__NR_semtimedop_time64 bits/syscall.h  d       #define __NR_semtimedop_time64 420
 __NR_send      bits/syscall.h  d       #define __NR_send 354
 __NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 187
 __NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 239
@@ -1361,6 +1348,7 @@ __NR_stat bits/syscall.h  d       #define __NR_stat 106
 __NR_stat64    bits/syscall.h  d       #define __NR_stat64 195
 __NR_statfs    bits/syscall.h  d       #define __NR_statfs 99
 __NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 268
+__NR_statx     bits/syscall.h  d       #define __NR_statx 398
 __NR_stime     bits/syscall.h  d       #define __NR_stime 25
 __NR_stty      bits/syscall.h  d       #define __NR_stty 31
 __NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 115
@@ -1380,10 +1368,14 @@ __NR_timer_create       bits/syscall.h  d       #define __NR_timer_create 259
 __NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 263
 __NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 262
 __NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 261
+__NR_timer_gettime64   bits/syscall.h  d       #define __NR_timer_gettime64 408
 __NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 260
+__NR_timer_settime64   bits/syscall.h  d       #define __NR_timer_settime64 409
 __NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 322
 __NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 327
+__NR_timerfd_gettime64 bits/syscall.h  d       #define __NR_timerfd_gettime64 410
 __NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 326
+__NR_timerfd_settime64 bits/syscall.h  d       #define __NR_timerfd_settime64 411
 __NR_times     bits/syscall.h  d       #define __NR_times 43
 __NR_tkill     bits/syscall.h  d       #define __NR_tkill 238
 __NR_truncate  bits/syscall.h  d       #define __NR_truncate 92
@@ -1402,6 +1394,7 @@ __NR_userfaultfd  bits/syscall.h  d       #define __NR_userfaultfd 389
 __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 320
+__NR_utimensat_time64  bits/syscall.h  d       #define __NR_utimensat_time64 412
 __NR_utimes    bits/syscall.h  d       #define __NR_utimes 271
 __NR_vfork     bits/syscall.h  d       #define __NR_vfork 190
 __NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 111
@@ -1424,6 +1417,9 @@ 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_fpregset_t bits/user.h     t       typedef struct user_fpregs_struct elf_fpregset_t;
+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 long fexcept_t;
 float_t        bits/alltypes.h t       typedef float float_t;
@@ -1434,13 +1430,13 @@ greg_t  bits/signal.h   t       typedef unsigned long greg_t, gregset_t[38];
 gregset_t      bits/signal.h   t       typedef unsigned long greg_t, gregset_t[38];
 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;
+int16_t        bits/alltypes.h t       typedef signed short int16_t;
+int32_t        bits/alltypes.h t       typedef signed int int32_t;
+int64_t        bits/alltypes.h t       typedef signed _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;
+intmax_t       bits/alltypes.h t       typedef signed _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;
@@ -1475,6 +1471,7 @@ sigset_t  bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/
 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 _IO_FILE        bits/alltypes.h s       
 struct __mbstate_t     bits/alltypes.h s       
 struct __sigset_t      bits/alltypes.h s       
 struct __ucontext      bits/signal.h   s       
@@ -1494,7 +1491,9 @@ 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 winsize bits/ioctl.h    s       
+struct user    bits/user.h     s       
+struct user_fpregs_struct      bits/user.h     s       
+struct user_regs_struct        bits/user.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;
index ea0f2b5..01ec580 100644 (file)
@@ -258,12 +258,12 @@ 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
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN _IOR('f', 123, int)
 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
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN _IOW('f', 124, int)
 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
@@ -282,6 +282,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
+HWCAP_MIPS_CRC32       bits/hwcap.h    d       #define HWCAP_MIPS_CRC32 (1 << 2)
 HWCAP_MIPS_MSA bits/hwcap.h    d       #define HWCAP_MIPS_MSA (1 << 1)
 HWCAP_MIPS_R6  bits/hwcap.h    d       #define HWCAP_MIPS_R6 (1 << 0)
 ICANON bits/termios.h  d       #define ICANON 0000002
@@ -336,22 +337,6 @@ 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
@@ -385,6 +370,15 @@ 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
+PTRACE_GET_THREAD_AREA bits/ptrace.h   d       #define PTRACE_GET_THREAD_AREA 25
+PTRACE_GET_THREAD_AREA_3264    bits/ptrace.h   d       #define PTRACE_GET_THREAD_AREA_3264 0xc4
+PTRACE_GET_WATCH_REGS  bits/ptrace.h   d       #define PTRACE_GET_WATCH_REGS 0xd0
+PTRACE_PEEKDATA_3264   bits/ptrace.h   d       #define PTRACE_PEEKDATA_3264 0xc1
+PTRACE_PEEKTEXT_3264   bits/ptrace.h   d       #define PTRACE_PEEKTEXT_3264 0xc0
+PTRACE_POKEDATA_3264   bits/ptrace.h   d       #define PTRACE_POKEDATA_3264 0xc3
+PTRACE_POKETEXT_3264   bits/ptrace.h   d       #define PTRACE_POKETEXT_3264 0xc2
+PTRACE_SET_THREAD_AREA bits/ptrace.h   d       #define PTRACE_SET_THREAD_AREA 26
+PTRACE_SET_WATCH_REGS  bits/ptrace.h   d       #define PTRACE_SET_WATCH_REGS 0xd1
 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
@@ -439,64 +433,11 @@ 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
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK _IOR('s', 7, int)
+SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP _IOR('s', 9, pid_t)
 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
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
+SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP _IOW('s', 8, pid_t)
 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)
@@ -519,6 +460,7 @@ 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_PEERSEC     bits/socket.h   d       #define SO_PEERSEC 30
 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
@@ -533,6 +475,7 @@ 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__llseek    bits/syscall.h  d       #define SYS__llseek 4140
+SYS__newselect bits/syscall.h  d       #define SYS__newselect 4142
 SYS__sysctl    bits/syscall.h  d       #define SYS__sysctl 4153
 SYS_accept     bits/syscall.h  d       #define SYS_accept 4168
 SYS_accept4    bits/syscall.h  d       #define SYS_accept4 4334
@@ -556,10 +499,15 @@ SYS_chmod bits/syscall.h  d       #define SYS_chmod 4015
 SYS_chown      bits/syscall.h  d       #define SYS_chown 4202
 SYS_chroot     bits/syscall.h  d       #define SYS_chroot 4061
 SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime 4341
+SYS_clock_adjtime64    bits/syscall.h  d       #define SYS_clock_adjtime64 4405
 SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 4264
+SYS_clock_getres_time64        bits/syscall.h  d       #define SYS_clock_getres_time64 4406
 SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 4263
+SYS_clock_gettime64    bits/syscall.h  d       #define SYS_clock_gettime64 4403
 SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 4265
+SYS_clock_nanosleep_time64     bits/syscall.h  d       #define SYS_clock_nanosleep_time64 4407
 SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 4262
+SYS_clock_settime64    bits/syscall.h  d       #define SYS_clock_settime64 4404
 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
@@ -582,7 +530,7 @@ SYS_execveat        bits/syscall.h  d       #define SYS_execveat 4356
 SYS_exit       bits/syscall.h  d       #define SYS_exit 4001
 SYS_exit_group bits/syscall.h  d       #define SYS_exit_group 4246
 SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat 4300
-SYS_fadvise    bits/syscall.h  d       #define SYS_fadvise 4254
+SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 4254
 SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate 4320
 SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init 4336
 SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark 4337
@@ -603,7 +551,7 @@ SYS_fremovexattr    bits/syscall.h  d       #define SYS_fremovexattr 4235
 SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr 4226
 SYS_fstat      bits/syscall.h  d       #define SYS_fstat 4108
 SYS_fstat64    bits/syscall.h  d       #define SYS_fstat64 4215
-SYS_fstatat    bits/syscall.h  d       #define SYS_fstatat 4293
+SYS_fstatat64  bits/syscall.h  d       #define SYS_fstatat64 4293
 SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs 4100
 SYS_fstatfs64  bits/syscall.h  d       #define SYS_fstatfs64 4256
 SYS_fsync      bits/syscall.h  d       #define SYS_fsync 4118
@@ -611,6 +559,7 @@ SYS_ftime   bits/syscall.h  d       #define SYS_ftime 4035
 SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 4093
 SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 4212
 SYS_futex      bits/syscall.h  d       #define SYS_futex 4238
+SYS_futex_time64       bits/syscall.h  d       #define SYS_futex_time64 4422
 SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 4292
 SYS_get_kernel_syms    bits/syscall.h  d       #define SYS_get_kernel_syms 4130
 SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 4269
@@ -653,8 +602,13 @@ SYS_inotify_rm_watch       bits/syscall.h  d       #define SYS_inotify_rm_watch 4286
 SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 4245
 SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 4242
 SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 4243
+SYS_io_pgetevents      bits/syscall.h  d       #define SYS_io_pgetevents 4368
+SYS_io_pgetevents_time64       bits/syscall.h  d       #define SYS_io_pgetevents_time64 4416
 SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 4241
 SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 4244
+SYS_io_uring_enter     bits/syscall.h  d       #define SYS_io_uring_enter 4426
+SYS_io_uring_register  bits/syscall.h  d       #define SYS_io_uring_register 4427
+SYS_io_uring_setup     bits/syscall.h  d       #define SYS_io_uring_setup 4425
 SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 4054
 SYS_ioperm     bits/syscall.h  d       #define SYS_ioperm 4101
 SYS_iopl       bits/syscall.h  d       #define SYS_iopl 4110
@@ -703,9 +657,15 @@ SYS_mq_getsetattr  bits/syscall.h  d       #define SYS_mq_getsetattr 4276
 SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 4275
 SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 4271
 SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 4274
+SYS_mq_timedreceive_time64     bits/syscall.h  d       #define SYS_mq_timedreceive_time64 4419
 SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 4273
+SYS_mq_timedsend_time64        bits/syscall.h  d       #define SYS_mq_timedsend_time64 4418
 SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 4272
 SYS_mremap     bits/syscall.h  d       #define SYS_mremap 4167
+SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl 4402
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget 4399
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv 4401
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd 4400
 SYS_msync      bits/syscall.h  d       #define SYS_msync 4144
 SYS_munlock    bits/syscall.h  d       #define SYS_munlock 4155
 SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 4157
@@ -720,6 +680,7 @@ SYS_openat  bits/syscall.h  d       #define SYS_openat 4288
 SYS_pause      bits/syscall.h  d       #define SYS_pause 4029
 SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 4333
 SYS_personality        bits/syscall.h  d       #define SYS_personality 4136
+SYS_pidfd_send_signal  bits/syscall.h  d       #define SYS_pidfd_send_signal 4424
 SYS_pipe       bits/syscall.h  d       #define SYS_pipe 4042
 SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 4328
 SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 4216
@@ -728,8 +689,9 @@ SYS_pkey_free       bits/syscall.h  d       #define SYS_pkey_free 4365
 SYS_pkey_mprotect      bits/syscall.h  d       #define SYS_pkey_mprotect 4363
 SYS_poll       bits/syscall.h  d       #define SYS_poll 4188
 SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 4302
+SYS_ppoll_time64       bits/syscall.h  d       #define SYS_ppoll_time64 4414
 SYS_prctl      bits/syscall.h  d       #define SYS_prctl 4192
-SYS_pread      bits/syscall.h  d       #define SYS_pread 4200
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 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
@@ -738,9 +700,10 @@ SYS_process_vm_writev      bits/syscall.h  d       #define SYS_process_vm_writev 4346
 SYS_prof       bits/syscall.h  d       #define SYS_prof 4044
 SYS_profil     bits/syscall.h  d       #define SYS_profil 4098
 SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 4301
+SYS_pselect6_time64    bits/syscall.h  d       #define SYS_pselect6_time64 4413
 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_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 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
@@ -755,6 +718,7 @@ SYS_reboot  bits/syscall.h  d       #define SYS_reboot 4088
 SYS_recv       bits/syscall.h  d       #define SYS_recv 4175
 SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 4176
 SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 4335
+SYS_recvmmsg_time64    bits/syscall.h  d       #define SYS_recvmmsg_time64 4417
 SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 4177
 SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 4251
 SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 4233
@@ -766,6 +730,7 @@ SYS_reserved221     bits/syscall.h  d       #define SYS_reserved221 4221
 SYS_reserved82 bits/syscall.h  d       #define SYS_reserved82 4082
 SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 4253
 SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 4040
+SYS_rseq       bits/syscall.h  d       #define SYS_rseq 4367
 SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 4194
 SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 4196
 SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 4195
@@ -773,6 +738,7 @@ SYS_rt_sigqueueinfo bits/syscall.h  d       #define SYS_rt_sigqueueinfo 4198
 SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 4193
 SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 4199
 SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 4197
+SYS_rt_sigtimedwait_time64     bits/syscall.h  d       #define SYS_rt_sigtimedwait_time64 4421
 SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 4332
 SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max 4163
 SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min 4164
@@ -781,13 +747,16 @@ SYS_sched_getattr bits/syscall.h  d       #define SYS_sched_getattr 4350
 SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam 4159
 SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler 4161
 SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval 4165
+SYS_sched_rr_get_interval_time64       bits/syscall.h  d       #define SYS_sched_rr_get_interval_time64 4423
 SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 4239
 SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 4349
 SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 4158
 SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler 4160
 SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield 4162
 SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp 4352
-SYS_select     bits/syscall.h  d       #define SYS_select 4142
+SYS_semctl     bits/syscall.h  d       #define SYS_semctl 4394
+SYS_semget     bits/syscall.h  d       #define SYS_semget 4393
+SYS_semtimedop_time64  bits/syscall.h  d       #define SYS_semtimedop_time64 4420
 SYS_send       bits/syscall.h  d       #define SYS_send 4178
 SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 4207
 SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 4237
@@ -819,6 +788,10 @@ SYS_settimeofday   bits/syscall.h  d       #define SYS_settimeofday 4079
 SYS_setuid     bits/syscall.h  d       #define SYS_setuid 4023
 SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 4224
 SYS_sgetmask   bits/syscall.h  d       #define SYS_sgetmask 4068
+SYS_shmat      bits/syscall.h  d       #define SYS_shmat 4397
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl 4396
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt 4398
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget 4395
 SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 4182
 SYS_sigaction  bits/syscall.h  d       #define SYS_sigaction 4067
 SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 4206
@@ -838,6 +811,7 @@ SYS_stat    bits/syscall.h  d       #define SYS_stat 4106
 SYS_stat64     bits/syscall.h  d       #define SYS_stat64 4213
 SYS_statfs     bits/syscall.h  d       #define SYS_statfs 4099
 SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 4255
+SYS_statx      bits/syscall.h  d       #define SYS_statx 4366
 SYS_stime      bits/syscall.h  d       #define SYS_stime 4025
 SYS_stty       bits/syscall.h  d       #define SYS_stty 4031
 SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 4115
@@ -859,11 +833,15 @@ SYS_timer_create  bits/syscall.h  d       #define SYS_timer_create 4257
 SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 4261
 SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 4260
 SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 4259
+SYS_timer_gettime64    bits/syscall.h  d       #define SYS_timer_gettime64 4408
 SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 4258
+SYS_timer_settime64    bits/syscall.h  d       #define SYS_timer_settime64 4409
 SYS_timerfd    bits/syscall.h  d       #define SYS_timerfd 4318
 SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 4321
 SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 4322
+SYS_timerfd_gettime64  bits/syscall.h  d       #define SYS_timerfd_gettime64 4410
 SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 4323
+SYS_timerfd_settime64  bits/syscall.h  d       #define SYS_timerfd_settime64 4411
 SYS_times      bits/syscall.h  d       #define SYS_times 4043
 SYS_tkill      bits/syscall.h  d       #define SYS_tkill 4236
 SYS_truncate   bits/syscall.h  d       #define SYS_truncate 4092
@@ -887,6 +865,7 @@ SYS_userfaultfd     bits/syscall.h  d       #define SYS_userfaultfd 4357
 SYS_ustat      bits/syscall.h  d       #define SYS_ustat 4062
 SYS_utime      bits/syscall.h  d       #define SYS_utime 4030
 SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat 4316
+SYS_utimensat_time64   bits/syscall.h  d       #define SYS_utimensat_time64 4412
 SYS_utimes     bits/syscall.h  d       #define SYS_utimes 4267
 SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 4111
 SYS_vm86       bits/syscall.h  d       #define SYS_vm86 4113
@@ -938,6 +917,7 @@ 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)
+TIOCGPTPEER    bits/ioctl.h    d       #define TIOCGPTPEER _IO('T', 0x41)
 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
@@ -968,14 +948,6 @@ 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
@@ -985,7 +957,6 @@ 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
@@ -1096,6 +1067,7 @@ __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__IO_FILE      bits/alltypes.h d       #define __DEFINED_struct__IO_FILE
 __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
@@ -1116,6 +1088,7 @@ __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 4140
+__NR__newselect        bits/syscall.h  d       #define __NR__newselect 4142
 __NR__sysctl   bits/syscall.h  d       #define __NR__sysctl 4153
 __NR_accept    bits/syscall.h  d       #define __NR_accept 4168
 __NR_accept4   bits/syscall.h  d       #define __NR_accept4 4334
@@ -1139,10 +1112,15 @@ __NR_chmod      bits/syscall.h  d       #define __NR_chmod 4015
 __NR_chown     bits/syscall.h  d       #define __NR_chown 4202
 __NR_chroot    bits/syscall.h  d       #define __NR_chroot 4061
 __NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 4341
+__NR_clock_adjtime64   bits/syscall.h  d       #define __NR_clock_adjtime64 4405
 __NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 4264
+__NR_clock_getres_time64       bits/syscall.h  d       #define __NR_clock_getres_time64 4406
 __NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 4263
+__NR_clock_gettime64   bits/syscall.h  d       #define __NR_clock_gettime64 4403
 __NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 4265
+__NR_clock_nanosleep_time64    bits/syscall.h  d       #define __NR_clock_nanosleep_time64 4407
 __NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 4262
+__NR_clock_settime64   bits/syscall.h  d       #define __NR_clock_settime64 4404
 __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
@@ -1165,7 +1143,7 @@ __NR_execveat     bits/syscall.h  d       #define __NR_execveat 4356
 __NR_exit      bits/syscall.h  d       #define __NR_exit 4001
 __NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 4246
 __NR_faccessat bits/syscall.h  d       #define __NR_faccessat 4300
-__NR_fadvise   bits/syscall.h  d       #define __NR_fadvise 4254
+__NR_fadvise64 bits/syscall.h  d       #define __NR_fadvise64 4254
 __NR_fallocate bits/syscall.h  d       #define __NR_fallocate 4320
 __NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 4336
 __NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark 4337
@@ -1186,7 +1164,7 @@ __NR_fremovexattr bits/syscall.h  d       #define __NR_fremovexattr 4235
 __NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 4226
 __NR_fstat     bits/syscall.h  d       #define __NR_fstat 4108
 __NR_fstat64   bits/syscall.h  d       #define __NR_fstat64 4215
-__NR_fstatat   bits/syscall.h  d       #define __NR_fstatat 4293
+__NR_fstatat64 bits/syscall.h  d       #define __NR_fstatat64 4293
 __NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 4100
 __NR_fstatfs64 bits/syscall.h  d       #define __NR_fstatfs64 4256
 __NR_fsync     bits/syscall.h  d       #define __NR_fsync 4118
@@ -1194,6 +1172,7 @@ __NR_ftime        bits/syscall.h  d       #define __NR_ftime 4035
 __NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 4093
 __NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 4212
 __NR_futex     bits/syscall.h  d       #define __NR_futex 4238
+__NR_futex_time64      bits/syscall.h  d       #define __NR_futex_time64 4422
 __NR_futimesat bits/syscall.h  d       #define __NR_futimesat 4292
 __NR_get_kernel_syms   bits/syscall.h  d       #define __NR_get_kernel_syms 4130
 __NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 4269
@@ -1236,8 +1215,13 @@ __NR_inotify_rm_watch    bits/syscall.h  d       #define __NR_inotify_rm_watch 4286
 __NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 4245
 __NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 4242
 __NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 4243
+__NR_io_pgetevents     bits/syscall.h  d       #define __NR_io_pgetevents 4368
+__NR_io_pgetevents_time64      bits/syscall.h  d       #define __NR_io_pgetevents_time64 4416
 __NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 4241
 __NR_io_submit bits/syscall.h  d       #define __NR_io_submit 4244
+__NR_io_uring_enter    bits/syscall.h  d       #define __NR_io_uring_enter 4426
+__NR_io_uring_register bits/syscall.h  d       #define __NR_io_uring_register 4427
+__NR_io_uring_setup    bits/syscall.h  d       #define __NR_io_uring_setup 4425
 __NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 4054
 __NR_ioperm    bits/syscall.h  d       #define __NR_ioperm 4101
 __NR_iopl      bits/syscall.h  d       #define __NR_iopl 4110
@@ -1286,9 +1270,15 @@ __NR_mq_getsetattr       bits/syscall.h  d       #define __NR_mq_getsetattr 4276
 __NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 4275
 __NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 4271
 __NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 4274
+__NR_mq_timedreceive_time64    bits/syscall.h  d       #define __NR_mq_timedreceive_time64 4419
 __NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 4273
+__NR_mq_timedsend_time64       bits/syscall.h  d       #define __NR_mq_timedsend_time64 4418
 __NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 4272
 __NR_mremap    bits/syscall.h  d       #define __NR_mremap 4167
+__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 4402
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget 4399
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv 4401
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd 4400
 __NR_msync     bits/syscall.h  d       #define __NR_msync 4144
 __NR_munlock   bits/syscall.h  d       #define __NR_munlock 4155
 __NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 4157
@@ -1303,6 +1293,7 @@ __NR_openat       bits/syscall.h  d       #define __NR_openat 4288
 __NR_pause     bits/syscall.h  d       #define __NR_pause 4029
 __NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 4333
 __NR_personality       bits/syscall.h  d       #define __NR_personality 4136
+__NR_pidfd_send_signal bits/syscall.h  d       #define __NR_pidfd_send_signal 4424
 __NR_pipe      bits/syscall.h  d       #define __NR_pipe 4042
 __NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 4328
 __NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 4216
@@ -1311,8 +1302,9 @@ __NR_pkey_free    bits/syscall.h  d       #define __NR_pkey_free 4365
 __NR_pkey_mprotect     bits/syscall.h  d       #define __NR_pkey_mprotect 4363
 __NR_poll      bits/syscall.h  d       #define __NR_poll 4188
 __NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 4302
+__NR_ppoll_time64      bits/syscall.h  d       #define __NR_ppoll_time64 4414
 __NR_prctl     bits/syscall.h  d       #define __NR_prctl 4192
-__NR_pread     bits/syscall.h  d       #define __NR_pread 4200
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 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
@@ -1321,9 +1313,10 @@ __NR_process_vm_writev   bits/syscall.h  d       #define __NR_process_vm_writev 4346
 __NR_prof      bits/syscall.h  d       #define __NR_prof 4044
 __NR_profil    bits/syscall.h  d       #define __NR_profil 4098
 __NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 4301
+__NR_pselect6_time64   bits/syscall.h  d       #define __NR_pselect6_time64 4413
 __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_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 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
@@ -1338,6 +1331,7 @@ __NR_reboot       bits/syscall.h  d       #define __NR_reboot 4088
 __NR_recv      bits/syscall.h  d       #define __NR_recv 4175
 __NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 4176
 __NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 4335
+__NR_recvmmsg_time64   bits/syscall.h  d       #define __NR_recvmmsg_time64 4417
 __NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 4177
 __NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 4251
 __NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 4233
@@ -1349,6 +1343,7 @@ __NR_reserved221  bits/syscall.h  d       #define __NR_reserved221 4221
 __NR_reserved82        bits/syscall.h  d       #define __NR_reserved82 4082
 __NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 4253
 __NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 4040
+__NR_rseq      bits/syscall.h  d       #define __NR_rseq 4367
 __NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 4194
 __NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 4196
 __NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 4195
@@ -1356,6 +1351,7 @@ __NR_rt_sigqueueinfo      bits/syscall.h  d       #define __NR_rt_sigqueueinfo 4198
 __NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 4193
 __NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 4199
 __NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 4197
+__NR_rt_sigtimedwait_time64    bits/syscall.h  d       #define __NR_rt_sigtimedwait_time64 4421
 __NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 4332
 __NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 4163
 __NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 4164
@@ -1364,13 +1360,16 @@ __NR_sched_getattr      bits/syscall.h  d       #define __NR_sched_getattr 4350
 __NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 4159
 __NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 4161
 __NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 4165
+__NR_sched_rr_get_interval_time64      bits/syscall.h  d       #define __NR_sched_rr_get_interval_time64 4423
 __NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 4239
 __NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 4349
 __NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 4158
 __NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler 4160
 __NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield 4162
 __NR_seccomp   bits/syscall.h  d       #define __NR_seccomp 4352
-__NR_select    bits/syscall.h  d       #define __NR_select 4142
+__NR_semctl    bits/syscall.h  d       #define __NR_semctl 4394
+__NR_semget    bits/syscall.h  d       #define __NR_semget 4393
+__NR_semtimedop_time64 bits/syscall.h  d       #define __NR_semtimedop_time64 4420
 __NR_send      bits/syscall.h  d       #define __NR_send 4178
 __NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 4207
 __NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 4237
@@ -1402,6 +1401,10 @@ __NR_settimeofday        bits/syscall.h  d       #define __NR_settimeofday 4079
 __NR_setuid    bits/syscall.h  d       #define __NR_setuid 4023
 __NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 4224
 __NR_sgetmask  bits/syscall.h  d       #define __NR_sgetmask 4068
+__NR_shmat     bits/syscall.h  d       #define __NR_shmat 4397
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl 4396
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt 4398
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget 4395
 __NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 4182
 __NR_sigaction bits/syscall.h  d       #define __NR_sigaction 4067
 __NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 4206
@@ -1421,6 +1424,7 @@ __NR_stat bits/syscall.h  d       #define __NR_stat 4106
 __NR_stat64    bits/syscall.h  d       #define __NR_stat64 4213
 __NR_statfs    bits/syscall.h  d       #define __NR_statfs 4099
 __NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 4255
+__NR_statx     bits/syscall.h  d       #define __NR_statx 4366
 __NR_stime     bits/syscall.h  d       #define __NR_stime 4025
 __NR_stty      bits/syscall.h  d       #define __NR_stty 4031
 __NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 4115
@@ -1442,11 +1446,15 @@ __NR_timer_create       bits/syscall.h  d       #define __NR_timer_create 4257
 __NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 4261
 __NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 4260
 __NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 4259
+__NR_timer_gettime64   bits/syscall.h  d       #define __NR_timer_gettime64 4408
 __NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 4258
+__NR_timer_settime64   bits/syscall.h  d       #define __NR_timer_settime64 4409
 __NR_timerfd   bits/syscall.h  d       #define __NR_timerfd 4318
 __NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 4321
 __NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 4322
+__NR_timerfd_gettime64 bits/syscall.h  d       #define __NR_timerfd_gettime64 4410
 __NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 4323
+__NR_timerfd_settime64 bits/syscall.h  d       #define __NR_timerfd_settime64 4411
 __NR_times     bits/syscall.h  d       #define __NR_times 4043
 __NR_tkill     bits/syscall.h  d       #define __NR_tkill 4236
 __NR_truncate  bits/syscall.h  d       #define __NR_truncate 4092
@@ -1470,6 +1478,7 @@ __NR_userfaultfd  bits/syscall.h  d       #define __NR_userfaultfd 4357
 __NR_ustat     bits/syscall.h  d       #define __NR_ustat 4062
 __NR_utime     bits/syscall.h  d       #define __NR_utime 4030
 __NR_utimensat bits/syscall.h  d       #define __NR_utimensat 4316
+__NR_utimensat_time64  bits/syscall.h  d       #define __NR_utimensat_time64 4412
 __NR_utimes    bits/syscall.h  d       #define __NR_utimes 4267
 __NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 4111
 __NR_vm86      bits/syscall.h  d       #define __NR_vm86 4113
@@ -1506,13 +1515,13 @@ 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;
+int16_t        bits/alltypes.h t       typedef signed short int16_t;
+int32_t        bits/alltypes.h t       typedef signed int int32_t;
+int64_t        bits/alltypes.h t       typedef signed _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;
+intmax_t       bits/alltypes.h t       typedef signed _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;
@@ -1547,6 +1556,7 @@ sigset_t  bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/
 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 _IO_FILE        bits/alltypes.h s       
 struct __mbstate_t     bits/alltypes.h s       
 struct __sigset_t      bits/alltypes.h s       
 struct __ucontext      bits/signal.h   s       
@@ -1567,7 +1577,6 @@ 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;
index e33968f..31ae561 100644 (file)
@@ -258,12 +258,12 @@ 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
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN _IOR('f', 123, int)
 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
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN _IOW('f', 124, int)
 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
@@ -282,6 +282,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
+HWCAP_MIPS_CRC32       bits/hwcap.h    d       #define HWCAP_MIPS_CRC32 (1 << 2)
 HWCAP_MIPS_MSA bits/hwcap.h    d       #define HWCAP_MIPS_MSA (1 << 1)
 HWCAP_MIPS_R6  bits/hwcap.h    d       #define HWCAP_MIPS_R6 (1 << 0)
 ICANON bits/termios.h  d       #define ICANON 0000002
@@ -336,22 +337,6 @@ 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
@@ -385,6 +370,15 @@ 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
+PTRACE_GET_THREAD_AREA bits/ptrace.h   d       #define PTRACE_GET_THREAD_AREA 25
+PTRACE_GET_THREAD_AREA_3264    bits/ptrace.h   d       #define PTRACE_GET_THREAD_AREA_3264 0xc4
+PTRACE_GET_WATCH_REGS  bits/ptrace.h   d       #define PTRACE_GET_WATCH_REGS 0xd0
+PTRACE_PEEKDATA_3264   bits/ptrace.h   d       #define PTRACE_PEEKDATA_3264 0xc1
+PTRACE_PEEKTEXT_3264   bits/ptrace.h   d       #define PTRACE_PEEKTEXT_3264 0xc0
+PTRACE_POKEDATA_3264   bits/ptrace.h   d       #define PTRACE_POKEDATA_3264 0xc3
+PTRACE_POKETEXT_3264   bits/ptrace.h   d       #define PTRACE_POKETEXT_3264 0xc2
+PTRACE_SET_THREAD_AREA bits/ptrace.h   d       #define PTRACE_SET_THREAD_AREA 26
+PTRACE_SET_WATCH_REGS  bits/ptrace.h   d       #define PTRACE_SET_WATCH_REGS 0xd1
 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
@@ -439,64 +433,11 @@ 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
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK _IOR('s', 7, int)
+SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP _IOR('s', 9, pid_t)
 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
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
+SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP _IOW('s', 8, pid_t)
 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)
@@ -519,6 +460,7 @@ 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_PEERSEC     bits/socket.h   d       #define SO_PEERSEC 30
 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
@@ -643,8 +585,12 @@ 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_pgetevents      bits/syscall.h  d       #define SYS_io_pgetevents 5328
 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_io_uring_enter     bits/syscall.h  d       #define SYS_io_uring_enter 5426
+SYS_io_uring_register  bits/syscall.h  d       #define SYS_io_uring_register 5427
+SYS_io_uring_setup     bits/syscall.h  d       #define SYS_io_uring_setup 5425
 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
@@ -706,6 +652,7 @@ 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_pidfd_send_signal  bits/syscall.h  d       #define SYS_pidfd_send_signal 5424
 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
@@ -748,6 +695,7 @@ 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_rseq       bits/syscall.h  d       #define SYS_rseq 5327
 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
@@ -814,6 +762,7 @@ 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_statx      bits/syscall.h  d       #define SYS_statx 5326
 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
@@ -898,6 +847,7 @@ 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)
+TIOCGPTPEER    bits/ioctl.h    d       #define TIOCGPTPEER _IO('T', 0x41)
 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
@@ -928,14 +878,6 @@ 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
@@ -945,7 +887,6 @@ 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
@@ -1057,6 +998,7 @@ __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__IO_FILE      bits/alltypes.h d       #define __DEFINED_struct__IO_FILE
 __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
@@ -1187,8 +1129,12 @@ __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_pgetevents     bits/syscall.h  d       #define __NR_io_pgetevents 5328
 __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_io_uring_enter    bits/syscall.h  d       #define __NR_io_uring_enter 5426
+__NR_io_uring_register bits/syscall.h  d       #define __NR_io_uring_register 5427
+__NR_io_uring_setup    bits/syscall.h  d       #define __NR_io_uring_setup 5425
 __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
@@ -1250,6 +1196,7 @@ __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_pidfd_send_signal bits/syscall.h  d       #define __NR_pidfd_send_signal 5424
 __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
@@ -1292,6 +1239,7 @@ __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_rseq      bits/syscall.h  d       #define __NR_rseq 5327
 __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
@@ -1358,6 +1306,7 @@ __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_statx     bits/syscall.h  d       #define __NR_statx 5326
 __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
@@ -1427,13 +1376,13 @@ 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;
+int16_t        bits/alltypes.h t       typedef signed short int16_t;
+int32_t        bits/alltypes.h t       typedef signed int int32_t;
+int64_t        bits/alltypes.h t       typedef signed _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;
+intmax_t       bits/alltypes.h t       typedef signed _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;
@@ -1469,6 +1418,7 @@ sigset_t  bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/
 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 _IO_FILE        bits/alltypes.h s       
 struct __mbstate_t     bits/alltypes.h s       
 struct __sigset_t      bits/alltypes.h s       
 struct __ucontext      bits/signal.h   s       
@@ -1489,7 +1439,6 @@ 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;
index d67af76..8dc32a4 100644 (file)
@@ -258,12 +258,12 @@ 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
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN _IOR('f', 123, int)
 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
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN _IOW('f', 124, int)
 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
@@ -282,6 +282,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
+HWCAP_MIPS_CRC32       bits/hwcap.h    d       #define HWCAP_MIPS_CRC32 (1 << 2)
 HWCAP_MIPS_MSA bits/hwcap.h    d       #define HWCAP_MIPS_MSA (1 << 1)
 HWCAP_MIPS_R6  bits/hwcap.h    d       #define HWCAP_MIPS_R6 (1 << 0)
 ICANON bits/termios.h  d       #define ICANON 0000002
@@ -336,22 +337,6 @@ 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
@@ -385,6 +370,15 @@ 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
+PTRACE_GET_THREAD_AREA bits/ptrace.h   d       #define PTRACE_GET_THREAD_AREA 25
+PTRACE_GET_THREAD_AREA_3264    bits/ptrace.h   d       #define PTRACE_GET_THREAD_AREA_3264 0xc4
+PTRACE_GET_WATCH_REGS  bits/ptrace.h   d       #define PTRACE_GET_WATCH_REGS 0xd0
+PTRACE_PEEKDATA_3264   bits/ptrace.h   d       #define PTRACE_PEEKDATA_3264 0xc1
+PTRACE_PEEKTEXT_3264   bits/ptrace.h   d       #define PTRACE_PEEKTEXT_3264 0xc0
+PTRACE_POKEDATA_3264   bits/ptrace.h   d       #define PTRACE_POKEDATA_3264 0xc3
+PTRACE_POKETEXT_3264   bits/ptrace.h   d       #define PTRACE_POKETEXT_3264 0xc2
+PTRACE_SET_THREAD_AREA bits/ptrace.h   d       #define PTRACE_SET_THREAD_AREA 26
+PTRACE_SET_WATCH_REGS  bits/ptrace.h   d       #define PTRACE_SET_WATCH_REGS 0xd1
 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
@@ -439,64 +433,11 @@ 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
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK _IOR('s', 7, int)
+SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP _IOR('s', 9, pid_t)
 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
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
+SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP _IOW('s', 8, pid_t)
 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)
@@ -519,6 +460,7 @@ 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_PEERSEC     bits/socket.h   d       #define SO_PEERSEC 30
 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
@@ -554,10 +496,15 @@ 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_adjtime64    bits/syscall.h  d       #define SYS_clock_adjtime64 6405
 SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 6227
+SYS_clock_getres_time64        bits/syscall.h  d       #define SYS_clock_getres_time64 6406
 SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 6226
+SYS_clock_gettime64    bits/syscall.h  d       #define SYS_clock_gettime64 6403
 SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 6228
+SYS_clock_nanosleep_time64     bits/syscall.h  d       #define SYS_clock_nanosleep_time64 6407
 SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 6225
+SYS_clock_settime64    bits/syscall.h  d       #define SYS_clock_settime64 6404
 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
@@ -600,12 +547,12 @@ 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_futex_time64       bits/syscall.h  d       #define SYS_futex_time64 6422
 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
@@ -646,8 +593,13 @@ 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_pgetevents      bits/syscall.h  d       #define SYS_io_pgetevents 6332
+SYS_io_pgetevents_time64       bits/syscall.h  d       #define SYS_io_pgetevents_time64 6416
 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_io_uring_enter     bits/syscall.h  d       #define SYS_io_uring_enter 6426
+SYS_io_uring_register  bits/syscall.h  d       #define SYS_io_uring_register 6427
+SYS_io_uring_setup     bits/syscall.h  d       #define SYS_io_uring_setup 6425
 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
@@ -688,7 +640,9 @@ 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_timedreceive_time64     bits/syscall.h  d       #define SYS_mq_timedreceive_time64 6419
 SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 6236
+SYS_mq_timedsend_time64        bits/syscall.h  d       #define SYS_mq_timedsend_time64 6418
 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
@@ -701,6 +655,7 @@ 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_newfstatat bits/syscall.h  d       #define SYS_newfstatat 6256
 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
@@ -708,6 +663,7 @@ 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_pidfd_send_signal  bits/syscall.h  d       #define SYS_pidfd_send_signal 6424
 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
@@ -716,6 +672,7 @@ SYS_pkey_free       bits/syscall.h  d       #define SYS_pkey_free 6329
 SYS_pkey_mprotect      bits/syscall.h  d       #define SYS_pkey_mprotect 6327
 SYS_poll       bits/syscall.h  d       #define SYS_poll 6007
 SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 6265
+SYS_ppoll_time64       bits/syscall.h  d       #define SYS_ppoll_time64 6414
 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
@@ -724,6 +681,7 @@ 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_pselect6_time64    bits/syscall.h  d       #define SYS_pselect6_time64 6413
 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
@@ -739,6 +697,7 @@ 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_recvmmsg_time64    bits/syscall.h  d       #define SYS_recvmmsg_time64 6417
 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
@@ -750,6 +709,7 @@ 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_rseq       bits/syscall.h  d       #define SYS_rseq 6331
 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
@@ -757,6 +717,7 @@ 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_sigtimedwait_time64     bits/syscall.h  d       #define SYS_rt_sigtimedwait_time64 6421
 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
@@ -765,6 +726,7 @@ 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_rr_get_interval_time64       bits/syscall.h  d       #define SYS_sched_rr_get_interval_time64 6423
 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
@@ -775,6 +737,7 @@ 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_semtimedop_time64  bits/syscall.h  d       #define SYS_semtimedop_time64 6420
 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
@@ -818,6 +781,7 @@ 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_statx      bits/syscall.h  d       #define SYS_statx 6330
 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
@@ -835,11 +799,15 @@ 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_gettime64    bits/syscall.h  d       #define SYS_timer_gettime64 6408
 SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 6221
+SYS_timer_settime64    bits/syscall.h  d       #define SYS_timer_settime64 6409
 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_gettime64  bits/syscall.h  d       #define SYS_timerfd_gettime64 6410
 SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 6286
+SYS_timerfd_settime64  bits/syscall.h  d       #define SYS_timerfd_settime64 6411
 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
@@ -853,6 +821,7 @@ 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_utimensat_time64   bits/syscall.h  d       #define SYS_utimensat_time64 6412
 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
@@ -902,6 +871,7 @@ 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)
+TIOCGPTPEER    bits/ioctl.h    d       #define TIOCGPTPEER _IO('T', 0x41)
 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
@@ -932,14 +902,6 @@ 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
@@ -949,7 +911,6 @@ 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
@@ -1060,6 +1021,7 @@ __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__IO_FILE      bits/alltypes.h d       #define __DEFINED_struct__IO_FILE
 __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
@@ -1101,10 +1063,15 @@ __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_adjtime64   bits/syscall.h  d       #define __NR_clock_adjtime64 6405
 __NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 6227
+__NR_clock_getres_time64       bits/syscall.h  d       #define __NR_clock_getres_time64 6406
 __NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 6226
+__NR_clock_gettime64   bits/syscall.h  d       #define __NR_clock_gettime64 6403
 __NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 6228
+__NR_clock_nanosleep_time64    bits/syscall.h  d       #define __NR_clock_nanosleep_time64 6407
 __NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 6225
+__NR_clock_settime64   bits/syscall.h  d       #define __NR_clock_settime64 6404
 __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
@@ -1147,12 +1114,12 @@ __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_futex_time64      bits/syscall.h  d       #define __NR_futex_time64 6422
 __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
@@ -1193,8 +1160,13 @@ __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_pgetevents     bits/syscall.h  d       #define __NR_io_pgetevents 6332
+__NR_io_pgetevents_time64      bits/syscall.h  d       #define __NR_io_pgetevents_time64 6416
 __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_io_uring_enter    bits/syscall.h  d       #define __NR_io_uring_enter 6426
+__NR_io_uring_register bits/syscall.h  d       #define __NR_io_uring_register 6427
+__NR_io_uring_setup    bits/syscall.h  d       #define __NR_io_uring_setup 6425
 __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
@@ -1235,7 +1207,9 @@ __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_timedreceive_time64    bits/syscall.h  d       #define __NR_mq_timedreceive_time64 6419
 __NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 6236
+__NR_mq_timedsend_time64       bits/syscall.h  d       #define __NR_mq_timedsend_time64 6418
 __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
@@ -1248,6 +1222,7 @@ __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_newfstatat        bits/syscall.h  d       #define __NR_newfstatat 6256
 __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
@@ -1255,6 +1230,7 @@ __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_pidfd_send_signal bits/syscall.h  d       #define __NR_pidfd_send_signal 6424
 __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
@@ -1263,6 +1239,7 @@ __NR_pkey_free    bits/syscall.h  d       #define __NR_pkey_free 6329
 __NR_pkey_mprotect     bits/syscall.h  d       #define __NR_pkey_mprotect 6327
 __NR_poll      bits/syscall.h  d       #define __NR_poll 6007
 __NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 6265
+__NR_ppoll_time64      bits/syscall.h  d       #define __NR_ppoll_time64 6414
 __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
@@ -1271,6 +1248,7 @@ __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_pselect6_time64   bits/syscall.h  d       #define __NR_pselect6_time64 6413
 __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
@@ -1286,6 +1264,7 @@ __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_recvmmsg_time64   bits/syscall.h  d       #define __NR_recvmmsg_time64 6417
 __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
@@ -1297,6 +1276,7 @@ __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_rseq      bits/syscall.h  d       #define __NR_rseq 6331
 __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
@@ -1304,6 +1284,7 @@ __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_sigtimedwait_time64    bits/syscall.h  d       #define __NR_rt_sigtimedwait_time64 6421
 __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
@@ -1312,6 +1293,7 @@ __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_rr_get_interval_time64      bits/syscall.h  d       #define __NR_sched_rr_get_interval_time64 6423
 __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
@@ -1322,6 +1304,7 @@ __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_semtimedop_time64 bits/syscall.h  d       #define __NR_semtimedop_time64 6420
 __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
@@ -1365,6 +1348,7 @@ __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_statx     bits/syscall.h  d       #define __NR_statx 6330
 __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
@@ -1382,11 +1366,15 @@ __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_gettime64   bits/syscall.h  d       #define __NR_timer_gettime64 6408
 __NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 6221
+__NR_timer_settime64   bits/syscall.h  d       #define __NR_timer_settime64 6409
 __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_gettime64 bits/syscall.h  d       #define __NR_timerfd_gettime64 6410
 __NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 6286
+__NR_timerfd_settime64 bits/syscall.h  d       #define __NR_timerfd_settime64 6411
 __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
@@ -1400,6 +1388,7 @@ __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_utimensat_time64  bits/syscall.h  d       #define __NR_utimensat_time64 6412
 __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
@@ -1434,13 +1423,13 @@ 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;
+int16_t        bits/alltypes.h t       typedef signed short int16_t;
+int32_t        bits/alltypes.h t       typedef signed int int32_t;
+int64_t        bits/alltypes.h t       typedef signed _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;
+intmax_t       bits/alltypes.h t       typedef signed _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;
@@ -1475,6 +1464,7 @@ sigset_t  bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/
 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 _IO_FILE        bits/alltypes.h s       
 struct __mbstate_t     bits/alltypes.h s       
 struct __sigset_t      bits/alltypes.h s       
 struct __ucontext      bits/signal.h   s       
@@ -1495,7 +1485,6 @@ 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;
index f2371c8..b1a6973 100644 (file)
@@ -271,22 +271,6 @@ 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
@@ -314,7 +298,7 @@ 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 020200000
 O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
-PAGE_SIZE      bits/limits.h   d       #define PAGE_SIZE 8192
+PAGESIZE       bits/limits.h   d       #define PAGESIZE 8192
 PARENB bits/termios.h  d       #define PARENB 0000400
 PARMRK bits/termios.h  d       #define PARMRK 0000010
 PARODD bits/termios.h  d       #define PARODD 0001000
@@ -365,64 +349,11 @@ 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
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
 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 62
 SYS_accept     bits/syscall.h  d       #define SYS_accept 202
@@ -438,10 +369,15 @@ 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_adjtime64    bits/syscall.h  d       #define SYS_clock_adjtime64 405
 SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 114
+SYS_clock_getres_time64        bits/syscall.h  d       #define SYS_clock_getres_time64 406
 SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 113
+SYS_clock_gettime64    bits/syscall.h  d       #define SYS_clock_gettime64 403
 SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 115
+SYS_clock_nanosleep_time64     bits/syscall.h  d       #define SYS_clock_nanosleep_time64 407
 SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 112
+SYS_clock_settime64    bits/syscall.h  d       #define SYS_clock_settime64 404
 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
@@ -481,6 +417,7 @@ 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_futex_time64       bits/syscall.h  d       #define SYS_futex_time64 422
 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
@@ -515,12 +452,18 @@ 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_pgetevents      bits/syscall.h  d       #define SYS_io_pgetevents 292
+SYS_io_pgetevents_time64       bits/syscall.h  d       #define SYS_io_pgetevents_time64 416
 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_io_uring_enter     bits/syscall.h  d       #define SYS_io_uring_enter 426
+SYS_io_uring_register  bits/syscall.h  d       #define SYS_io_uring_register 427
+SYS_io_uring_setup     bits/syscall.h  d       #define SYS_io_uring_setup 425
 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_file_load    bits/syscall.h  d       #define SYS_kexec_file_load 294
 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
@@ -529,6 +472,7 @@ 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_llseek     bits/syscall.h  d       #define SYS_llseek 62
 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
@@ -551,7 +495,9 @@ 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_timedreceive_time64     bits/syscall.h  d       #define SYS_mq_timedreceive_time64 419
 SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 182
+SYS_mq_timedsend_time64        bits/syscall.h  d       #define SYS_mq_timedsend_time64 418
 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
@@ -570,12 +516,14 @@ 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_pidfd_send_signal  bits/syscall.h  d       #define SYS_pidfd_send_signal 424
 SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 59
 SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 41
 SYS_pkey_alloc bits/syscall.h  d       #define SYS_pkey_alloc 289
 SYS_pkey_free  bits/syscall.h  d       #define SYS_pkey_free 290
 SYS_pkey_mprotect      bits/syscall.h  d       #define SYS_pkey_mprotect 288
 SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 73
+SYS_ppoll_time64       bits/syscall.h  d       #define SYS_ppoll_time64 414
 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
@@ -584,6 +532,7 @@ 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_pselect6_time64    bits/syscall.h  d       #define SYS_pselect6_time64 413
 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
@@ -596,6 +545,7 @@ 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_recvmmsg_time64    bits/syscall.h  d       #define SYS_recvmmsg_time64 417
 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
@@ -603,6 +553,7 @@ 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_rseq       bits/syscall.h  d       #define SYS_rseq 293
 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
@@ -610,6 +561,7 @@ 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_sigtimedwait_time64     bits/syscall.h  d       #define SYS_rt_sigtimedwait_time64 421
 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
@@ -618,6 +570,7 @@ 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_rr_get_interval_time64       bits/syscall.h  d       #define SYS_sched_rr_get_interval_time64 423
 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
@@ -628,6 +581,7 @@ 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_semtimedop_time64  bits/syscall.h  d       #define SYS_semtimedop_time64 420
 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
@@ -666,6 +620,7 @@ 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_statx      bits/syscall.h  d       #define SYS_statx 291
 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
@@ -680,10 +635,14 @@ 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_gettime64    bits/syscall.h  d       #define SYS_timer_gettime64 408
 SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 110
+SYS_timer_settime64    bits/syscall.h  d       #define SYS_timer_settime64 409
 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_gettime64  bits/syscall.h  d       #define SYS_timerfd_gettime64 410
 SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 86
+SYS_timerfd_settime64  bits/syscall.h  d       #define SYS_timerfd_settime64 411
 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
@@ -694,6 +653,7 @@ 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_utimensat_time64   bits/syscall.h  d       #define SYS_utimensat_time64 412
 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
@@ -738,11 +698,13 @@ 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
+TIOCGISO7816   bits/ioctl.h    d       #define TIOCGISO7816 0x80285442
 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
+TIOCGPTPEER    bits/ioctl.h    d       #define TIOCGPTPEER 0x5441
 TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542E
 TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
 TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
@@ -773,14 +735,6 @@ TIOCNOTTY  bits/ioctl.h    d       #define TIOCNOTTY 0x5422
 TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
 TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
 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
@@ -790,9 +744,9 @@ 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
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
 TIOCSIG        bits/ioctl.h    d       #define TIOCSIG 0x40045436
+TIOCSISO7816   bits/ioctl.h    d       #define TIOCSISO7816 0xc0285443
 TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
 TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
 TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
@@ -895,6 +849,7 @@ __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__IO_FILE      bits/alltypes.h d       #define __DEFINED_struct__IO_FILE
 __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
@@ -928,10 +883,15 @@ __NR_capset       bits/syscall.h  d       #define __NR_capset 91
 __NR_chdir     bits/syscall.h  d       #define __NR_chdir 49
 __NR_chroot    bits/syscall.h  d       #define __NR_chroot 51
 __NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 266
+__NR_clock_adjtime64   bits/syscall.h  d       #define __NR_clock_adjtime64 405
 __NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 114
+__NR_clock_getres_time64       bits/syscall.h  d       #define __NR_clock_getres_time64 406
 __NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 113
+__NR_clock_gettime64   bits/syscall.h  d       #define __NR_clock_gettime64 403
 __NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 115
+__NR_clock_nanosleep_time64    bits/syscall.h  d       #define __NR_clock_nanosleep_time64 407
 __NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 112
+__NR_clock_settime64   bits/syscall.h  d       #define __NR_clock_settime64 404
 __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
@@ -971,6 +931,7 @@ __NR_fstatfs64      bits/syscall.h  d       #define __NR_fstatfs64 44
 __NR_fsync     bits/syscall.h  d       #define __NR_fsync 82
 __NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 46
 __NR_futex     bits/syscall.h  d       #define __NR_futex 98
+__NR_futex_time64      bits/syscall.h  d       #define __NR_futex_time64 422
 __NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 236
 __NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 100
 __NR_getcpu    bits/syscall.h  d       #define __NR_getcpu 168
@@ -1005,12 +966,18 @@ __NR_inotify_rm_watch    bits/syscall.h  d       #define __NR_inotify_rm_watch 28
 __NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 3
 __NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 1
 __NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 4
+__NR_io_pgetevents     bits/syscall.h  d       #define __NR_io_pgetevents 292
+__NR_io_pgetevents_time64      bits/syscall.h  d       #define __NR_io_pgetevents_time64 416
 __NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 0
 __NR_io_submit bits/syscall.h  d       #define __NR_io_submit 2
+__NR_io_uring_enter    bits/syscall.h  d       #define __NR_io_uring_enter 426
+__NR_io_uring_register bits/syscall.h  d       #define __NR_io_uring_register 427
+__NR_io_uring_setup    bits/syscall.h  d       #define __NR_io_uring_setup 425
 __NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 29
 __NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 31
 __NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 30
 __NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 272
+__NR_kexec_file_load   bits/syscall.h  d       #define __NR_kexec_file_load 294
 __NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 104
 __NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 219
 __NR_kill      bits/syscall.h  d       #define __NR_kill 129
@@ -1019,6 +986,7 @@ __NR_linkat        bits/syscall.h  d       #define __NR_linkat 37
 __NR_listen    bits/syscall.h  d       #define __NR_listen 201
 __NR_listxattr bits/syscall.h  d       #define __NR_listxattr 11
 __NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr 12
+__NR_llseek    bits/syscall.h  d       #define __NR_llseek 62
 __NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie 18
 __NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr 15
 __NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr 6
@@ -1041,7 +1009,9 @@ __NR_mq_getsetattr        bits/syscall.h  d       #define __NR_mq_getsetattr 185
 __NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 184
 __NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 180
 __NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 183
+__NR_mq_timedreceive_time64    bits/syscall.h  d       #define __NR_mq_timedreceive_time64 419
 __NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 182
+__NR_mq_timedsend_time64       bits/syscall.h  d       #define __NR_mq_timedsend_time64 418
 __NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 181
 __NR_mremap    bits/syscall.h  d       #define __NR_mremap 216
 __NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 187
@@ -1060,12 +1030,14 @@ __NR_openat     bits/syscall.h  d       #define __NR_openat 56
 __NR_or1k_atomic       bits/syscall.h  d       #define __NR_or1k_atomic 244
 __NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 241
 __NR_personality       bits/syscall.h  d       #define __NR_personality 92
+__NR_pidfd_send_signal bits/syscall.h  d       #define __NR_pidfd_send_signal 424
 __NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 59
 __NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 41
 __NR_pkey_alloc        bits/syscall.h  d       #define __NR_pkey_alloc 289
 __NR_pkey_free bits/syscall.h  d       #define __NR_pkey_free 290
 __NR_pkey_mprotect     bits/syscall.h  d       #define __NR_pkey_mprotect 288
 __NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 73
+__NR_ppoll_time64      bits/syscall.h  d       #define __NR_ppoll_time64 414
 __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
@@ -1074,6 +1046,7 @@ __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
 __NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 72
+__NR_pselect6_time64   bits/syscall.h  d       #define __NR_pselect6_time64 413
 __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
@@ -1086,6 +1059,7 @@ __NR_readv        bits/syscall.h  d       #define __NR_readv 65
 __NR_reboot    bits/syscall.h  d       #define __NR_reboot 142
 __NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 207
 __NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 243
+__NR_recvmmsg_time64   bits/syscall.h  d       #define __NR_recvmmsg_time64 417
 __NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 212
 __NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 234
 __NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 14
@@ -1093,6 +1067,7 @@ __NR_renameat     bits/syscall.h  d       #define __NR_renameat 38
 __NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 276
 __NR_request_key       bits/syscall.h  d       #define __NR_request_key 218
 __NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 128
+__NR_rseq      bits/syscall.h  d       #define __NR_rseq 293
 __NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 134
 __NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 136
 __NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 135
@@ -1100,6 +1075,7 @@ __NR_rt_sigqueueinfo      bits/syscall.h  d       #define __NR_rt_sigqueueinfo 138
 __NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 139
 __NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 133
 __NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 137
+__NR_rt_sigtimedwait_time64    bits/syscall.h  d       #define __NR_rt_sigtimedwait_time64 421
 __NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 240
 __NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 125
 __NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 126
@@ -1108,6 +1084,7 @@ __NR_sched_getattr        bits/syscall.h  d       #define __NR_sched_getattr 275
 __NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 121
 __NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 120
 __NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 127
+__NR_sched_rr_get_interval_time64      bits/syscall.h  d       #define __NR_sched_rr_get_interval_time64 423
 __NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 122
 __NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 274
 __NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 118
@@ -1118,6 +1095,7 @@ __NR_semctl       bits/syscall.h  d       #define __NR_semctl 191
 __NR_semget    bits/syscall.h  d       #define __NR_semget 190
 __NR_semop     bits/syscall.h  d       #define __NR_semop 193
 __NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop 192
+__NR_semtimedop_time64 bits/syscall.h  d       #define __NR_semtimedop_time64 420
 __NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 71
 __NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 269
 __NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg 211
@@ -1156,6 +1134,7 @@ __NR_socket       bits/syscall.h  d       #define __NR_socket 198
 __NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 199
 __NR_splice    bits/syscall.h  d       #define __NR_splice 76
 __NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 43
+__NR_statx     bits/syscall.h  d       #define __NR_statx 291
 __NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 225
 __NR_swapon    bits/syscall.h  d       #define __NR_swapon 224
 __NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 36
@@ -1170,10 +1149,14 @@ __NR_timer_create       bits/syscall.h  d       #define __NR_timer_create 107
 __NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 111
 __NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 109
 __NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 108
+__NR_timer_gettime64   bits/syscall.h  d       #define __NR_timer_gettime64 408
 __NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 110
+__NR_timer_settime64   bits/syscall.h  d       #define __NR_timer_settime64 409
 __NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 85
 __NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 87
+__NR_timerfd_gettime64 bits/syscall.h  d       #define __NR_timerfd_gettime64 410
 __NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 86
+__NR_timerfd_settime64 bits/syscall.h  d       #define __NR_timerfd_settime64 411
 __NR_times     bits/syscall.h  d       #define __NR_times 153
 __NR_tkill     bits/syscall.h  d       #define __NR_tkill 130
 __NR_truncate64        bits/syscall.h  d       #define __NR_truncate64 45
@@ -1184,6 +1167,7 @@ __NR_unlinkat     bits/syscall.h  d       #define __NR_unlinkat 35
 __NR_unshare   bits/syscall.h  d       #define __NR_unshare 97
 __NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd 282
 __NR_utimensat bits/syscall.h  d       #define __NR_utimensat 88
+__NR_utimensat_time64  bits/syscall.h  d       #define __NR_utimensat_time64 412
 __NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 58
 __NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice 75
 __NR_wait4     bits/syscall.h  d       #define __NR_wait4 260
@@ -1210,13 +1194,13 @@ greg_t  bits/signal.h   t       typedef unsigned long greg_t, gregset_t[34];
 gregset_t      bits/signal.h   t       typedef unsigned long greg_t, gregset_t[34];
 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;
+int16_t        bits/alltypes.h t       typedef signed short int16_t;
+int32_t        bits/alltypes.h t       typedef signed int int32_t;
+int64_t        bits/alltypes.h t       typedef signed _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;
+intmax_t       bits/alltypes.h t       typedef signed _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;
@@ -1251,6 +1235,7 @@ sigset_t  bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/
 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 _IO_FILE        bits/alltypes.h s       
 struct __mbstate_t     bits/alltypes.h s       
 struct __sigset_t      bits/alltypes.h s       
 struct __ucontext      bits/signal.h   s       
@@ -1270,7 +1255,6 @@ 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 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;
index 47ac679..6dbf032 100644 (file)
@@ -289,6 +289,8 @@ 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
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x80
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x40
 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
@@ -300,22 +302,6 @@ 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
@@ -349,12 +335,15 @@ PARODD    bits/termios.h  d       #define PARODD 00020000
 PENDIN bits/termios.h  d       #define PENDIN 0x20000000
 PPC_FEATURE2_ARCH_2_07 bits/hwcap.h    d       #define PPC_FEATURE2_ARCH_2_07 0x80000000
 PPC_FEATURE2_ARCH_3_00 bits/hwcap.h    d       #define PPC_FEATURE2_ARCH_3_00 0x00800000
+PPC_FEATURE2_DARN      bits/hwcap.h    d       #define PPC_FEATURE2_DARN 0x00200000
 PPC_FEATURE2_DSCR      bits/hwcap.h    d       #define PPC_FEATURE2_DSCR 0x20000000
 PPC_FEATURE2_EBB       bits/hwcap.h    d       #define PPC_FEATURE2_EBB 0x10000000
 PPC_FEATURE2_HAS_IEEE128       bits/hwcap.h    d       #define PPC_FEATURE2_HAS_IEEE128 0x00400000
 PPC_FEATURE2_HTM       bits/hwcap.h    d       #define PPC_FEATURE2_HTM 0x40000000
 PPC_FEATURE2_HTM_NOSC  bits/hwcap.h    d       #define PPC_FEATURE2_HTM_NOSC 0x01000000
+PPC_FEATURE2_HTM_NO_SUSPEND    bits/hwcap.h    d       #define PPC_FEATURE2_HTM_NO_SUSPEND 0x00080000
 PPC_FEATURE2_ISEL      bits/hwcap.h    d       #define PPC_FEATURE2_ISEL 0x08000000
+PPC_FEATURE2_SCV       bits/hwcap.h    d       #define PPC_FEATURE2_SCV 0x00100000
 PPC_FEATURE2_TAR       bits/hwcap.h    d       #define PPC_FEATURE2_TAR 0x04000000
 PPC_FEATURE2_VEC_CRYPTO        bits/hwcap.h    d       #define PPC_FEATURE2_VEC_CRYPTO 0x02000000
 PPC_FEATURE_32 bits/hwcap.h    d       #define PPC_FEATURE_32 0x80000000
@@ -386,8 +375,32 @@ PPC_FEATURE_SMT    bits/hwcap.h    d       #define PPC_FEATURE_SMT 0x00004000
 PPC_FEATURE_TRUE_LE    bits/hwcap.h    d       #define PPC_FEATURE_TRUE_LE 0x00000002
 PPC_FEATURE_UNIFIED_CACHE      bits/hwcap.h    d       #define PPC_FEATURE_UNIFIED_CACHE 0x01000000
 PROT_SAO       bits/mman.h     d       #define PROT_SAO 0x10
+PTRACE_GETEVRREGS      bits/ptrace.h   d       #define PTRACE_GETEVRREGS 0x14
+PTRACE_GETREGS64       bits/ptrace.h   d       #define PTRACE_GETREGS64 0x16
+PTRACE_GETVRREGS       bits/ptrace.h   d       #define PTRACE_GETVRREGS 0x12
+PTRACE_GETVSRREGS      bits/ptrace.h   d       #define PTRACE_GETVSRREGS 0x1b
+PTRACE_GET_DEBUGREG    bits/ptrace.h   d       #define PTRACE_GET_DEBUGREG 0x19
+PTRACE_SETEVRREGS      bits/ptrace.h   d       #define PTRACE_SETEVRREGS 0x15
+PTRACE_SETREGS64       bits/ptrace.h   d       #define PTRACE_SETREGS64 0x17
+PTRACE_SETVRREGS       bits/ptrace.h   d       #define PTRACE_SETVRREGS 0x13
+PTRACE_SETVSRREGS      bits/ptrace.h   d       #define PTRACE_SETVSRREGS 0x1c
+PTRACE_SET_DEBUGREG    bits/ptrace.h   d       #define PTRACE_SET_DEBUGREG 0x1a
+PTRACE_SINGLEBLOCK     bits/ptrace.h   d       #define PTRACE_SINGLEBLOCK 0x100
+PTRACE_SYSEMU  bits/ptrace.h   d       #define PTRACE_SYSEMU 0x1d
+PTRACE_SYSEMU_SINGLESTEP       bits/ptrace.h   d       #define PTRACE_SYSEMU_SINGLESTEP 0x1e
 PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT32_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
+PT_GETEVRREGS  bits/ptrace.h   d       #define PT_GETEVRREGS PTRACE_GETEVRREGS
+PT_GETREGS64   bits/ptrace.h   d       #define PT_GETREGS64 PTRACE_GETREGS64
+PT_GETVRREGS   bits/ptrace.h   d       #define PT_GETVRREGS PTRACE_GETVRREGS
+PT_GETVSRREGS  bits/ptrace.h   d       #define PT_GETVSRREGS PTRACE_GETVSRREGS
+PT_GET_DEBUGREG        bits/ptrace.h   d       #define PT_GET_DEBUGREG PTRACE_GET_DEBUGREG
+PT_SETEVRREGS  bits/ptrace.h   d       #define PT_SETEVRREGS PTRACE_SETEVRREGS
+PT_SETREGS64   bits/ptrace.h   d       #define PT_SETREGS64 PTRACE_SETREGS64
+PT_SETVRREGS   bits/ptrace.h   d       #define PT_SETVRREGS PTRACE_SETVRREGS
+PT_SETVSRREGS  bits/ptrace.h   d       #define PT_SETVSRREGS PTRACE_SETVSRREGS
+PT_SET_DEBUGREG        bits/ptrace.h   d       #define PT_SET_DEBUGREG PTRACE_SET_DEBUGREG
+PT_STEPBLOCK   bits/ptrace.h   d       #define PT_STEPBLOCK PTRACE_SINGLEBLOCK
 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
@@ -432,64 +445,11 @@ 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
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
 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
 SO_ACCEPTCONN  bits/socket.h   d       #define SO_ACCEPTCONN 30
 SO_BROADCAST   bits/socket.h   d       #define SO_BROADCAST 6
@@ -504,6 +464,7 @@ 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_PEERSEC     bits/socket.h   d       #define SO_PEERSEC 31
 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
@@ -540,10 +501,15 @@ 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_adjtime64    bits/syscall.h  d       #define SYS_clock_adjtime64 405
 SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 247
+SYS_clock_getres_time64        bits/syscall.h  d       #define SYS_clock_getres_time64 406
 SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 246
+SYS_clock_gettime64    bits/syscall.h  d       #define SYS_clock_gettime64 403
 SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 248
+SYS_clock_nanosleep_time64     bits/syscall.h  d       #define SYS_clock_nanosleep_time64 407
 SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 245
+SYS_clock_settime64    bits/syscall.h  d       #define SYS_clock_settime64 404
 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
@@ -596,6 +562,7 @@ SYS_ftime   bits/syscall.h  d       #define SYS_ftime 35
 SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 93
 SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 194
 SYS_futex      bits/syscall.h  d       #define SYS_futex 221
+SYS_futex_time64       bits/syscall.h  d       #define SYS_futex_time64 422
 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
@@ -618,9 +585,7 @@ 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_getresgid32        bits/syscall.h  d       #define SYS_getresgid32 170
 SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid 165
-SYS_getresuid32        bits/syscall.h  d       #define SYS_getresuid32 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
@@ -640,8 +605,13 @@ 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_pgetevents      bits/syscall.h  d       #define SYS_io_pgetevents 388
+SYS_io_pgetevents_time64       bits/syscall.h  d       #define SYS_io_pgetevents_time64 416
 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_io_uring_enter     bits/syscall.h  d       #define SYS_io_uring_enter 426
+SYS_io_uring_register  bits/syscall.h  d       #define SYS_io_uring_register 427
+SYS_io_uring_setup     bits/syscall.h  d       #define SYS_io_uring_setup 425
 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
@@ -649,6 +619,7 @@ 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_file_load    bits/syscall.h  d       #define SYS_kexec_file_load 382
 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
@@ -690,9 +661,15 @@ 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_timedreceive_time64     bits/syscall.h  d       #define SYS_mq_timedreceive_time64 419
 SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 264
+SYS_mq_timedsend_time64        bits/syscall.h  d       #define SYS_mq_timedsend_time64 418
 SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 263
 SYS_mremap     bits/syscall.h  d       #define SYS_mremap 163
+SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl 402
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget 399
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv 401
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd 400
 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
@@ -716,11 +693,16 @@ 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_pidfd_send_signal  bits/syscall.h  d       #define SYS_pidfd_send_signal 424
 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_pkey_alloc bits/syscall.h  d       #define SYS_pkey_alloc 384
+SYS_pkey_free  bits/syscall.h  d       #define SYS_pkey_free 385
+SYS_pkey_mprotect      bits/syscall.h  d       #define SYS_pkey_mprotect 386
 SYS_poll       bits/syscall.h  d       #define SYS_poll 167
 SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 281
+SYS_ppoll_time64       bits/syscall.h  d       #define SYS_ppoll_time64 414
 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
@@ -731,6 +713,7 @@ 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_pselect6_time64    bits/syscall.h  d       #define SYS_pselect6_time64 413
 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
@@ -748,6 +731,7 @@ 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_recvmmsg_time64    bits/syscall.h  d       #define SYS_recvmmsg_time64 417
 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
@@ -757,6 +741,7 @@ 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_rseq       bits/syscall.h  d       #define SYS_rseq 387
 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
@@ -764,6 +749,7 @@ 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_sigtimedwait_time64     bits/syscall.h  d       #define SYS_rt_sigtimedwait_time64 421
 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
@@ -773,6 +759,7 @@ 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_rr_get_interval_time64       bits/syscall.h  d       #define SYS_sched_rr_get_interval_time64 423
 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
@@ -780,6 +767,9 @@ 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_semctl     bits/syscall.h  d       #define SYS_semctl 394
+SYS_semget     bits/syscall.h  d       #define SYS_semget 393
+SYS_semtimedop_time64  bits/syscall.h  d       #define SYS_semtimedop_time64 420
 SYS_send       bits/syscall.h  d       #define SYS_send 334
 SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 186
 SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 226
@@ -801,9 +791,7 @@ 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_setresgid32        bits/syscall.h  d       #define SYS_setresgid32 169
 SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid 164
-SYS_setresuid32        bits/syscall.h  d       #define SYS_setresuid32 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
@@ -812,6 +800,10 @@ 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_shmat      bits/syscall.h  d       #define SYS_shmat 397
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl 396
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt 398
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget 395
 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
@@ -833,6 +825,7 @@ SYS_stat    bits/syscall.h  d       #define SYS_stat 106
 SYS_stat64     bits/syscall.h  d       #define SYS_stat64 195
 SYS_statfs     bits/syscall.h  d       #define SYS_statfs 99
 SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 252
+SYS_statx      bits/syscall.h  d       #define SYS_statx 383
 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
@@ -856,11 +849,14 @@ 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_gettime64    bits/syscall.h  d       #define SYS_timer_gettime64 408
 SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 241
-SYS_timerfd    bits/syscall.h  d       #define SYS_timerfd 306
+SYS_timer_settime64    bits/syscall.h  d       #define SYS_timer_settime64 409
 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_gettime64  bits/syscall.h  d       #define SYS_timerfd_gettime64 410
 SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 311
+SYS_timerfd_settime64  bits/syscall.h  d       #define SYS_timerfd_settime64 411
 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
@@ -880,6 +876,7 @@ 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_utimensat_time64   bits/syscall.h  d       #define SYS_utimensat_time64 412
 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
@@ -932,6 +929,7 @@ 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)
+TIOCGPTPEER    bits/ioctl.h    d       #define TIOCGPTPEER _IO('T', 0x41)
 TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542e
 TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
 TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
@@ -962,14 +960,6 @@ 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
@@ -979,7 +969,6 @@ 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
@@ -1093,6 +1082,7 @@ __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__IO_FILE      bits/alltypes.h d       #define __DEFINED_struct__IO_FILE
 __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
@@ -1135,10 +1125,15 @@ __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_adjtime64   bits/syscall.h  d       #define __NR_clock_adjtime64 405
 __NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 247
+__NR_clock_getres_time64       bits/syscall.h  d       #define __NR_clock_getres_time64 406
 __NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 246
+__NR_clock_gettime64   bits/syscall.h  d       #define __NR_clock_gettime64 403
 __NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 248
+__NR_clock_nanosleep_time64    bits/syscall.h  d       #define __NR_clock_nanosleep_time64 407
 __NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 245
+__NR_clock_settime64   bits/syscall.h  d       #define __NR_clock_settime64 404
 __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
@@ -1191,6 +1186,7 @@ __NR_ftime        bits/syscall.h  d       #define __NR_ftime 35
 __NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 93
 __NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 194
 __NR_futex     bits/syscall.h  d       #define __NR_futex 221
+__NR_futex_time64      bits/syscall.h  d       #define __NR_futex_time64 422
 __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
@@ -1213,9 +1209,7 @@ __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_getresgid32       bits/syscall.h  d       #define __NR_getresgid32 170
 __NR_getresuid bits/syscall.h  d       #define __NR_getresuid 165
-__NR_getresuid32       bits/syscall.h  d       #define __NR_getresuid32 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
@@ -1235,8 +1229,13 @@ __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_pgetevents     bits/syscall.h  d       #define __NR_io_pgetevents 388
+__NR_io_pgetevents_time64      bits/syscall.h  d       #define __NR_io_pgetevents_time64 416
 __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_io_uring_enter    bits/syscall.h  d       #define __NR_io_uring_enter 426
+__NR_io_uring_register bits/syscall.h  d       #define __NR_io_uring_register 427
+__NR_io_uring_setup    bits/syscall.h  d       #define __NR_io_uring_setup 425
 __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
@@ -1244,6 +1243,7 @@ __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_file_load   bits/syscall.h  d       #define __NR_kexec_file_load 382
 __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
@@ -1285,9 +1285,15 @@ __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_timedreceive_time64    bits/syscall.h  d       #define __NR_mq_timedreceive_time64 419
 __NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 264
+__NR_mq_timedsend_time64       bits/syscall.h  d       #define __NR_mq_timedsend_time64 418
 __NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 263
 __NR_mremap    bits/syscall.h  d       #define __NR_mremap 163
+__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 402
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget 399
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv 401
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd 400
 __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
@@ -1311,11 +1317,16 @@ __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_pidfd_send_signal bits/syscall.h  d       #define __NR_pidfd_send_signal 424
 __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_pkey_alloc        bits/syscall.h  d       #define __NR_pkey_alloc 384
+__NR_pkey_free bits/syscall.h  d       #define __NR_pkey_free 385
+__NR_pkey_mprotect     bits/syscall.h  d       #define __NR_pkey_mprotect 386
 __NR_poll      bits/syscall.h  d       #define __NR_poll 167
 __NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 281
+__NR_ppoll_time64      bits/syscall.h  d       #define __NR_ppoll_time64 414
 __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
@@ -1326,6 +1337,7 @@ __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_pselect6_time64   bits/syscall.h  d       #define __NR_pselect6_time64 413
 __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
@@ -1343,6 +1355,7 @@ __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_recvmmsg_time64   bits/syscall.h  d       #define __NR_recvmmsg_time64 417
 __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
@@ -1352,6 +1365,7 @@ __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_rseq      bits/syscall.h  d       #define __NR_rseq 387
 __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
@@ -1359,6 +1373,7 @@ __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_sigtimedwait_time64    bits/syscall.h  d       #define __NR_rt_sigtimedwait_time64 421
 __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
@@ -1368,6 +1383,7 @@ __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_rr_get_interval_time64      bits/syscall.h  d       #define __NR_sched_rr_get_interval_time64 423
 __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
@@ -1375,6 +1391,9 @@ __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_semctl    bits/syscall.h  d       #define __NR_semctl 394
+__NR_semget    bits/syscall.h  d       #define __NR_semget 393
+__NR_semtimedop_time64 bits/syscall.h  d       #define __NR_semtimedop_time64 420
 __NR_send      bits/syscall.h  d       #define __NR_send 334
 __NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 186
 __NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 226
@@ -1396,9 +1415,7 @@ __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_setresgid32       bits/syscall.h  d       #define __NR_setresgid32 169
 __NR_setresuid bits/syscall.h  d       #define __NR_setresuid 164
-__NR_setresuid32       bits/syscall.h  d       #define __NR_setresuid32 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
@@ -1407,6 +1424,10 @@ __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_shmat     bits/syscall.h  d       #define __NR_shmat 397
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl 396
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt 398
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget 395
 __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
@@ -1428,6 +1449,7 @@ __NR_stat bits/syscall.h  d       #define __NR_stat 106
 __NR_stat64    bits/syscall.h  d       #define __NR_stat64 195
 __NR_statfs    bits/syscall.h  d       #define __NR_statfs 99
 __NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 252
+__NR_statx     bits/syscall.h  d       #define __NR_statx 383
 __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
@@ -1451,11 +1473,14 @@ __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_gettime64   bits/syscall.h  d       #define __NR_timer_gettime64 408
 __NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 241
-__NR_timerfd   bits/syscall.h  d       #define __NR_timerfd 306
+__NR_timer_settime64   bits/syscall.h  d       #define __NR_timer_settime64 409
 __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_gettime64 bits/syscall.h  d       #define __NR_timerfd_gettime64 410
 __NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 311
+__NR_timerfd_settime64 bits/syscall.h  d       #define __NR_timerfd_settime64 411
 __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
@@ -1475,6 +1500,7 @@ __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_utimensat_time64  bits/syscall.h  d       #define __NR_utimensat_time64 412
 __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
@@ -1512,13 +1538,13 @@ 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;
+int16_t        bits/alltypes.h t       typedef signed short int16_t;
+int32_t        bits/alltypes.h t       typedef signed int int32_t;
+int64_t        bits/alltypes.h t       typedef signed _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;
+intmax_t       bits/alltypes.h t       typedef signed _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;
@@ -1553,6 +1579,7 @@ sigset_t  bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/
 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 _IO_FILE        bits/alltypes.h s       
 struct __mbstate_t     bits/alltypes.h s       
 struct __sigset_t      bits/alltypes.h s       
 struct __ucontext      bits/signal.h   s       
@@ -1574,7 +1601,6 @@ 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;
index cdbc7d5..c7e47ea 100644 (file)
@@ -287,6 +287,8 @@ 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
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x80
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x40
 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
@@ -298,22 +300,6 @@ 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
@@ -347,12 +333,15 @@ PARODD    bits/termios.h  d       #define PARODD 00020000
 PENDIN bits/termios.h  d       #define PENDIN 0x20000000
 PPC_FEATURE2_ARCH_2_07 bits/hwcap.h    d       #define PPC_FEATURE2_ARCH_2_07 0x80000000
 PPC_FEATURE2_ARCH_3_00 bits/hwcap.h    d       #define PPC_FEATURE2_ARCH_3_00 0x00800000
+PPC_FEATURE2_DARN      bits/hwcap.h    d       #define PPC_FEATURE2_DARN 0x00200000
 PPC_FEATURE2_DSCR      bits/hwcap.h    d       #define PPC_FEATURE2_DSCR 0x20000000
 PPC_FEATURE2_EBB       bits/hwcap.h    d       #define PPC_FEATURE2_EBB 0x10000000
 PPC_FEATURE2_HAS_IEEE128       bits/hwcap.h    d       #define PPC_FEATURE2_HAS_IEEE128 0x00400000
 PPC_FEATURE2_HTM       bits/hwcap.h    d       #define PPC_FEATURE2_HTM 0x40000000
 PPC_FEATURE2_HTM_NOSC  bits/hwcap.h    d       #define PPC_FEATURE2_HTM_NOSC 0x01000000
+PPC_FEATURE2_HTM_NO_SUSPEND    bits/hwcap.h    d       #define PPC_FEATURE2_HTM_NO_SUSPEND 0x00080000
 PPC_FEATURE2_ISEL      bits/hwcap.h    d       #define PPC_FEATURE2_ISEL 0x08000000
+PPC_FEATURE2_SCV       bits/hwcap.h    d       #define PPC_FEATURE2_SCV 0x00100000
 PPC_FEATURE2_TAR       bits/hwcap.h    d       #define PPC_FEATURE2_TAR 0x04000000
 PPC_FEATURE2_VEC_CRYPTO        bits/hwcap.h    d       #define PPC_FEATURE2_VEC_CRYPTO 0x02000000
 PPC_FEATURE_32 bits/hwcap.h    d       #define PPC_FEATURE_32 0x80000000
@@ -384,8 +373,32 @@ PPC_FEATURE_SMT    bits/hwcap.h    d       #define PPC_FEATURE_SMT 0x00004000
 PPC_FEATURE_TRUE_LE    bits/hwcap.h    d       #define PPC_FEATURE_TRUE_LE 0x00000002
 PPC_FEATURE_UNIFIED_CACHE      bits/hwcap.h    d       #define PPC_FEATURE_UNIFIED_CACHE 0x01000000
 PROT_SAO       bits/mman.h     d       #define PROT_SAO 0x10
+PTRACE_GETEVRREGS      bits/ptrace.h   d       #define PTRACE_GETEVRREGS 0x14
+PTRACE_GETREGS64       bits/ptrace.h   d       #define PTRACE_GETREGS64 0x16
+PTRACE_GETVRREGS       bits/ptrace.h   d       #define PTRACE_GETVRREGS 0x12
+PTRACE_GETVSRREGS      bits/ptrace.h   d       #define PTRACE_GETVSRREGS 0x1b
+PTRACE_GET_DEBUGREG    bits/ptrace.h   d       #define PTRACE_GET_DEBUGREG 0x19
+PTRACE_SETEVRREGS      bits/ptrace.h   d       #define PTRACE_SETEVRREGS 0x15
+PTRACE_SETREGS64       bits/ptrace.h   d       #define PTRACE_SETREGS64 0x17
+PTRACE_SETVRREGS       bits/ptrace.h   d       #define PTRACE_SETVRREGS 0x13
+PTRACE_SETVSRREGS      bits/ptrace.h   d       #define PTRACE_SETVSRREGS 0x1c
+PTRACE_SET_DEBUGREG    bits/ptrace.h   d       #define PTRACE_SET_DEBUGREG 0x1a
+PTRACE_SINGLEBLOCK     bits/ptrace.h   d       #define PTRACE_SINGLEBLOCK 0x100
+PTRACE_SYSEMU  bits/ptrace.h   d       #define PTRACE_SYSEMU 0x1d
+PTRACE_SYSEMU_SINGLESTEP       bits/ptrace.h   d       #define PTRACE_SYSEMU_SINGLESTEP 0x1e
 PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT64_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT64_MIN
+PT_GETEVRREGS  bits/ptrace.h   d       #define PT_GETEVRREGS PTRACE_GETEVRREGS
+PT_GETREGS64   bits/ptrace.h   d       #define PT_GETREGS64 PTRACE_GETREGS64
+PT_GETVRREGS   bits/ptrace.h   d       #define PT_GETVRREGS PTRACE_GETVRREGS
+PT_GETVSRREGS  bits/ptrace.h   d       #define PT_GETVSRREGS PTRACE_GETVSRREGS
+PT_GET_DEBUGREG        bits/ptrace.h   d       #define PT_GET_DEBUGREG PTRACE_GET_DEBUGREG
+PT_SETEVRREGS  bits/ptrace.h   d       #define PT_SETEVRREGS PTRACE_SETEVRREGS
+PT_SETREGS64   bits/ptrace.h   d       #define PT_SETREGS64 PTRACE_SETREGS64
+PT_SETVRREGS   bits/ptrace.h   d       #define PT_SETVRREGS PTRACE_SETVRREGS
+PT_SETVSRREGS  bits/ptrace.h   d       #define PT_SETVSRREGS PTRACE_SETVSRREGS
+PT_SET_DEBUGREG        bits/ptrace.h   d       #define PT_SET_DEBUGREG PTRACE_SET_DEBUGREG
+PT_STEPBLOCK   bits/ptrace.h   d       #define PT_STEPBLOCK PTRACE_SINGLEBLOCK
 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
@@ -430,64 +443,11 @@ 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
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
 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
@@ -502,6 +462,7 @@ 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_PEERSEC     bits/socket.h   d       #define SO_PEERSEC 31
 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
@@ -631,8 +592,12 @@ 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_pgetevents      bits/syscall.h  d       #define SYS_io_pgetevents 388
 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_io_uring_enter     bits/syscall.h  d       #define SYS_io_uring_enter 426
+SYS_io_uring_register  bits/syscall.h  d       #define SYS_io_uring_register 427
+SYS_io_uring_setup     bits/syscall.h  d       #define SYS_io_uring_setup 425
 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
@@ -640,6 +605,7 @@ 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_file_load    bits/syscall.h  d       #define SYS_kexec_file_load 382
 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
@@ -682,6 +648,10 @@ 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_msgctl     bits/syscall.h  d       #define SYS_msgctl 402
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget 399
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv 401
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd 400
 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
@@ -706,9 +676,13 @@ 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_pidfd_send_signal  bits/syscall.h  d       #define SYS_pidfd_send_signal 424
 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_pkey_alloc bits/syscall.h  d       #define SYS_pkey_alloc 384
+SYS_pkey_free  bits/syscall.h  d       #define SYS_pkey_free 385
+SYS_pkey_mprotect      bits/syscall.h  d       #define SYS_pkey_mprotect 386
 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
@@ -747,6 +721,7 @@ 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_rseq       bits/syscall.h  d       #define SYS_rseq 387
 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
@@ -770,6 +745,9 @@ 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_semctl     bits/syscall.h  d       #define SYS_semctl 394
+SYS_semget     bits/syscall.h  d       #define SYS_semget 393
+SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop 392
 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
@@ -799,6 +777,10 @@ 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_shmat      bits/syscall.h  d       #define SYS_shmat 397
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl 396
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt 398
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget 395
 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
@@ -819,6 +801,7 @@ 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_statx      bits/syscall.h  d       #define SYS_statx 383
 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
@@ -916,6 +899,7 @@ 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)
+TIOCGPTPEER    bits/ioctl.h    d       #define TIOCGPTPEER _IO('T', 0x41)
 TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542e
 TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
 TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
@@ -946,14 +930,6 @@ 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
@@ -963,7 +939,6 @@ 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
@@ -1076,6 +1051,7 @@ __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__IO_FILE      bits/alltypes.h d       #define __DEFINED_struct__IO_FILE
 __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
@@ -1211,8 +1187,12 @@ __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_pgetevents     bits/syscall.h  d       #define __NR_io_pgetevents 388
 __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_io_uring_enter    bits/syscall.h  d       #define __NR_io_uring_enter 426
+__NR_io_uring_register bits/syscall.h  d       #define __NR_io_uring_register 427
+__NR_io_uring_setup    bits/syscall.h  d       #define __NR_io_uring_setup 425
 __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
@@ -1220,6 +1200,7 @@ __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_file_load   bits/syscall.h  d       #define __NR_kexec_file_load 382
 __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
@@ -1262,6 +1243,10 @@ __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_msgctl    bits/syscall.h  d       #define __NR_msgctl 402
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget 399
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv 401
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd 400
 __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
@@ -1286,9 +1271,13 @@ __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_pidfd_send_signal bits/syscall.h  d       #define __NR_pidfd_send_signal 424
 __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_pkey_alloc        bits/syscall.h  d       #define __NR_pkey_alloc 384
+__NR_pkey_free bits/syscall.h  d       #define __NR_pkey_free 385
+__NR_pkey_mprotect     bits/syscall.h  d       #define __NR_pkey_mprotect 386
 __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
@@ -1327,6 +1316,7 @@ __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_rseq      bits/syscall.h  d       #define __NR_rseq 387
 __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
@@ -1350,6 +1340,9 @@ __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_semctl    bits/syscall.h  d       #define __NR_semctl 394
+__NR_semget    bits/syscall.h  d       #define __NR_semget 393
+__NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop 392
 __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
@@ -1379,6 +1372,10 @@ __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_shmat     bits/syscall.h  d       #define __NR_shmat 397
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl 396
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt 398
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget 395
 __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
@@ -1399,6 +1396,7 @@ __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_statx     bits/syscall.h  d       #define __NR_statx 383
 __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
@@ -1481,13 +1479,13 @@ 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;
+int16_t        bits/alltypes.h t       typedef signed short int16_t;
+int32_t        bits/alltypes.h t       typedef signed int int32_t;
+int64_t        bits/alltypes.h t       typedef signed _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;
+intmax_t       bits/alltypes.h t       typedef signed _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;
@@ -1522,6 +1520,7 @@ sigset_t  bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/
 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 _IO_FILE        bits/alltypes.h s       
 struct __mbstate_t     bits/alltypes.h s       
 struct __sigset_t      bits/alltypes.h s       
 struct __ucontext      bits/signal.h   s       
@@ -1543,7 +1542,6 @@ 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;
index 95dfa60..2be27d8 100644 (file)
@@ -20,10 +20,10 @@ nodecl      dcngettext      T
 nodecl delete_module   T
 nodecl dgettext        T
 nodecl dngettext       T
+nodecl dummy_lock      B
 proto  encrypt unistd.h        void(char*,int) void(char[],int)        void encrypt(char *, int);      void encrypt(char block[64], int edflag);
 nodecl fpurge  W
 proto  getc_unlocked   stdio/getc_unlocked.c   stdio.h int()(FILE*)    int(FILE*)
-proto  gethostent      network/ent.c   netdb.h void*() struct hostent*(void)
 nodecl gettext T
 nodecl init_module     T
 proto  lio_listio      aio.h   int(int,struct aiocb*restrict const*restrict,int,struct sigevent*restrict)      int(int,struct aiocb*restrict const[restrict],int,struct sigevent*restrict)     int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict);      int lio_listio(int mode, struct aiocb *restrict const list[restrict], int nent, struct sigevent *restrict sig);
@@ -42,3 +42,5 @@ proto regexec regex.h int(const regex_t*restrict,const char*restrict,size_t,regm
 proto  regexec regex/regexec.c regex.h int(const regex_t*restrict,const char*restrict,size_t,regmatch_t[restrict],int) int(const regex_t*restrict,const char*restrict,size_t,regmatch_t*restrict,int)
 proto  seed48  prng/seed48.c   stdlib.h        unsigned short*(unsigned short*)        unsigned short*(unsigned short[])
 proto  setgroups       linux/setgroups.c       grp.h   int(size_t,const gid_t[])       int(size_t,const gid_t*)
+proto  sigqueue        signal.h        int(pid_t,int,union sigval)     int(pid_t,int,const union sigval)       int sigqueue(pid_t, int, union sigval); int sigqueue(pid_t pid, int signo, const union sigval value);
+proto  sigqueue        signal/sigqueue.c       signal.h        int(pid_t,int,const union sigval)       int(pid_t,int,union sigval)
index beea9f4..32778d7 100644 (file)
@@ -291,22 +291,6 @@ 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
@@ -334,11 +318,16 @@ 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 020200000
 O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
-PAGE_SIZE      bits/limits.h   d       #define PAGE_SIZE 4096
+PAGESIZE       bits/limits.h   d       #define PAGESIZE 4096
 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
+PTRACE_GETDSPREGS      bits/ptrace.h   d       #define PTRACE_GETDSPREGS 55
+PTRACE_GETFDPIC        bits/ptrace.h   d       #define PTRACE_GETFDPIC 31
+PTRACE_GETFDPIC_EXEC   bits/ptrace.h   d       #define PTRACE_GETFDPIC_EXEC 0
+PTRACE_GETFDPIC_INTERP bits/ptrace.h   d       #define PTRACE_GETFDPIC_INTERP 1
+PTRACE_SETDSPREGS      bits/ptrace.h   d       #define PTRACE_SETDSPREGS 56
 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
@@ -400,64 +389,11 @@ 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 _IOR('s', 7, int)
-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 _IOW('s', 9, int)
-SIOCGRARP      bits/ioctl.h    d       #define SIOCGRARP 0x8961
 SIOCGSTAMP     bits/ioctl.h    d       #define SIOCGSTAMP _IOR('s', 100, char[8])
-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
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS _IOR('s', 101, char[8])
 SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP _IOW('s', 8, int)
-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 140
 SYS__newselect bits/syscall.h  d       #define SYS__newselect 142
@@ -482,10 +418,15 @@ 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 361
+SYS_clock_adjtime64    bits/syscall.h  d       #define SYS_clock_adjtime64 405
 SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 266
+SYS_clock_getres_time64        bits/syscall.h  d       #define SYS_clock_getres_time64 406
 SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 265
+SYS_clock_gettime64    bits/syscall.h  d       #define SYS_clock_gettime64 403
 SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 267
+SYS_clock_nanosleep_time64     bits/syscall.h  d       #define SYS_clock_nanosleep_time64 407
 SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 264
+SYS_clock_settime64    bits/syscall.h  d       #define SYS_clock_settime64 404
 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 342
@@ -537,6 +478,7 @@ SYS_fsync   bits/syscall.h  d       #define SYS_fsync 118
 SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 93
 SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 194
 SYS_futex      bits/syscall.h  d       #define SYS_futex 240
+SYS_futex_time64       bits/syscall.h  d       #define SYS_futex_time64 422
 SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 299
 SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 275
 SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list 312
@@ -582,8 +524,12 @@ SYS_inotify_rm_watch       bits/syscall.h  d       #define SYS_inotify_rm_watch 292
 SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 249
 SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 246
 SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 247
+SYS_io_pgetevents_time64       bits/syscall.h  d       #define SYS_io_pgetevents_time64 416
 SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 245
 SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 248
+SYS_io_uring_enter     bits/syscall.h  d       #define SYS_io_uring_enter 426
+SYS_io_uring_register  bits/syscall.h  d       #define SYS_io_uring_register 427
+SYS_io_uring_setup     bits/syscall.h  d       #define SYS_io_uring_setup 425
 SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 54
 SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get 289
 SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set 288
@@ -628,9 +574,15 @@ SYS_mq_getsetattr  bits/syscall.h  d       #define SYS_mq_getsetattr 282
 SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 281
 SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 277
 SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 280
+SYS_mq_timedreceive_time64     bits/syscall.h  d       #define SYS_mq_timedreceive_time64 419
 SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 279
+SYS_mq_timedsend_time64        bits/syscall.h  d       #define SYS_mq_timedsend_time64 418
 SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 278
 SYS_mremap     bits/syscall.h  d       #define SYS_mremap 163
+SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl 402
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget 399
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv 401
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd 400
 SYS_msync      bits/syscall.h  d       #define SYS_msync 144
 SYS_munlock    bits/syscall.h  d       #define SYS_munlock 151
 SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 153
@@ -649,11 +601,16 @@ SYS_openat        bits/syscall.h  d       #define SYS_openat 295
 SYS_pause      bits/syscall.h  d       #define SYS_pause 29
 SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 336
 SYS_personality        bits/syscall.h  d       #define SYS_personality 136
+SYS_pidfd_send_signal  bits/syscall.h  d       #define SYS_pidfd_send_signal 424
 SYS_pipe       bits/syscall.h  d       #define SYS_pipe 42
 SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 331
 SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 217
+SYS_pkey_alloc bits/syscall.h  d       #define SYS_pkey_alloc 385
+SYS_pkey_free  bits/syscall.h  d       #define SYS_pkey_free 386
+SYS_pkey_mprotect      bits/syscall.h  d       #define SYS_pkey_mprotect 384
 SYS_poll       bits/syscall.h  d       #define SYS_poll 168
 SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 309
+SYS_ppoll_time64       bits/syscall.h  d       #define SYS_ppoll_time64 414
 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
@@ -662,6 +619,7 @@ SYS_prlimit64       bits/syscall.h  d       #define SYS_prlimit64 339
 SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 365
 SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 366
 SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 308
+SYS_pselect6_time64    bits/syscall.h  d       #define SYS_pselect6_time64 413
 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 334
@@ -677,6 +635,7 @@ SYS_reboot  bits/syscall.h  d       #define SYS_reboot 88
 SYS_recv       bits/syscall.h  d       #define SYS_recv 350
 SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 351
 SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 357
+SYS_recvmmsg_time64    bits/syscall.h  d       #define SYS_recvmmsg_time64 417
 SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 356
 SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 257
 SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 235
@@ -686,6 +645,7 @@ SYS_renameat2       bits/syscall.h  d       #define SYS_renameat2 371
 SYS_request_key        bits/syscall.h  d       #define SYS_request_key 286
 SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 0
 SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 40
+SYS_rseq       bits/syscall.h  d       #define SYS_rseq 387
 SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 174
 SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 176
 SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 175
@@ -693,6 +653,7 @@ SYS_rt_sigqueueinfo bits/syscall.h  d       #define SYS_rt_sigqueueinfo 178
 SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 173
 SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 179
 SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 177
+SYS_rt_sigtimedwait_time64     bits/syscall.h  d       #define SYS_rt_sigtimedwait_time64 421
 SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 335
 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
@@ -701,12 +662,16 @@ SYS_sched_getattr bits/syscall.h  d       #define SYS_sched_getattr 369
 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_rr_get_interval_time64       bits/syscall.h  d       #define SYS_sched_rr_get_interval_time64 423
 SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 241
 SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 370
 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 372
+SYS_semctl     bits/syscall.h  d       #define SYS_semctl 394
+SYS_semget     bits/syscall.h  d       #define SYS_semget 393
+SYS_semtimedop_time64  bits/syscall.h  d       #define SYS_semtimedop_time64 420
 SYS_send       bits/syscall.h  d       #define SYS_send 348
 SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 187
 SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 239
@@ -746,6 +711,10 @@ SYS_setuid bits/syscall.h  d       #define SYS_setuid 23
 SYS_setuid32   bits/syscall.h  d       #define SYS_setuid32 213
 SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 226
 SYS_sgetmask   bits/syscall.h  d       #define SYS_sgetmask 68
+SYS_shmat      bits/syscall.h  d       #define SYS_shmat 397
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl 396
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt 398
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget 395
 SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 352
 SYS_sigaction  bits/syscall.h  d       #define SYS_sigaction 67
 SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 186
@@ -765,6 +734,7 @@ SYS_stat    bits/syscall.h  d       #define SYS_stat 106
 SYS_stat64     bits/syscall.h  d       #define SYS_stat64 195
 SYS_statfs     bits/syscall.h  d       #define SYS_statfs 99
 SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 268
+SYS_statx      bits/syscall.h  d       #define SYS_statx 383
 SYS_stime      bits/syscall.h  d       #define SYS_stime 25
 SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 115
 SYS_swapon     bits/syscall.h  d       #define SYS_swapon 87
@@ -783,10 +753,14 @@ SYS_timer_create  bits/syscall.h  d       #define SYS_timer_create 259
 SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 263
 SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 262
 SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 261
+SYS_timer_gettime64    bits/syscall.h  d       #define SYS_timer_gettime64 408
 SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 260
+SYS_timer_settime64    bits/syscall.h  d       #define SYS_timer_settime64 409
 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_gettime64  bits/syscall.h  d       #define SYS_timerfd_gettime64 410
 SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 325
+SYS_timerfd_settime64  bits/syscall.h  d       #define SYS_timerfd_settime64 411
 SYS_times      bits/syscall.h  d       #define SYS_times 43
 SYS_tkill      bits/syscall.h  d       #define SYS_tkill 238
 SYS_truncate   bits/syscall.h  d       #define SYS_truncate 92
@@ -804,6 +778,7 @@ SYS_userfaultfd     bits/syscall.h  d       #define SYS_userfaultfd 377
 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 320
+SYS_utimensat_time64   bits/syscall.h  d       #define SYS_utimensat_time64 412
 SYS_utimes     bits/syscall.h  d       #define SYS_utimes 271
 SYS_vfork      bits/syscall.h  d       #define SYS_vfork 190
 SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 111
@@ -852,6 +827,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)
+TIOCGPTPEER    bits/ioctl.h    d       #define TIOCGPTPEER _IO('T', 0x41)
 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)
@@ -882,14 +858,6 @@ TIOCNOTTY  bits/ioctl.h    d       #define TIOCNOTTY _IO('T', 34)
 TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL _IO('T', 13)
 TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ _IOR('t', 115, int)
 TIOCPKT        bits/ioctl.h    d       #define TIOCPKT _IOW('T', 32, int)
-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 _IO('T', 39)
 TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY _IO('T', 14)
 TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG _IO('T', 83)
@@ -899,7 +867,6 @@ TIOCSERGSTRUCT      bits/ioctl.h    d       #define TIOCSERGSTRUCT _IOR('T', 88, char[216])
 TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD _IOR('T', 84, int)
 TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI _IOW('T', 91, char[168])
 TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD _IOW('T', 85, int)
-TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD _IOW('T', 35, int)
 TIOCSIG        bits/ioctl.h    d       #define TIOCSIG _IOW('T', 54, int)
 TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS _IO('T', 87)
@@ -1007,6 +974,7 @@ __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__IO_FILE      bits/alltypes.h d       #define __DEFINED_struct__IO_FILE
 __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
@@ -1049,10 +1017,15 @@ __NR_chown      bits/syscall.h  d       #define __NR_chown 182
 __NR_chown32   bits/syscall.h  d       #define __NR_chown32 212
 __NR_chroot    bits/syscall.h  d       #define __NR_chroot 61
 __NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 361
+__NR_clock_adjtime64   bits/syscall.h  d       #define __NR_clock_adjtime64 405
 __NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 266
+__NR_clock_getres_time64       bits/syscall.h  d       #define __NR_clock_getres_time64 406
 __NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 265
+__NR_clock_gettime64   bits/syscall.h  d       #define __NR_clock_gettime64 403
 __NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 267
+__NR_clock_nanosleep_time64    bits/syscall.h  d       #define __NR_clock_nanosleep_time64 407
 __NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 264
+__NR_clock_settime64   bits/syscall.h  d       #define __NR_clock_settime64 404
 __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 342
@@ -1104,6 +1077,7 @@ __NR_fsync        bits/syscall.h  d       #define __NR_fsync 118
 __NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 93
 __NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 194
 __NR_futex     bits/syscall.h  d       #define __NR_futex 240
+__NR_futex_time64      bits/syscall.h  d       #define __NR_futex_time64 422
 __NR_futimesat bits/syscall.h  d       #define __NR_futimesat 299
 __NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 275
 __NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 312
@@ -1149,8 +1123,12 @@ __NR_inotify_rm_watch    bits/syscall.h  d       #define __NR_inotify_rm_watch 292
 __NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 249
 __NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 246
 __NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 247
+__NR_io_pgetevents_time64      bits/syscall.h  d       #define __NR_io_pgetevents_time64 416
 __NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 245
 __NR_io_submit bits/syscall.h  d       #define __NR_io_submit 248
+__NR_io_uring_enter    bits/syscall.h  d       #define __NR_io_uring_enter 426
+__NR_io_uring_register bits/syscall.h  d       #define __NR_io_uring_register 427
+__NR_io_uring_setup    bits/syscall.h  d       #define __NR_io_uring_setup 425
 __NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 54
 __NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 289
 __NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 288
@@ -1195,9 +1173,15 @@ __NR_mq_getsetattr       bits/syscall.h  d       #define __NR_mq_getsetattr 282
 __NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 281
 __NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 277
 __NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 280
+__NR_mq_timedreceive_time64    bits/syscall.h  d       #define __NR_mq_timedreceive_time64 419
 __NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 279
+__NR_mq_timedsend_time64       bits/syscall.h  d       #define __NR_mq_timedsend_time64 418
 __NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 278
 __NR_mremap    bits/syscall.h  d       #define __NR_mremap 163
+__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 402
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget 399
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv 401
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd 400
 __NR_msync     bits/syscall.h  d       #define __NR_msync 144
 __NR_munlock   bits/syscall.h  d       #define __NR_munlock 151
 __NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 153
@@ -1216,11 +1200,16 @@ __NR_openat     bits/syscall.h  d       #define __NR_openat 295
 __NR_pause     bits/syscall.h  d       #define __NR_pause 29
 __NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 336
 __NR_personality       bits/syscall.h  d       #define __NR_personality 136
+__NR_pidfd_send_signal bits/syscall.h  d       #define __NR_pidfd_send_signal 424
 __NR_pipe      bits/syscall.h  d       #define __NR_pipe 42
 __NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 331
 __NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 217
+__NR_pkey_alloc        bits/syscall.h  d       #define __NR_pkey_alloc 385
+__NR_pkey_free bits/syscall.h  d       #define __NR_pkey_free 386
+__NR_pkey_mprotect     bits/syscall.h  d       #define __NR_pkey_mprotect 384
 __NR_poll      bits/syscall.h  d       #define __NR_poll 168
 __NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 309
+__NR_ppoll_time64      bits/syscall.h  d       #define __NR_ppoll_time64 414
 __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
@@ -1229,6 +1218,7 @@ __NR_prlimit64    bits/syscall.h  d       #define __NR_prlimit64 339
 __NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 365
 __NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 366
 __NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 308
+__NR_pselect6_time64   bits/syscall.h  d       #define __NR_pselect6_time64 413
 __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 334
@@ -1244,6 +1234,7 @@ __NR_reboot       bits/syscall.h  d       #define __NR_reboot 88
 __NR_recv      bits/syscall.h  d       #define __NR_recv 350
 __NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 351
 __NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 357
+__NR_recvmmsg_time64   bits/syscall.h  d       #define __NR_recvmmsg_time64 417
 __NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 356
 __NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 257
 __NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 235
@@ -1253,6 +1244,7 @@ __NR_renameat2    bits/syscall.h  d       #define __NR_renameat2 371
 __NR_request_key       bits/syscall.h  d       #define __NR_request_key 286
 __NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 0
 __NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 40
+__NR_rseq      bits/syscall.h  d       #define __NR_rseq 387
 __NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 174
 __NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 176
 __NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 175
@@ -1260,6 +1252,7 @@ __NR_rt_sigqueueinfo      bits/syscall.h  d       #define __NR_rt_sigqueueinfo 178
 __NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 173
 __NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 179
 __NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 177
+__NR_rt_sigtimedwait_time64    bits/syscall.h  d       #define __NR_rt_sigtimedwait_time64 421
 __NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 335
 __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
@@ -1268,12 +1261,16 @@ __NR_sched_getattr      bits/syscall.h  d       #define __NR_sched_getattr 369
 __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_rr_get_interval_time64      bits/syscall.h  d       #define __NR_sched_rr_get_interval_time64 423
 __NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 241
 __NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 370
 __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 372
+__NR_semctl    bits/syscall.h  d       #define __NR_semctl 394
+__NR_semget    bits/syscall.h  d       #define __NR_semget 393
+__NR_semtimedop_time64 bits/syscall.h  d       #define __NR_semtimedop_time64 420
 __NR_send      bits/syscall.h  d       #define __NR_send 348
 __NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 187
 __NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 239
@@ -1313,6 +1310,10 @@ __NR_setuid      bits/syscall.h  d       #define __NR_setuid 23
 __NR_setuid32  bits/syscall.h  d       #define __NR_setuid32 213
 __NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 226
 __NR_sgetmask  bits/syscall.h  d       #define __NR_sgetmask 68
+__NR_shmat     bits/syscall.h  d       #define __NR_shmat 397
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl 396
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt 398
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget 395
 __NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 352
 __NR_sigaction bits/syscall.h  d       #define __NR_sigaction 67
 __NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 186
@@ -1332,6 +1333,7 @@ __NR_stat bits/syscall.h  d       #define __NR_stat 106
 __NR_stat64    bits/syscall.h  d       #define __NR_stat64 195
 __NR_statfs    bits/syscall.h  d       #define __NR_statfs 99
 __NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 268
+__NR_statx     bits/syscall.h  d       #define __NR_statx 383
 __NR_stime     bits/syscall.h  d       #define __NR_stime 25
 __NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 115
 __NR_swapon    bits/syscall.h  d       #define __NR_swapon 87
@@ -1350,10 +1352,14 @@ __NR_timer_create       bits/syscall.h  d       #define __NR_timer_create 259
 __NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 263
 __NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 262
 __NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 261
+__NR_timer_gettime64   bits/syscall.h  d       #define __NR_timer_gettime64 408
 __NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 260
+__NR_timer_settime64   bits/syscall.h  d       #define __NR_timer_settime64 409
 __NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 322
 __NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 326
+__NR_timerfd_gettime64 bits/syscall.h  d       #define __NR_timerfd_gettime64 410
 __NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 325
+__NR_timerfd_settime64 bits/syscall.h  d       #define __NR_timerfd_settime64 411
 __NR_times     bits/syscall.h  d       #define __NR_times 43
 __NR_tkill     bits/syscall.h  d       #define __NR_tkill 238
 __NR_truncate  bits/syscall.h  d       #define __NR_truncate 92
@@ -1371,6 +1377,7 @@ __NR_userfaultfd  bits/syscall.h  d       #define __NR_userfaultfd 377
 __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 320
+__NR_utimensat_time64  bits/syscall.h  d       #define __NR_utimensat_time64 412
 __NR_utimes    bits/syscall.h  d       #define __NR_utimes 271
 __NR_vfork     bits/syscall.h  d       #define __NR_vfork 190
 __NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 111
@@ -1405,13 +1412,13 @@ greg_t  bits/signal.h   t       typedef int greg_t, gregset_t[16];
 gregset_t      bits/signal.h   t       typedef int greg_t, gregset_t[16];
 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;
+int16_t        bits/alltypes.h t       typedef signed short int16_t;
+int32_t        bits/alltypes.h t       typedef signed int int32_t;
+int64_t        bits/alltypes.h t       typedef signed _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;
+intmax_t       bits/alltypes.h t       typedef signed _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;
@@ -1446,6 +1453,7 @@ sigset_t  bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/
 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 _IO_FILE        bits/alltypes.h s       
 struct __mbstate_t     bits/alltypes.h s       
 struct __sigset_t      bits/alltypes.h s       
 struct __ucontext      bits/signal.h   s       
@@ -1469,7 +1477,6 @@ struct timespec   bits/alltypes.h s
 struct timeval bits/alltypes.h s       
 struct user    bits/user.h     s       
 struct user_fpu_struct 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;
index 179dbd6..e0e1323 100644 (file)
@@ -288,27 +288,11 @@ LONG_BIT  bits/limits.h   d       #define LONG_BIT 32
 LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
 MAP_32BIT      bits/mman.h     d       #define MAP_32BIT 0x40
 MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 2048
-NBPG   bits/user.h     d       #define NBPG PAGE_SIZE
+NBPG   bits/user.h     d       #define NBPG PAGESIZE
 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
@@ -337,14 +321,26 @@ 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 020200000
 O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
-PAGE_MASK      bits/user.h     d       #define PAGE_MASK (~(PAGE_SIZE-1))
-PAGE_SIZE      bits/limits.h   d       #define PAGE_SIZE 4096
+PAGESIZE       bits/limits.h   d       #define PAGESIZE 4096
+PAGE_MASK      bits/user.h     d       #define PAGE_MASK (~(PAGESIZE-1))
 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
+PTRACE_ARCH_PRCTL      bits/ptrace.h   d       #define PTRACE_ARCH_PRCTL 30
+PTRACE_GET_THREAD_AREA bits/ptrace.h   d       #define PTRACE_GET_THREAD_AREA 25
+PTRACE_SET_THREAD_AREA bits/ptrace.h   d       #define PTRACE_SET_THREAD_AREA 26
+PTRACE_SINGLEBLOCK     bits/ptrace.h   d       #define PTRACE_SINGLEBLOCK 33
+PTRACE_SYSEMU  bits/ptrace.h   d       #define PTRACE_SYSEMU 31
+PTRACE_SYSEMU_SINGLESTEP       bits/ptrace.h   d       #define PTRACE_SYSEMU_SINGLESTEP 32
 PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT32_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
+PT_ARCH_PRCTL  bits/ptrace.h   d       #define PT_ARCH_PRCTL PTRACE_ARCH_PRCTL
+PT_GET_THREAD_AREA     bits/ptrace.h   d       #define PT_GET_THREAD_AREA PTRACE_GET_THREAD_AREA
+PT_SET_THREAD_AREA     bits/ptrace.h   d       #define PT_SET_THREAD_AREA PTRACE_SET_THREAD_AREA
+PT_STEPBLOCK   bits/ptrace.h   d       #define PT_STEPBLOCK PTRACE_SINGLEBLOCK
+PT_SYSEMU      bits/ptrace.h   d       #define PT_SYSEMU PTRACE_SYSEMU
+PT_SYSEMU_SINGLESTEP   bits/ptrace.h   d       #define PT_SYSEMU_SINGLESTEP PTRACE_SYSEMU_SINGLESTEP
 R10    bits/reg.h      d       #define R10 7
 R11    bits/reg.h      d       #define R11 6
 R12    bits/reg.h      d       #define R12 3
@@ -359,29 +355,52 @@ RBX       bits/reg.h      d       #define RBX 5
 RCX    bits/reg.h      d       #define RCX 11
 RDI    bits/reg.h      d       #define RDI 14
 RDX    bits/reg.h      d       #define RDX 12
-REG_CR2        bits/signal.h   d       #define REG_CR2 22
-REG_CSGSFS     bits/signal.h   d       #define REG_CSGSFS 18
-REG_EFL        bits/signal.h   d       #define REG_EFL 17
-REG_ERR        bits/signal.h   d       #define REG_ERR 19
-REG_OLDMASK    bits/signal.h   d       #define REG_OLDMASK 21
-REG_R10        bits/signal.h   d       #define REG_R10 2
-REG_R11        bits/signal.h   d       #define REG_R11 3
-REG_R12        bits/signal.h   d       #define REG_R12 4
-REG_R13        bits/signal.h   d       #define REG_R13 5
-REG_R14        bits/signal.h   d       #define REG_R14 6
-REG_R15        bits/signal.h   d       #define REG_R15 7
-REG_R8 bits/signal.h   d       #define REG_R8 0
-REG_R9 bits/signal.h   d       #define REG_R9 1
-REG_RAX        bits/signal.h   d       #define REG_RAX 13
-REG_RBP        bits/signal.h   d       #define REG_RBP 10
-REG_RBX        bits/signal.h   d       #define REG_RBX 11
-REG_RCX        bits/signal.h   d       #define REG_RCX 14
-REG_RDI        bits/signal.h   d       #define REG_RDI 8
-REG_RDX        bits/signal.h   d       #define REG_RDX 12
-REG_RIP        bits/signal.h   d       #define REG_RIP 16
-REG_RSI        bits/signal.h   d       #define REG_RSI 9
-REG_RSP        bits/signal.h   d       #define REG_RSP 15
-REG_TRAPNO     bits/signal.h   d       #define REG_TRAPNO 20
+REG_CR2        bits/signal.h   d       #define REG_CR2 REG_CR2
+REG_CR2        bits/signal.h   e       
+REG_CSGSFS     bits/signal.h   d       #define REG_CSGSFS REG_CSGSFS
+REG_CSGSFS     bits/signal.h   e       
+REG_EFL        bits/signal.h   d       #define REG_EFL REG_EFL
+REG_EFL        bits/signal.h   e       
+REG_ERR        bits/signal.h   d       #define REG_ERR REG_ERR
+REG_ERR        bits/signal.h   e       
+REG_OLDMASK    bits/signal.h   d       #define REG_OLDMASK REG_OLDMASK
+REG_OLDMASK    bits/signal.h   e       
+REG_R10        bits/signal.h   d       #define REG_R10 REG_R10
+REG_R10        bits/signal.h   e       
+REG_R11        bits/signal.h   d       #define REG_R11 REG_R11
+REG_R11        bits/signal.h   e       
+REG_R12        bits/signal.h   d       #define REG_R12 REG_R12
+REG_R12        bits/signal.h   e       
+REG_R13        bits/signal.h   d       #define REG_R13 REG_R13
+REG_R13        bits/signal.h   e       
+REG_R14        bits/signal.h   d       #define REG_R14 REG_R14
+REG_R14        bits/signal.h   e       
+REG_R15        bits/signal.h   d       #define REG_R15 REG_R15
+REG_R15        bits/signal.h   e       
+REG_R8 bits/signal.h   d       #define REG_R8 REG_R8
+REG_R8 bits/signal.h   e       
+REG_R9 bits/signal.h   d       #define REG_R9 REG_R9
+REG_R9 bits/signal.h   e       
+REG_RAX        bits/signal.h   d       #define REG_RAX REG_RAX
+REG_RAX        bits/signal.h   e       
+REG_RBP        bits/signal.h   d       #define REG_RBP REG_RBP
+REG_RBP        bits/signal.h   e       
+REG_RBX        bits/signal.h   d       #define REG_RBX REG_RBX
+REG_RBX        bits/signal.h   e       
+REG_RCX        bits/signal.h   d       #define REG_RCX REG_RCX
+REG_RCX        bits/signal.h   e       
+REG_RDI        bits/signal.h   d       #define REG_RDI REG_RDI
+REG_RDI        bits/signal.h   e       
+REG_RDX        bits/signal.h   d       #define REG_RDX REG_RDX
+REG_RDX        bits/signal.h   e       
+REG_RIP        bits/signal.h   d       #define REG_RIP REG_RIP
+REG_RIP        bits/signal.h   e       
+REG_RSI        bits/signal.h   d       #define REG_RSI REG_RSI
+REG_RSI        bits/signal.h   e       
+REG_RSP        bits/signal.h   d       #define REG_RSP REG_RSP
+REG_RSP        bits/signal.h   e       
+REG_TRAPNO     bits/signal.h   d       #define REG_TRAPNO REG_TRAPNO
+REG_TRAPNO     bits/signal.h   e       
 RIP    bits/reg.h      d       #define RIP 16
 RSI    bits/reg.h      d       #define RSI 13
 RSP    bits/reg.h      d       #define RSP 19
@@ -429,64 +448,11 @@ 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
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
 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
 SS     bits/reg.h      d       #define SS 20
 SYS_accept     bits/syscall.h  d       #define SYS_accept (0x40000000 + 43)
@@ -595,8 +561,12 @@ SYS_inotify_rm_watch       bits/syscall.h  d       #define SYS_inotify_rm_watch (0x40000000 +
 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_pgetevents      bits/syscall.h  d       #define SYS_io_pgetevents (0x40000000 + 333)
 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_io_uring_enter     bits/syscall.h  d       #define SYS_io_uring_enter (0x40000000 + 426)
+SYS_io_uring_register  bits/syscall.h  d       #define SYS_io_uring_register (0x40000000 + 427)
+SYS_io_uring_setup     bits/syscall.h  d       #define SYS_io_uring_setup (0x40000000 + 425)
 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)
@@ -661,6 +631,7 @@ 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_pidfd_send_signal  bits/syscall.h  d       #define SYS_pidfd_send_signal (0x40000000 + 424)
 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)
@@ -700,6 +671,7 @@ 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_rseq       bits/syscall.h  d       #define SYS_rseq (0x40000000 + 334)
 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)
@@ -767,6 +739,7 @@ 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_statx      bits/syscall.h  d       #define SYS_statx (0x40000000 + 332)
 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)
@@ -848,11 +821,13 @@ 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
+TIOCGISO7816   bits/ioctl.h    d       #define TIOCGISO7816 0x80285442
 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
+TIOCGPTPEER    bits/ioctl.h    d       #define TIOCGPTPEER 0x5441
 TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542E
 TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
 TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
@@ -883,14 +858,6 @@ TIOCNOTTY  bits/ioctl.h    d       #define TIOCNOTTY 0x5422
 TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
 TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
 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
@@ -900,9 +867,9 @@ 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
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
 TIOCSIG        bits/ioctl.h    d       #define TIOCSIG 0x40045436
+TIOCSISO7816   bits/ioctl.h    d       #define TIOCSISO7816 0xc0285443
 TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
 TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
 TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
@@ -950,8 +917,8 @@ _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 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
+_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 long long
 __BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __LITTLE_ENDIAN
 __DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
@@ -1008,6 +975,7 @@ __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__IO_FILE      bits/alltypes.h d       #define __DEFINED_struct__IO_FILE
 __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
@@ -1134,8 +1102,12 @@ __NR_inotify_rm_watch    bits/syscall.h  d       #define __NR_inotify_rm_watch (0x40000000
 __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_pgetevents     bits/syscall.h  d       #define __NR_io_pgetevents (0x40000000 + 333)
 __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_io_uring_enter    bits/syscall.h  d       #define __NR_io_uring_enter (0x40000000 + 426)
+__NR_io_uring_register bits/syscall.h  d       #define __NR_io_uring_register (0x40000000 + 427)
+__NR_io_uring_setup    bits/syscall.h  d       #define __NR_io_uring_setup (0x40000000 + 425)
 __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)
@@ -1200,6 +1172,7 @@ __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_pidfd_send_signal bits/syscall.h  d       #define __NR_pidfd_send_signal (0x40000000 + 424)
 __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)
@@ -1239,6 +1212,7 @@ __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_rseq      bits/syscall.h  d       #define __NR_rseq (0x40000000 + 334)
 __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)
@@ -1306,6 +1280,7 @@ __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_statx     bits/syscall.h  d       #define __NR_statx (0x40000000 + 332)
 __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)
@@ -1376,13 +1351,13 @@ greg_t  bits/signal.h   t       typedef long long greg_t, gregset_t[23];
 gregset_t      bits/signal.h   t       typedef long long greg_t, gregset_t[23];
 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;
+int16_t        bits/alltypes.h t       typedef signed short int16_t;
+int32_t        bits/alltypes.h t       typedef signed int int32_t;
+int64_t        bits/alltypes.h t       typedef signed _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;
+intmax_t       bits/alltypes.h t       typedef signed _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;
@@ -1417,6 +1392,7 @@ sigset_t  bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/
 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 _IO_FILE        bits/alltypes.h s       
 struct __mbstate_t     bits/alltypes.h s       
 struct __sigset_t      bits/alltypes.h s       
 struct __ucontext      bits/signal.h   s       
@@ -1440,7 +1416,6 @@ struct timeval    bits/alltypes.h s
 struct user    bits/user.h     s       
 struct user_fpregs_struct      bits/user.h     s       
 struct user_regs_struct        bits/user.h     s       
-struct winsize bits/ioctl.h    s       
 suseconds_t    bits/alltypes.h t       typedef long long suseconds_t;
 time_t bits/alltypes.h t       typedef long long time_t;
 timer_t        bits/alltypes.h t       typedef void * timer_t;
index 6abaae4..ce05769 100644 (file)
@@ -288,27 +288,11 @@ LONG_BIT  bits/limits.h   d       #define LONG_BIT 64
 LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffffffffffL
 MAP_32BIT      bits/mman.h     d       #define MAP_32BIT 0x40
 MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 2048
-NBPG   bits/user.h     d       #define NBPG PAGE_SIZE
+NBPG   bits/user.h     d       #define NBPG PAGESIZE
 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
@@ -337,14 +321,26 @@ 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 020200000
 O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
-PAGE_MASK      bits/user.h     d       #define PAGE_MASK (~(PAGE_SIZE-1))
-PAGE_SIZE      bits/limits.h   d       #define PAGE_SIZE 4096
+PAGESIZE       bits/limits.h   d       #define PAGESIZE 4096
+PAGE_MASK      bits/user.h     d       #define PAGE_MASK (~(PAGESIZE-1))
 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
+PTRACE_ARCH_PRCTL      bits/ptrace.h   d       #define PTRACE_ARCH_PRCTL 30
+PTRACE_GET_THREAD_AREA bits/ptrace.h   d       #define PTRACE_GET_THREAD_AREA 25
+PTRACE_SET_THREAD_AREA bits/ptrace.h   d       #define PTRACE_SET_THREAD_AREA 26
+PTRACE_SINGLEBLOCK     bits/ptrace.h   d       #define PTRACE_SINGLEBLOCK 33
+PTRACE_SYSEMU  bits/ptrace.h   d       #define PTRACE_SYSEMU 31
+PTRACE_SYSEMU_SINGLESTEP       bits/ptrace.h   d       #define PTRACE_SYSEMU_SINGLESTEP 32
 PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT64_MAX
 PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT64_MIN
+PT_ARCH_PRCTL  bits/ptrace.h   d       #define PT_ARCH_PRCTL PTRACE_ARCH_PRCTL
+PT_GET_THREAD_AREA     bits/ptrace.h   d       #define PT_GET_THREAD_AREA PTRACE_GET_THREAD_AREA
+PT_SET_THREAD_AREA     bits/ptrace.h   d       #define PT_SET_THREAD_AREA PTRACE_SET_THREAD_AREA
+PT_STEPBLOCK   bits/ptrace.h   d       #define PT_STEPBLOCK PTRACE_SINGLEBLOCK
+PT_SYSEMU      bits/ptrace.h   d       #define PT_SYSEMU PTRACE_SYSEMU
+PT_SYSEMU_SINGLESTEP   bits/ptrace.h   d       #define PT_SYSEMU_SINGLESTEP PTRACE_SYSEMU_SINGLESTEP
 R10    bits/reg.h      d       #define R10 7
 R11    bits/reg.h      d       #define R11 6
 R12    bits/reg.h      d       #define R12 3
@@ -359,29 +355,52 @@ RBX       bits/reg.h      d       #define RBX 5
 RCX    bits/reg.h      d       #define RCX 11
 RDI    bits/reg.h      d       #define RDI 14
 RDX    bits/reg.h      d       #define RDX 12
-REG_CR2        bits/signal.h   d       #define REG_CR2 22
-REG_CSGSFS     bits/signal.h   d       #define REG_CSGSFS 18
-REG_EFL        bits/signal.h   d       #define REG_EFL 17
-REG_ERR        bits/signal.h   d       #define REG_ERR 19
-REG_OLDMASK    bits/signal.h   d       #define REG_OLDMASK 21
-REG_R10        bits/signal.h   d       #define REG_R10 2
-REG_R11        bits/signal.h   d       #define REG_R11 3
-REG_R12        bits/signal.h   d       #define REG_R12 4
-REG_R13        bits/signal.h   d       #define REG_R13 5
-REG_R14        bits/signal.h   d       #define REG_R14 6
-REG_R15        bits/signal.h   d       #define REG_R15 7
-REG_R8 bits/signal.h   d       #define REG_R8 0
-REG_R9 bits/signal.h   d       #define REG_R9 1
-REG_RAX        bits/signal.h   d       #define REG_RAX 13
-REG_RBP        bits/signal.h   d       #define REG_RBP 10
-REG_RBX        bits/signal.h   d       #define REG_RBX 11
-REG_RCX        bits/signal.h   d       #define REG_RCX 14
-REG_RDI        bits/signal.h   d       #define REG_RDI 8
-REG_RDX        bits/signal.h   d       #define REG_RDX 12
-REG_RIP        bits/signal.h   d       #define REG_RIP 16
-REG_RSI        bits/signal.h   d       #define REG_RSI 9
-REG_RSP        bits/signal.h   d       #define REG_RSP 15
-REG_TRAPNO     bits/signal.h   d       #define REG_TRAPNO 20
+REG_CR2        bits/signal.h   d       #define REG_CR2 REG_CR2
+REG_CR2        bits/signal.h   e       
+REG_CSGSFS     bits/signal.h   d       #define REG_CSGSFS REG_CSGSFS
+REG_CSGSFS     bits/signal.h   e       
+REG_EFL        bits/signal.h   d       #define REG_EFL REG_EFL
+REG_EFL        bits/signal.h   e       
+REG_ERR        bits/signal.h   d       #define REG_ERR REG_ERR
+REG_ERR        bits/signal.h   e       
+REG_OLDMASK    bits/signal.h   d       #define REG_OLDMASK REG_OLDMASK
+REG_OLDMASK    bits/signal.h   e       
+REG_R10        bits/signal.h   d       #define REG_R10 REG_R10
+REG_R10        bits/signal.h   e       
+REG_R11        bits/signal.h   d       #define REG_R11 REG_R11
+REG_R11        bits/signal.h   e       
+REG_R12        bits/signal.h   d       #define REG_R12 REG_R12
+REG_R12        bits/signal.h   e       
+REG_R13        bits/signal.h   d       #define REG_R13 REG_R13
+REG_R13        bits/signal.h   e       
+REG_R14        bits/signal.h   d       #define REG_R14 REG_R14
+REG_R14        bits/signal.h   e       
+REG_R15        bits/signal.h   d       #define REG_R15 REG_R15
+REG_R15        bits/signal.h   e       
+REG_R8 bits/signal.h   d       #define REG_R8 REG_R8
+REG_R8 bits/signal.h   e       
+REG_R9 bits/signal.h   d       #define REG_R9 REG_R9
+REG_R9 bits/signal.h   e       
+REG_RAX        bits/signal.h   d       #define REG_RAX REG_RAX
+REG_RAX        bits/signal.h   e       
+REG_RBP        bits/signal.h   d       #define REG_RBP REG_RBP
+REG_RBP        bits/signal.h   e       
+REG_RBX        bits/signal.h   d       #define REG_RBX REG_RBX
+REG_RBX        bits/signal.h   e       
+REG_RCX        bits/signal.h   d       #define REG_RCX REG_RCX
+REG_RCX        bits/signal.h   e       
+REG_RDI        bits/signal.h   d       #define REG_RDI REG_RDI
+REG_RDI        bits/signal.h   e       
+REG_RDX        bits/signal.h   d       #define REG_RDX REG_RDX
+REG_RDX        bits/signal.h   e       
+REG_RIP        bits/signal.h   d       #define REG_RIP REG_RIP
+REG_RIP        bits/signal.h   e       
+REG_RSI        bits/signal.h   d       #define REG_RSI REG_RSI
+REG_RSI        bits/signal.h   e       
+REG_RSP        bits/signal.h   d       #define REG_RSP REG_RSP
+REG_RSP        bits/signal.h   e       
+REG_TRAPNO     bits/signal.h   d       #define REG_TRAPNO REG_TRAPNO
+REG_TRAPNO     bits/signal.h   e       
 RIP    bits/reg.h      d       #define RIP 16
 RSI    bits/reg.h      d       #define RSI 13
 RSP    bits/reg.h      d       #define RSP 19
@@ -429,64 +448,11 @@ 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
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
 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
 SS     bits/reg.h      d       #define SS 20
 SYS__sysctl    bits/syscall.h  d       #define SYS__sysctl 156
@@ -601,8 +567,12 @@ SYS_inotify_rm_watch       bits/syscall.h  d       #define SYS_inotify_rm_watch 255
 SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 210
 SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 207
 SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 208
+SYS_io_pgetevents      bits/syscall.h  d       #define SYS_io_pgetevents 333
 SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 206
 SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 209
+SYS_io_uring_enter     bits/syscall.h  d       #define SYS_io_uring_enter 426
+SYS_io_uring_register  bits/syscall.h  d       #define SYS_io_uring_register 427
+SYS_io_uring_setup     bits/syscall.h  d       #define SYS_io_uring_setup 425
 SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 16
 SYS_ioperm     bits/syscall.h  d       #define SYS_ioperm 173
 SYS_iopl       bits/syscall.h  d       #define SYS_iopl 172
@@ -668,6 +638,7 @@ SYS_openat  bits/syscall.h  d       #define SYS_openat 257
 SYS_pause      bits/syscall.h  d       #define SYS_pause 34
 SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 298
 SYS_personality        bits/syscall.h  d       #define SYS_personality 135
+SYS_pidfd_send_signal  bits/syscall.h  d       #define SYS_pidfd_send_signal 424
 SYS_pipe       bits/syscall.h  d       #define SYS_pipe 22
 SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 293
 SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 155
@@ -708,6 +679,7 @@ SYS_renameat2       bits/syscall.h  d       #define SYS_renameat2 316
 SYS_request_key        bits/syscall.h  d       #define SYS_request_key 249
 SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 219
 SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 84
+SYS_rseq       bits/syscall.h  d       #define SYS_rseq 334
 SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 13
 SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 127
 SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 14
@@ -776,6 +748,7 @@ SYS_socketpair      bits/syscall.h  d       #define SYS_socketpair 53
 SYS_splice     bits/syscall.h  d       #define SYS_splice 275
 SYS_stat       bits/syscall.h  d       #define SYS_stat 4
 SYS_statfs     bits/syscall.h  d       #define SYS_statfs 137
+SYS_statx      bits/syscall.h  d       #define SYS_statx 332
 SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 168
 SYS_swapon     bits/syscall.h  d       #define SYS_swapon 167
 SYS_symlink    bits/syscall.h  d       #define SYS_symlink 88
@@ -859,11 +832,13 @@ 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
+TIOCGISO7816   bits/ioctl.h    d       #define TIOCGISO7816 0x80285442
 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
+TIOCGPTPEER    bits/ioctl.h    d       #define TIOCGPTPEER 0x5441
 TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542E
 TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
 TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
@@ -894,14 +869,6 @@ TIOCNOTTY  bits/ioctl.h    d       #define TIOCNOTTY 0x5422
 TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
 TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
 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
@@ -911,9 +878,9 @@ 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
 TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
 TIOCSIG        bits/ioctl.h    d       #define TIOCSIG 0x40045436
+TIOCSISO7816   bits/ioctl.h    d       #define TIOCSISO7816 0xc0285443
 TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
 TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
 TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
@@ -1019,6 +986,7 @@ __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__IO_FILE      bits/alltypes.h d       #define __DEFINED_struct__IO_FILE
 __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
@@ -1151,8 +1119,12 @@ __NR_inotify_rm_watch    bits/syscall.h  d       #define __NR_inotify_rm_watch 255
 __NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 210
 __NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 207
 __NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 208
+__NR_io_pgetevents     bits/syscall.h  d       #define __NR_io_pgetevents 333
 __NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 206
 __NR_io_submit bits/syscall.h  d       #define __NR_io_submit 209
+__NR_io_uring_enter    bits/syscall.h  d       #define __NR_io_uring_enter 426
+__NR_io_uring_register bits/syscall.h  d       #define __NR_io_uring_register 427
+__NR_io_uring_setup    bits/syscall.h  d       #define __NR_io_uring_setup 425
 __NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 16
 __NR_ioperm    bits/syscall.h  d       #define __NR_ioperm 173
 __NR_iopl      bits/syscall.h  d       #define __NR_iopl 172
@@ -1218,6 +1190,7 @@ __NR_openat       bits/syscall.h  d       #define __NR_openat 257
 __NR_pause     bits/syscall.h  d       #define __NR_pause 34
 __NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 298
 __NR_personality       bits/syscall.h  d       #define __NR_personality 135
+__NR_pidfd_send_signal bits/syscall.h  d       #define __NR_pidfd_send_signal 424
 __NR_pipe      bits/syscall.h  d       #define __NR_pipe 22
 __NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 293
 __NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 155
@@ -1258,6 +1231,7 @@ __NR_renameat2    bits/syscall.h  d       #define __NR_renameat2 316
 __NR_request_key       bits/syscall.h  d       #define __NR_request_key 249
 __NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 219
 __NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 84
+__NR_rseq      bits/syscall.h  d       #define __NR_rseq 334
 __NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 13
 __NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 127
 __NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 14
@@ -1326,6 +1300,7 @@ __NR_socketpair   bits/syscall.h  d       #define __NR_socketpair 53
 __NR_splice    bits/syscall.h  d       #define __NR_splice 275
 __NR_stat      bits/syscall.h  d       #define __NR_stat 4
 __NR_statfs    bits/syscall.h  d       #define __NR_statfs 137
+__NR_statx     bits/syscall.h  d       #define __NR_statx 332
 __NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 168
 __NR_swapon    bits/syscall.h  d       #define __NR_swapon 167
 __NR_symlink   bits/syscall.h  d       #define __NR_symlink 88
@@ -1398,13 +1373,13 @@ greg_t  bits/signal.h   t       typedef long long greg_t, gregset_t[23];
 gregset_t      bits/signal.h   t       typedef long long greg_t, gregset_t[23];
 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;
+int16_t        bits/alltypes.h t       typedef signed short int16_t;
+int32_t        bits/alltypes.h t       typedef signed int int32_t;
+int64_t        bits/alltypes.h t       typedef signed _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;
+intmax_t       bits/alltypes.h t       typedef signed _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;
@@ -1439,6 +1414,7 @@ sigset_t  bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/
 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 _IO_FILE        bits/alltypes.h s       
 struct __mbstate_t     bits/alltypes.h s       
 struct __sigset_t      bits/alltypes.h s       
 struct __ucontext      bits/signal.h   s       
@@ -1462,7 +1438,6 @@ struct timeval    bits/alltypes.h s
 struct user    bits/user.h     s       
 struct user_fpregs_struct      bits/user.h     s       
 struct user_regs_struct        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;
index a585c1a..74d5ee6 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=8fe1f2d79b275b7f7fb0d41c99e379357df63cd9">8fe1f2d79b275b7f7fb0d41c99e379357df63cd9</a><br>Date:   2016-12-31 22:27:17 -0500<br><br>    release 1.1.16
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=b07d45eb01e900f0176894fdedab62285f5cb8be">b07d45eb01e900f0176894fdedab62285f5cb8be</a><br>Date:   2019-07-16 15:30:39 -0400<br><br>    release 1.1.23
 <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
@@ -95,7 +95,7 @@
 <tr><td>&#160;<td>&#160;<td>d <td>EDOM<td>errno.h<td>&#160;<td>B.4 Errors
 <tr><td>&#160;<td>&#160;<td>d <td>EILSEQ<td>errno.h<td>&#160;<td>B.4 Errors
 <tr><td>&#160;<td>&#160;<td>d <td>ERANGE<td>errno.h<td>&#160;<td>B.4 Errors
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/errno.h#n13">d</a> <td>errno<td>errno.h<td>&#160;<td>B.4 Errors
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/errno.h#n16">d</a> <td>errno<td>errno.h<td>&#160;<td>B.4 Errors
 <tr><td>&#160;<td>&#160;<td>t <td>fenv_t<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
 <tr><td>&#160;<td>&#160;<td>d <td>FE_OVERFLOW<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
 <tr><td>&#160;<td>&#160;<td>d <td>FE_TOWARDZERO<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n22">d</a> <td>LC_ALL<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n16">d</a> <td>LC_CTYPE<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n17">d</a> <td>LC_NUMERIC<td>locale.h<td>&#160;<td>B.10 Localization
-<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>locale.h<td>&#160;<td>B.10 Localization
+<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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n19">d</a> <td>LC_COLLATE<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n20">d</a> <td>LC_MONETARY<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n18">d</a> <td>LC_TIME<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n54">p</a> <td>localeconv<td>locale.h<td>struct lconv *localeconv(void);<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td>t t <td>float_t<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n34">d</a> <td>FP_INFINITE<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAL<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n48">d</a> <td>FP_FAST_FMAL<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td>t t <td>double_t<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n33">d</a> <td>FP_NAN<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n31">d</a> <td>FP_ILOGB0<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n35">d</a> <td>FP_ZERO<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n27">d</a> <td>MATH_ERREXCEPT<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n16">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n19">d</a> <td>INFINITY<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMA<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n40">d</a> <td>FP_FAST_FMA<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n28">d</a> <td>math_errhandling<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n15">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n18">d</a> <td>NAN<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAF<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n56">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n76">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n61">d</a> <td>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n66">d</a> <td>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n71">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n85">d</a> <td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
-<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>math.h<td>double acos(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n124">p</a> <td>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n125">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
-<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>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n132">p</a> <td>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n140">p</a> <td>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n144">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n164">p</a> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
-<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>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n324">p</a> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n336">p</a> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n127">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n128">p</a> <td>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
-<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>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n136">p</a> <td>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n148">p</a> <td>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n168">p</a> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
-<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>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n328">p</a> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n329">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n339">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<td>math.h<td>double tanh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n340">p</a> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<td>math.h<td>double exp(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n180">p</a> <td>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <td>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n184">p</a> <td>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n188">p</a> <td>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
-<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>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n220">p</a> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <td>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
-<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>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n228">p</a> <td>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n232">p</a> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
-<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>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n248">p</a> <td>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n249">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
-<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>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n252">p</a> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n253">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n256">p</a> <td>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n260">p</a> <td>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<td>math.h<td>double logb(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n264">p</a> <td>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">p</a> <td>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n276">p</a> <td>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n277">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
-<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>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n320">p</a> <td>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n316">p</a> <td>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n152">p</a> <td>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n192">p</a> <td>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
-<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>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n224">p</a> <td>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<td>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n296">p</a> <td>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
-<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>math.h<td>double sqrt(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n332">p</a> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n333">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
-<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>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n172">p</a> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n173">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n176">p</a> <td>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n236">p</a> <td>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n237">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
-<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>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n344">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n156">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>math.h<td>double floor(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n200">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
-<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>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n284">p</a> <td>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double x);<td>B.11 Mathematics
-<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>rint<td>math.h<td>double rint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n308">p</a> <td>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <td>rintl<td>math.h<td>long double rintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<td>math.h<td>long int lrint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n268">p</a> <td>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double x);<td>B.11 Mathematics
-<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>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n240">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n241">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>math.h<td>double round(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n312">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n272">p</a> <td>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n273">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n244">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>math.h<td>double trunc(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n348">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n349">p</a> <td>truncl<td>math.h<td>long double truncl(long double x);<td>B.11 Mathematics
-<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>math.h<td>double fmod(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n216">p</a> <td>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n300">p</a> <td>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n304">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<td>B.11 Mathematics
-<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>copysign<td>math.h<td>double copysign(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n160">p</a> <td>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">p</a> <td>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n280">p</a> <td>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n288">p</a> <td>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n289">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
-<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>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n292">p</a> <td>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
-<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>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n196">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n208">p</a> <td>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n212">p</a> <td>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<td>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n204">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n120">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n121">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n117">d</a> <td>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n118">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n119">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n90">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n44">d</a> <td>FP_FAST_FMAF<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n68">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n88">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n73">d</a> <td>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n78">d</a> <td>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n83">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n97">d</a> <td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
+<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#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>math.h<td>double acos(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n136">p</a> <td>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">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>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n144">p</a> <td>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n152">p</a> <td>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n156">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n176">p</a> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">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>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n336">p</a> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n348">p</a> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n349">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n140">p</a> <td>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">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>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n148">p</a> <td>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
+<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#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n160">p</a> <td>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n180">p</a> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n339">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>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n340">p</a> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n351">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<td>math.h<td>double tanh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n352">p</a> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n353">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<td>math.h<td>double exp(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n192">p</a> <td>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <td>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
+<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#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n196">p</a> <td>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n200">p</a> <td>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">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>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n232">p</a> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <td>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
+<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#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n240">p</a> <td>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n241">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n244">p</a> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">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>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n260">p</a> <td>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">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>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n264">p</a> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n268">p</a> <td>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n272">p</a> <td>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n273">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<td>math.h<td>double logb(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n276">p</a> <td>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n277">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <td>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n288">p</a> <td>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n289">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
+<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#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n332">p</a> <td>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n333">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
+<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#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n328">p</a> <td>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n329">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n164">p</a> <td>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n204">p</a> <td>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">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>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n236">p</a> <td>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n237">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
+<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#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<td>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n308">p</a> <td>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
+<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#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>math.h<td>double sqrt(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n344">p</a> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">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>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n184">p</a> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n188">p</a> <td>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
+<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#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n248">p</a> <td>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n249">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n355">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>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n356">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n357">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n168">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>math.h<td>double floor(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n212">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">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>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n296">p</a> <td>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double x);<td>B.11 Mathematics
+<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#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td>rint<td>math.h<td>double rint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n320">p</a> <td>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <td>rintl<td>math.h<td>long double rintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<td>math.h<td>long int lrint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n280">p</a> <td>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double x);<td>B.11 Mathematics
+<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#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n252">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n253">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double x);<td>B.11 Mathematics
+<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#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>math.h<td>double round(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n324">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
+<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#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n284">p</a> <td>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n256">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n359">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>math.h<td>double trunc(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n360">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n361">p</a> <td>truncl<td>math.h<td>long double truncl(long double x);<td>B.11 Mathematics
+<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#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>math.h<td>double fmod(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n228">p</a> <td>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n312">p</a> <td>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n316">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<td>B.11 Mathematics
+<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#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td>copysign<td>math.h<td>double copysign(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n172">p</a> <td>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n173">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n291">p</a> <td>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n292">p</a> <td>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n300">p</a> <td>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">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>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n304">p</a> <td>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">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>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n208">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
+<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#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n220">p</a> <td>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
+<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#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n224">p</a> <td>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
+<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#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<td>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n216">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n132">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">d</a> <td>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n130">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n131">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n102">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
 <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#n266">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#n264">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#n269">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#n267">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#n263">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#n266">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#n262">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#n265">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#n268">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#n269">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#n271">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#n272">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>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n12">d</a> <td>__bool_true_false_are_defined<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
 <tr><td>&#160;<td>&#160;<td>t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td>t <td>max_align_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
-<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>stddef.h<td>&#160;<td>B.18 Common definitions
+<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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td>t <td>wchar_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n20">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n22">d</a> <td>offsetof<td>stddef.h<td>offsetof(type, member-designator)<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n62">d</a> <td>INT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n89">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n31">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n34">d</a> <td>WCHAR_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n89">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <td>WCHAR_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n30">t</a> <td>uint_fast8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>uint_fast16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>uint_fast32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n70">d</a> <td>UINT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
-<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>stdint.h<td>&#160;<td>B.19 Integer types
+<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#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">d</a> <td>WCHAR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>intptr_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n81">d</a> <td>WINT_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n51">d</a> <td>UINT64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>size_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#n41">d</a> <td>_IOLBF<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#n45">d</a> <td>FILENAME_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/stdio.h#n47">d</a> <td>TMP_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/stdio.h#n45">d</a> <td>_IOLBF<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#n49">d</a> <td>FILENAME_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/stdio.h#n51">d</a> <td>TMP_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td>t <td>FILE<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#n42">d</a> <td>_IONBF<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#n48">d</a> <td>L_tmpnam<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#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#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#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#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/stdio.h#n124">p</a> <td>tmpnam<td>stdio.h<td>char *tmpnam(char *s);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n65">p</a> <td>fclose<td>stdio.h<td>int fclose(FILE *stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n72">p</a> <td>fflush<td>stdio.h<td>int fflush(FILE *stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n63">p</a> <td>fopen<td>stdio.h<td>FILE *fopen(const char * restrict filename, const char * restrict mode);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n64">p</a> <td>freopen<td>stdio.h<td>FILE *freopen(const char * restrict filename, const char * restrict mode, FILE * restrict stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n122">p</a> <td>setbuf<td>stdio.h<td>void setbuf(FILE * restrict stream, char * restrict buf);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n121">p</a> <td>setvbuf<td>stdio.h<td>int setvbuf(FILE * restrict stream, char * restrict buf, int mode, size_t size);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n103">p</a> <td>fprintf<td>stdio.h<td>int fprintf(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n113">p</a> <td>fscanf<td>stdio.h<td>int fscanf(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n102">p</a> <td>printf<td>stdio.h<td>int printf(const char * restrict format, ...);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n112">p</a> <td>scanf<td>stdio.h<td>int scanf(const char * restrict format, ...);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n105">p</a> <td>snprintf<td>stdio.h<td>int snprintf(char * restrict s, size_t n, const char * restrict format, ...);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n104">p</a> <td>sprintf<td>stdio.h<td>int sprintf(char * restrict s, const char * restrict format, ...);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n114">p</a> <td>sscanf<td>stdio.h<td>int sscanf(const char * restrict s, const char * restrict format, ...);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n108">p</a> <td>vfprintf<td>stdio.h<td>int vfprintf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n116">p</a> <td>vfscanf<td>stdio.h<td>int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n107">p</a> <td>vprintf<td>stdio.h<td>int vprintf(const char * restrict format, va_list arg);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n115">p</a> <td>vscanf<td>stdio.h<td>int vscanf(const char * restrict format, va_list arg);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n110">p</a> <td>vsnprintf<td>stdio.h<td>int vsnprintf(char * restrict s, size_t n, const char * restrict format, va_list arg);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n109">p</a> <td>vsprintf<td>stdio.h<td>int vsprintf(char * restrict s, const char * restrict format, va_list arg);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n117">p</a> <td>vsscanf<td>stdio.h<td>int vsscanf(const char * restrict s, const char * restrict format, va_list arg);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n85">p</a> <td>fgetc<td>stdio.h<td>int fgetc(FILE *stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n94">p</a> <td>fgets<td>stdio.h<td>char *fgets(char * restrict s, int n, FILE * restrict stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n90">p</a> <td>fputc<td>stdio.h<td>int fputc(int c, FILE *stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n99">p</a> <td>fputs<td>stdio.h<td>int fputs(const char * restrict s, FILE * restrict stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n86">p</a> <td>getc<td>stdio.h<td>int getc(FILE *stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n87">p</a> <td>getchar<td>stdio.h<td>int getchar(void);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n91">p</a> <td>putc<td>stdio.h<td>int putc(int c, FILE *stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n92">p</a> <td>putchar<td>stdio.h<td>int putchar(int c);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n100">p</a> <td>puts<td>stdio.h<td>int puts(const char *s);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n88">p</a> <td>ungetc<td>stdio.h<td>int ungetc(int c, FILE *stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n82">p</a> <td>fread<td>stdio.h<td>size_t fread(void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n83">p</a> <td>fwrite<td>stdio.h<td>size_t fwrite(const void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n79">p</a> <td>fgetpos<td>stdio.h<td>int fgetpos(FILE * restrict stream, fpos_t * restrict pos);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n75">p</a> <td>fseek<td>stdio.h<td>int fseek(FILE *stream, long int offset, int whence);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n80">p</a> <td>fsetpos<td>stdio.h<td>int fsetpos(FILE *stream, const fpos_t *pos);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n76">p</a> <td>ftell<td>stdio.h<td>long int ftell(FILE *stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n77">p</a> <td>rewind<td>stdio.h<td>void rewind(FILE *stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n73">p</a> <td>clearerr<td>stdio.h<td>void clearerr(FILE *stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n70">p</a> <td>feof<td>stdio.h<td>int feof(FILE *stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n71">p</a> <td>ferror<td>stdio.h<td>int ferror(FILE *stream);<td>B.20 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n119">p</a> <td>perror<td>stdio.h<td>void perror(const char *s);<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>_IONBF<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#n52">d</a> <td>L_tmpnam<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#n66">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n62">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#n58">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#n48">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#n76">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n79">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/stdio.h#n41">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#n64">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n60">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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">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#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n35">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#n77">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n80">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n39">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n42">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#n65">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n61">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#n44">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#n50">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#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#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n40">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#n72">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#n73">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#n130">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/stdio.h#n129">p</a> <td>tmpnam<td>stdio.h<td>char *tmpnam(char *s);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n70">p</a> <td>fclose<td>stdio.h<td>int fclose(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n77">p</a> <td>fflush<td>stdio.h<td>int fflush(FILE *stream);<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>fopen<td>stdio.h<td>FILE *fopen(const char * restrict filename, const char * restrict mode);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n69">p</a> <td>freopen<td>stdio.h<td>FILE *freopen(const char * restrict filename, const char * restrict mode, FILE * restrict stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n127">p</a> <td>setbuf<td>stdio.h<td>void setbuf(FILE * restrict stream, char * restrict buf);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n126">p</a> <td>setvbuf<td>stdio.h<td>int setvbuf(FILE * restrict stream, char * restrict buf, int mode, size_t size);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n108">p</a> <td>fprintf<td>stdio.h<td>int fprintf(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n118">p</a> <td>fscanf<td>stdio.h<td>int fscanf(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n107">p</a> <td>printf<td>stdio.h<td>int printf(const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n117">p</a> <td>scanf<td>stdio.h<td>int scanf(const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n110">p</a> <td>snprintf<td>stdio.h<td>int snprintf(char * restrict s, size_t n, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n109">p</a> <td>sprintf<td>stdio.h<td>int sprintf(char * restrict s, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n119">p</a> <td>sscanf<td>stdio.h<td>int sscanf(const char * restrict s, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n113">p</a> <td>vfprintf<td>stdio.h<td>int vfprintf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n121">p</a> <td>vfscanf<td>stdio.h<td>int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n112">p</a> <td>vprintf<td>stdio.h<td>int vprintf(const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n120">p</a> <td>vscanf<td>stdio.h<td>int vscanf(const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n115">p</a> <td>vsnprintf<td>stdio.h<td>int vsnprintf(char * restrict s, size_t n, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n114">p</a> <td>vsprintf<td>stdio.h<td>int vsprintf(char * restrict s, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n122">p</a> <td>vsscanf<td>stdio.h<td>int vsscanf(const char * restrict s, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n90">p</a> <td>fgetc<td>stdio.h<td>int fgetc(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n99">p</a> <td>fgets<td>stdio.h<td>char *fgets(char * restrict s, int n, FILE * restrict stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n95">p</a> <td>fputc<td>stdio.h<td>int fputc(int c, FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n104">p</a> <td>fputs<td>stdio.h<td>int fputs(const char * restrict s, FILE * restrict stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n91">p</a> <td>getc<td>stdio.h<td>int getc(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n92">p</a> <td>getchar<td>stdio.h<td>int getchar(void);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n96">p</a> <td>putc<td>stdio.h<td>int putc(int c, FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n97">p</a> <td>putchar<td>stdio.h<td>int putchar(int c);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n105">p</a> <td>puts<td>stdio.h<td>int puts(const char *s);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n93">p</a> <td>ungetc<td>stdio.h<td>int ungetc(int c, FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n87">p</a> <td>fread<td>stdio.h<td>size_t fread(void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n88">p</a> <td>fwrite<td>stdio.h<td>size_t fwrite(const void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n84">p</a> <td>fgetpos<td>stdio.h<td>int fgetpos(FILE * restrict stream, fpos_t * restrict pos);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n80">p</a> <td>fseek<td>stdio.h<td>int fseek(FILE *stream, long int offset, int whence);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n85">p</a> <td>fsetpos<td>stdio.h<td>int fsetpos(FILE *stream, const fpos_t *pos);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n81">p</a> <td>ftell<td>stdio.h<td>long int ftell(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n82">p</a> <td>rewind<td>stdio.h<td>void rewind(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n78">p</a> <td>clearerr<td>stdio.h<td>void clearerr(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n75">p</a> <td>feof<td>stdio.h<td>int feof(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n76">p</a> <td>ferror<td>stdio.h<td>int ferror(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n124">p</a> <td>perror<td>stdio.h<td>void perror(const char *s);<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n63">t</a> <td>ldiv_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n76">d</a> <td>EXIT_FAILURE<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n64">t</a> <td>lldiv_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n77">d</a> <td>EXIT_SUCCESS<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n62">t</a> <td>div_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
-<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>stdlib.h<td>&#160;<td>B.21 General utilities
+<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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n82">d</a> <td>RAND_MAX<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n24">p</a> <td>atof<td>stdlib.h<td>double atof(const char *nptr);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n21">p</a> <td>atoi<td>stdlib.h<td>int atoi(const char *nptr);<td>B.21 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.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#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#n13">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#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#n77">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>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.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>&#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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">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#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#n47">p</a> <td>strspn<td>string.h<td>size_t strspn(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#n49">p</a> <td>strstr<td>string.h<td>char *strstr(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#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/sched.h#n75">p</a> <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#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>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<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#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>asin<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#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<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#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>frexp<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#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>nexttoward<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#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<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#n143">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<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#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>hypot<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#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<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#n127">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<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#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<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#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>ilogb<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#n303">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<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#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>asinh<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#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<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#n231">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<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#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>rint<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#n147">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<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#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>copysign<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#n235">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<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#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<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#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<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#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>erf<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#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>llrint<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#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>scalbn<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#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>sin<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#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<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#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<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#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<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#n335">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<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#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<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#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>log10<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#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>tgamma<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#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<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#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<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#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<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#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<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#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>sinh<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#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>fdim<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#n259">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<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#n135">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#n343">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#n227">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>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<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#n143">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>asin<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#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<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#n231">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>frexp<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#n303">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>nexttoward<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#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<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#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<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#n235">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>hypot<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#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<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#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<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#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<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#n239">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>ilogb<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#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<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#n147">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>asinh<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#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<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#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<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#n319">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>rint<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#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<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#n171">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>copysign<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#n247">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<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#n323">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<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#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<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#n183">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>erf<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#n251">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>llrint<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#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<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#n335">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>sin<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#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<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#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<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#n327">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<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#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<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#n195">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<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#n263">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>log10<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#n355">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>tgamma<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#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<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#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<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#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<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#n359">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<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#n339">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>sinh<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#n207">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>fdim<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#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<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/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>carg<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#n339">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<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#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<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#n263">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<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#n351">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<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#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<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#n275">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<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/complex.h#n112">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n88">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n156">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n219">d</a> <td>cimag<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#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<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#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<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#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<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#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<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#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<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#n279">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<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/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>conj<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#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>log<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#n207">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<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#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<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#n259">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>log<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#n219">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<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#n283">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<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/complex.h#n96">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n161">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n224">d</a> <td>cproj<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#n295">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<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#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<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#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>nearbyint<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#n307">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<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#n223">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<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#n295">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>nearbyint<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/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>creal<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/threads.h#n12">d</a> <td>thread_local<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n15">t</a> <td>once_flag<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n78">p</a> <td>tss_delete<td>threads.h<td>void tss_delete(tss_t key);<td>B.25 Threads
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n81">p</a> <td>tss_get<td>threads.h<td>void *tss_get(tss_t key);<td>B.25 Threads
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n80">p</a> <td>tss_set<td>threads.h<td>int tss_set(tss_t key, void *val);<td>B.25 Threads
-<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><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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">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#n63">d</a> <td>CLOCKS_PER_SEC<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#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
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n8">t</a> <td>char32_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n18">p</a> <td>mbrtoc16<td>uchar.h<td>size_t mbrtoc16(char16_t * restrict pc16, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.27 Unicode utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n17">p</a> <td>c16rtomb<td>uchar.h<td>size_t c16rtomb(char * restrict s, char16_t c16, mbstate_t * restrict ps);<td>B.27 Unicode utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n21">p</a> <td>mbrtoc32<td>uchar.h<td>size_t mbrtoc32(char32_t * restrict pc32, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.27 Unicode utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n20">p</a> <td>c32rtomb<td>uchar.h<td>size_t c32rtomb(char * restrict s, char32_t c32, mbstate_t * restrict ps);<td>B.27 Unicode utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n9">t</a> <td>char16_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#n10">t</a> <td>char32_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n20">p</a> <td>mbrtoc16<td>uchar.h<td>size_t mbrtoc16(char16_t * restrict pc16, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.27 Unicode utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n19">p</a> <td>c16rtomb<td>uchar.h<td>size_t c16rtomb(char * restrict s, char16_t c16, mbstate_t * restrict ps);<td>B.27 Unicode utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n23">p</a> <td>mbrtoc32<td>uchar.h<td>size_t mbrtoc32(char32_t * restrict pc32, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.27 Unicode utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n22">p</a> <td>c32rtomb<td>uchar.h<td>size_t c32rtomb(char * restrict s, char32_t c32, mbstate_t * restrict ps);<td>B.27 Unicode utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wchar_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wchar.h<td>&#160;<td>B.28 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.28 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#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">d</a> <td>WCHAR_MAX<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
 <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>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n89">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n31">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n34">d</a> <td>WCHAR_MIN<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n89">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <td>WCHAR_MIN<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>mbstate_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<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>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n43">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">d</a> <td>WEOF<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n106">p</a> <td>fwprintf<td>wchar.h<td>int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n114">p</a> <td>fwscanf<td>wchar.h<td>int fwscanf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n107">p</a> <td>swprintf<td>wchar.h<td>int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n115">p</a> <td>swscanf<td>wchar.h<td>int swscanf(const wchar_t * restrict s, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n110">p</a> <td>vfwprintf<td>wchar.h<td>int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n118">p</a> <td>vfwscanf<td>wchar.h<td>int vfwscanf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n111">p</a> <td>vswprintf<td>wchar.h<td>int vswprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n119">p</a> <td>vswscanf<td>wchar.h<td>int vswscanf(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n109">p</a> <td>vwprintf<td>wchar.h<td>int vwprintf(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n117">p</a> <td>vwscanf<td>wchar.h<td>int vwscanf(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n105">p</a> <td>wprintf<td>wchar.h<td>int wprintf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n113">p</a> <td>wscanf<td>wchar.h<td>int wscanf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n121">p</a> <td>fgetwc<td>wchar.h<td>wint_t fgetwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n129">p</a> <td>fgetws<td>wchar.h<td>wchar_t *fgetws(wchar_t * restrict s, int n, FILE * restrict stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n125">p</a> <td>fputwc<td>wchar.h<td>wint_t fputwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n130">p</a> <td>fputws<td>wchar.h<td>int fputws(const wchar_t * restrict s, FILE * restrict stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n102">p</a> <td>fwide<td>wchar.h<td>int fwide(FILE *stream, int mode);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n122">p</a> <td>getwc<td>wchar.h<td>wint_t getwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n123">p</a> <td>getwchar<td>wchar.h<td>wint_t getwchar(void);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n126">p</a> <td>putwc<td>wchar.h<td>wint_t putwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n127">p</a> <td>putwchar<td>wchar.h<td>wint_t putwchar(wchar_t c);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n132">p</a> <td>ungetwc<td>wchar.h<td>wint_t ungetwc(wint_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n91">p</a> <td>wcstod<td>wchar.h<td>double wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n90">p</a> <td>wcstof<td>wchar.h<td>float wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n92">p</a> <td>wcstold<td>wchar.h<td>long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n94">p</a> <td>wcstol<td>wchar.h<td>long int wcstol(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n97">p</a> <td>wcstoll<td>wchar.h<td>long long int wcstoll(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n95">p</a> <td>wcstoul<td>wchar.h<td>unsigned long int wcstoul(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n98">p</a> <td>wcstoull<td>wchar.h<td>unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n46">p</a> <td>wcscpy<td>wchar.h<td>wchar_t *wcscpy(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n47">p</a> <td>wcsncpy<td>wchar.h<td>wchar_t *wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n74">p</a> <td>wmemcpy<td>wchar.h<td>wchar_t *wmemcpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n75">p</a> <td>wmemmove<td>wchar.h<td>wchar_t *wmemmove(wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n49">p</a> <td>wcscat<td>wchar.h<td>wchar_t *wcscat(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n50">p</a> <td>wcsncat<td>wchar.h<td>wchar_t *wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n52">p</a> <td>wcscmp<td>wchar.h<td>int wcscmp(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n55">p</a> <td>wcscoll<td>wchar.h<td>int wcscoll(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n53">p</a> <td>wcsncmp<td>wchar.h<td>int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n56">p</a> <td>wcsxfrm<td>wchar.h<td>size_t wcsxfrm(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n73">p</a> <td>wmemcmp<td>wchar.h<td>int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n58">p</a> <td>wcschr<td>wchar.h<td>wchar_t *wcschr(const wchar_t *s, wchar_t c);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n61">p</a> <td>wcscspn<td>wchar.h<td>size_t wcscspn(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n63">p</a> <td>wcspbrk<td>wchar.h<td>wchar_t *wcspbrk(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n59">p</a> <td>wcsrchr<td>wchar.h<td>wchar_t *wcsrchr(const wchar_t *s, wchar_t c);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n62">p</a> <td>wcsspn<td>wchar.h<td>size_t wcsspn(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n69">p</a> <td>wcsstr<td>wchar.h<td>wchar_t *wcsstr(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n65">p</a> <td>wcstok<td>wchar.h<td>wchar_t *wcstok(wchar_t * restrict s1, const wchar_t * restrict s2, wchar_t ** restrict ptr);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n72">p</a> <td>wmemchr<td>wchar.h<td>wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n67">p</a> <td>wcslen<td>wchar.h<td>size_t wcslen(const wchar_t *s);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n76">p</a> <td>wmemset<td>wchar.h<td>wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n135">p</a> <td>wcsftime<td>wchar.h<td>size_t wcsftime(wchar_t * restrict s, size_t maxsize, const wchar_t * restrict format, const struct tm * restrict timeptr);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n78">p</a> <td>btowc<td>wchar.h<td>wint_t btowc(int c);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n79">p</a> <td>wctob<td>wchar.h<td>int wctob(wint_t c);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n81">p</a> <td>mbsinit<td>wchar.h<td>int mbsinit(const mbstate_t *ps);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n85">p</a> <td>mbrlen<td>wchar.h<td>size_t mbrlen(const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n82">p</a> <td>mbrtowc<td>wchar.h<td>size_t mbrtowc(wchar_t * restrict pwc, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n83">p</a> <td>wcrtomb<td>wchar.h<td>size_t wcrtomb(char * restrict s, wchar_t wc, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n87">p</a> <td>mbsrtowcs<td>wchar.h<td>size_t mbsrtowcs(wchar_t * restrict dst, const char ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n88">p</a> <td>wcsrtombs<td>wchar.h<td>size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n47">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n48">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">d</a> <td>WEOF<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n110">p</a> <td>fwprintf<td>wchar.h<td>int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n118">p</a> <td>fwscanf<td>wchar.h<td>int fwscanf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n111">p</a> <td>swprintf<td>wchar.h<td>int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n119">p</a> <td>swscanf<td>wchar.h<td>int swscanf(const wchar_t * restrict s, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n114">p</a> <td>vfwprintf<td>wchar.h<td>int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n122">p</a> <td>vfwscanf<td>wchar.h<td>int vfwscanf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n115">p</a> <td>vswprintf<td>wchar.h<td>int vswprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n123">p</a> <td>vswscanf<td>wchar.h<td>int vswscanf(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n113">p</a> <td>vwprintf<td>wchar.h<td>int vwprintf(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n121">p</a> <td>vwscanf<td>wchar.h<td>int vwscanf(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n109">p</a> <td>wprintf<td>wchar.h<td>int wprintf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n117">p</a> <td>wscanf<td>wchar.h<td>int wscanf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n125">p</a> <td>fgetwc<td>wchar.h<td>wint_t fgetwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n133">p</a> <td>fgetws<td>wchar.h<td>wchar_t *fgetws(wchar_t * restrict s, int n, FILE * restrict stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n129">p</a> <td>fputwc<td>wchar.h<td>wint_t fputwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n134">p</a> <td>fputws<td>wchar.h<td>int fputws(const wchar_t * restrict s, FILE * restrict stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n106">p</a> <td>fwide<td>wchar.h<td>int fwide(FILE *stream, int mode);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n126">p</a> <td>getwc<td>wchar.h<td>wint_t getwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n127">p</a> <td>getwchar<td>wchar.h<td>wint_t getwchar(void);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n130">p</a> <td>putwc<td>wchar.h<td>wint_t putwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n131">p</a> <td>putwchar<td>wchar.h<td>wint_t putwchar(wchar_t c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n136">p</a> <td>ungetwc<td>wchar.h<td>wint_t ungetwc(wint_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n95">p</a> <td>wcstod<td>wchar.h<td>double wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n94">p</a> <td>wcstof<td>wchar.h<td>float wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n96">p</a> <td>wcstold<td>wchar.h<td>long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n98">p</a> <td>wcstol<td>wchar.h<td>long int wcstol(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n101">p</a> <td>wcstoll<td>wchar.h<td>long long int wcstoll(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n99">p</a> <td>wcstoul<td>wchar.h<td>unsigned long int wcstoul(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n102">p</a> <td>wcstoull<td>wchar.h<td>unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n50">p</a> <td>wcscpy<td>wchar.h<td>wchar_t *wcscpy(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n51">p</a> <td>wcsncpy<td>wchar.h<td>wchar_t *wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n78">p</a> <td>wmemcpy<td>wchar.h<td>wchar_t *wmemcpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n79">p</a> <td>wmemmove<td>wchar.h<td>wchar_t *wmemmove(wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n53">p</a> <td>wcscat<td>wchar.h<td>wchar_t *wcscat(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n54">p</a> <td>wcsncat<td>wchar.h<td>wchar_t *wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n56">p</a> <td>wcscmp<td>wchar.h<td>int wcscmp(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n59">p</a> <td>wcscoll<td>wchar.h<td>int wcscoll(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n57">p</a> <td>wcsncmp<td>wchar.h<td>int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n60">p</a> <td>wcsxfrm<td>wchar.h<td>size_t wcsxfrm(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n77">p</a> <td>wmemcmp<td>wchar.h<td>int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n62">p</a> <td>wcschr<td>wchar.h<td>wchar_t *wcschr(const wchar_t *s, wchar_t c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n65">p</a> <td>wcscspn<td>wchar.h<td>size_t wcscspn(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n67">p</a> <td>wcspbrk<td>wchar.h<td>wchar_t *wcspbrk(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n63">p</a> <td>wcsrchr<td>wchar.h<td>wchar_t *wcsrchr(const wchar_t *s, wchar_t c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n66">p</a> <td>wcsspn<td>wchar.h<td>size_t wcsspn(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n73">p</a> <td>wcsstr<td>wchar.h<td>wchar_t *wcsstr(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n69">p</a> <td>wcstok<td>wchar.h<td>wchar_t *wcstok(wchar_t * restrict s1, const wchar_t * restrict s2, wchar_t ** restrict ptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n76">p</a> <td>wmemchr<td>wchar.h<td>wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n71">p</a> <td>wcslen<td>wchar.h<td>size_t wcslen(const wchar_t *s);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n80">p</a> <td>wmemset<td>wchar.h<td>wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n139">p</a> <td>wcsftime<td>wchar.h<td>size_t wcsftime(wchar_t * restrict s, size_t maxsize, const wchar_t * restrict format, const struct tm * restrict timeptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n82">p</a> <td>btowc<td>wchar.h<td>wint_t btowc(int c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n83">p</a> <td>wctob<td>wchar.h<td>int wctob(wint_t c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n85">p</a> <td>mbsinit<td>wchar.h<td>int mbsinit(const mbstate_t *ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n89">p</a> <td>mbrlen<td>wchar.h<td>size_t mbrlen(const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n86">p</a> <td>mbrtowc<td>wchar.h<td>size_t mbrtowc(wchar_t * restrict pwc, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n87">p</a> <td>wcrtomb<td>wchar.h<td>size_t wcrtomb(char * restrict s, wchar_t wc, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n91">p</a> <td>mbsrtowcs<td>wchar.h<td>size_t mbsrtowcs(wchar_t * restrict dst, const char ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n92">p</a> <td>wcsrtombs<td>wchar.h<td>size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n20">t</a> <td>wctrans_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wctype_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n43">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">d</a> <td>WEOF<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n174">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n27">p</a> <td>iswalnum<td>wctype.h<td>int iswalnum(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n28">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n176">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n29">p</a> <td>iswblank<td>wctype.h<td>int iswblank(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n177">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n30">p</a> <td>iswcntrl<td>wctype.h<td>int iswcntrl(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n137">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n178">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n47">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n48">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n31">p</a> <td>iswdigit<td>wctype.h<td>int iswdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n32">p</a> <td>iswgraph<td>wctype.h<td>int iswgraph(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n180">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n33">p</a> <td>iswlower<td>wctype.h<td>int iswlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n181">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n34">p</a> <td>iswprint<td>wctype.h<td>int iswprint(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n182">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n35">p</a> <td>iswpunct<td>wctype.h<td>int iswpunct(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n36">p</a> <td>iswspace<td>wctype.h<td>int iswspace(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n184">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n37">p</a> <td>iswupper<td>wctype.h<td>int iswupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n185">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n38">p</a> <td>iswxdigit<td>wctype.h<td>int iswxdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n186">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n39">p</a> <td>iswctype<td>wctype.h<td>int iswctype(wint_t wc, wctype_t desc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n189">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n44">p</a> <td>wctype<td>wctype.h<td>wctype_t wctype(const char *property);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n41">p</a> <td>towlower<td>wctype.h<td>wint_t towlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n188">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n42">p</a> <td>towupper<td>wctype.h<td>wint_t towupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n47">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n48">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">d</a> <td>WEOF<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n178">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n27">p</a> <td>iswalnum<td>wctype.h<td>int iswalnum(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n28">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n180">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n29">p</a> <td>iswblank<td>wctype.h<td>int iswblank(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n181">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n30">p</a> <td>iswcntrl<td>wctype.h<td>int iswcntrl(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n141">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n182">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n47">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n48">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n31">p</a> <td>iswdigit<td>wctype.h<td>int iswdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n32">p</a> <td>iswgraph<td>wctype.h<td>int iswgraph(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n184">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n33">p</a> <td>iswlower<td>wctype.h<td>int iswlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n185">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n34">p</a> <td>iswprint<td>wctype.h<td>int iswprint(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n186">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n35">p</a> <td>iswpunct<td>wctype.h<td>int iswpunct(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n36">p</a> <td>iswspace<td>wctype.h<td>int iswspace(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n188">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n37">p</a> <td>iswupper<td>wctype.h<td>int iswupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n189">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n38">p</a> <td>iswxdigit<td>wctype.h<td>int iswxdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n190">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n39">p</a> <td>iswctype<td>wctype.h<td>int iswctype(wint_t wc, wctype_t desc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n193">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n44">p</a> <td>wctype<td>wctype.h<td>wctype_t wctype(const char *property);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n41">p</a> <td>towlower<td>wctype.h<td>wint_t towlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n192">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n42">p</a> <td>towupper<td>wctype.h<td>wint_t towupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n40">p</a> <td>towctrans<td>wctype.h<td>wint_t towctrans(wint_t wc, wctrans_t desc);<td>B.29 Wide character classification and mapping utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n43">p</a> <td>wctrans<td>wctype.h<td>wctrans_t wctrans(const char *property);<td>B.29 Wide character classification and mapping utilities
 </table>
-<h4>stats</h4><ul><li>missing: 91<li>nosym: 0<li>nodecl: 0</ul>
+<h4>stats</h4><ul><li>missing: 88<li>nosym: 0<li>nodecl: 0</ul>
index a8d8d02..3263b82 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=8fe1f2d79b275b7f7fb0d41c99e379357df63cd9">8fe1f2d79b275b7f7fb0d41c99e379357df63cd9</a><br>Date:   2016-12-31 22:27:17 -0500<br><br>    release 1.1.16
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=b07d45eb01e900f0176894fdedab62285f5cb8be">b07d45eb01e900f0176894fdedab62285f5cb8be</a><br>Date:   2019-07-16 15:30:39 -0400<br><br>    release 1.1.23
 <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
@@ -91,7 +91,7 @@
 <tr><td>&#160;<td>&#160;<td>d <td>EDOM<td>errno.h<td>&#160;<td>B.4 Errors
 <tr><td>&#160;<td>&#160;<td>d <td>EILSEQ<td>errno.h<td>&#160;<td>B.4 Errors
 <tr><td>&#160;<td>&#160;<td>d <td>ERANGE<td>errno.h<td>&#160;<td>B.4 Errors
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/errno.h#n13">d</a> <td>errno<td>errno.h<td>&#160;<td>B.4 Errors
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/errno.h#n16">d</a> <td>errno<td>errno.h<td>&#160;<td>B.4 Errors
 <tr><td>&#160;<td>&#160;<td>t <td>fenv_t<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
 <tr><td>&#160;<td>&#160;<td>d <td>FE_OVERFLOW<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
 <tr><td>&#160;<td>&#160;<td>d <td>FE_TOWARDZERO<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n22">d</a> <td>LC_ALL<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n16">d</a> <td>LC_CTYPE<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n17">d</a> <td>LC_NUMERIC<td>locale.h<td>&#160;<td>B.10 Localization
-<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>locale.h<td>&#160;<td>B.10 Localization
+<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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n19">d</a> <td>LC_COLLATE<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n20">d</a> <td>LC_MONETARY<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n18">d</a> <td>LC_TIME<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n54">p</a> <td>localeconv<td>locale.h<td>struct lconv *localeconv(void);<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td>t t <td>float_t<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n34">d</a> <td>FP_INFINITE<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAL<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n48">d</a> <td>FP_FAST_FMAL<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td>t t <td>double_t<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n33">d</a> <td>FP_NAN<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n31">d</a> <td>FP_ILOGB0<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n35">d</a> <td>FP_ZERO<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n27">d</a> <td>MATH_ERREXCEPT<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n16">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n19">d</a> <td>INFINITY<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMA<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n40">d</a> <td>FP_FAST_FMA<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n28">d</a> <td>math_errhandling<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n15">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n18">d</a> <td>NAN<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAF<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n56">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n76">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n61">d</a> <td>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n66">d</a> <td>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n71">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n85">d</a> <td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
-<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>math.h<td>double acos(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n124">p</a> <td>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n125">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
-<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>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n132">p</a> <td>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n140">p</a> <td>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n144">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n164">p</a> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
-<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>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n324">p</a> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n336">p</a> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n127">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n128">p</a> <td>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
-<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>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n136">p</a> <td>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n148">p</a> <td>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n168">p</a> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
-<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>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n328">p</a> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n329">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n339">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<td>math.h<td>double tanh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n340">p</a> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<td>math.h<td>double exp(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n180">p</a> <td>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <td>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n184">p</a> <td>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n188">p</a> <td>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
-<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>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n220">p</a> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <td>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
-<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>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n228">p</a> <td>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n232">p</a> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
-<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>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n248">p</a> <td>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n249">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
-<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>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n252">p</a> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n253">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n256">p</a> <td>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n260">p</a> <td>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<td>math.h<td>double logb(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n264">p</a> <td>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">p</a> <td>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n276">p</a> <td>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n277">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
-<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>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n320">p</a> <td>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n316">p</a> <td>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n152">p</a> <td>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n192">p</a> <td>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
-<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>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n224">p</a> <td>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<td>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n296">p</a> <td>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
-<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>math.h<td>double sqrt(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n332">p</a> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n333">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
-<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>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n172">p</a> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n173">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n176">p</a> <td>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n236">p</a> <td>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n237">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
-<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>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n344">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n156">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>math.h<td>double floor(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n200">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
-<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>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n284">p</a> <td>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double x);<td>B.11 Mathematics
-<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>rint<td>math.h<td>double rint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n308">p</a> <td>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <td>rintl<td>math.h<td>long double rintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<td>math.h<td>long int lrint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n268">p</a> <td>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double x);<td>B.11 Mathematics
-<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>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n240">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n241">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>math.h<td>double round(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n312">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n272">p</a> <td>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n273">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n244">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>math.h<td>double trunc(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n348">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n349">p</a> <td>truncl<td>math.h<td>long double truncl(long double x);<td>B.11 Mathematics
-<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>math.h<td>double fmod(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n216">p</a> <td>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n300">p</a> <td>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n304">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<td>B.11 Mathematics
-<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>copysign<td>math.h<td>double copysign(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n160">p</a> <td>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">p</a> <td>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n280">p</a> <td>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n288">p</a> <td>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n289">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
-<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>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n292">p</a> <td>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
-<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>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n196">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n208">p</a> <td>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n212">p</a> <td>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<td>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n204">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n120">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n121">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n117">d</a> <td>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n118">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n119">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n90">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n44">d</a> <td>FP_FAST_FMAF<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n68">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n88">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n73">d</a> <td>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n78">d</a> <td>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n83">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n97">d</a> <td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
+<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#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>math.h<td>double acos(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n136">p</a> <td>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">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>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n144">p</a> <td>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n152">p</a> <td>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n156">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n176">p</a> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">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>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n336">p</a> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n348">p</a> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n349">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n140">p</a> <td>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">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>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n148">p</a> <td>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
+<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#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n160">p</a> <td>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n180">p</a> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n339">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>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n340">p</a> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n351">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<td>math.h<td>double tanh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n352">p</a> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n353">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<td>math.h<td>double exp(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n192">p</a> <td>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <td>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
+<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#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n196">p</a> <td>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n200">p</a> <td>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">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>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n232">p</a> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <td>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
+<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#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n240">p</a> <td>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n241">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n244">p</a> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">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>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n260">p</a> <td>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">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>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n264">p</a> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n268">p</a> <td>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n272">p</a> <td>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n273">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<td>math.h<td>double logb(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n276">p</a> <td>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n277">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <td>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n288">p</a> <td>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n289">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
+<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#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n332">p</a> <td>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n333">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
+<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#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n328">p</a> <td>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n329">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n164">p</a> <td>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n204">p</a> <td>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">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>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n236">p</a> <td>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n237">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
+<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#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<td>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n308">p</a> <td>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
+<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#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>math.h<td>double sqrt(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n344">p</a> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">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>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n184">p</a> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n188">p</a> <td>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
+<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#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n248">p</a> <td>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n249">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n355">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>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n356">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n357">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n168">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>math.h<td>double floor(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n212">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">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>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n296">p</a> <td>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double x);<td>B.11 Mathematics
+<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#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td>rint<td>math.h<td>double rint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n320">p</a> <td>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <td>rintl<td>math.h<td>long double rintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<td>math.h<td>long int lrint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n280">p</a> <td>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double x);<td>B.11 Mathematics
+<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#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n252">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n253">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double x);<td>B.11 Mathematics
+<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#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>math.h<td>double round(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n324">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
+<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#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n284">p</a> <td>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n256">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n359">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>math.h<td>double trunc(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n360">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n361">p</a> <td>truncl<td>math.h<td>long double truncl(long double x);<td>B.11 Mathematics
+<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#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>math.h<td>double fmod(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n228">p</a> <td>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n312">p</a> <td>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n316">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<td>B.11 Mathematics
+<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#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td>copysign<td>math.h<td>double copysign(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n172">p</a> <td>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n173">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n291">p</a> <td>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n292">p</a> <td>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n300">p</a> <td>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">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>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n304">p</a> <td>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">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>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n208">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
+<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#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n220">p</a> <td>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
+<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#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n224">p</a> <td>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
+<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#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<td>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n216">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n132">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">d</a> <td>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n130">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n131">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n102">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
 <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#n266">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#n264">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#n269">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#n267">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#n263">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#n266">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#n262">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#n265">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#n268">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#n269">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#n271">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#n272">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><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n14">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><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n15">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>&#160;<td>t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
 <tr><td>&#160;<td>&#160;<td>t <td>wchar_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
-<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>stddef.h<td>&#160;<td>B.16 Common definitions
+<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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>stddef.h<td>&#160;<td>B.16 Common definitions
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n20">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n22">d</a> <td>offsetof<td>stddef.h<td>offsetof(type, member-designator)<td>B.16 Common definitions
 <tr><td>&#160;<td>&#160;<td>t <td>int8_t<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>int16_t<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST16_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n62">d</a> <td>INT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n89">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n31">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n34">d</a> <td>WCHAR_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n89">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <td>WCHAR_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n30">t</a> <td>uint_fast8_t<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>uint_fast16_t<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>uint_fast32_t<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST16_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n70">d</a> <td>UINT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
-<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>stdint.h<td>&#160;<td>B.17 Integer types
+<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#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">d</a> <td>WCHAR_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>intptr_t<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n81">d</a> <td>WINT_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n51">d</a> <td>UINT64_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>size_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#n41">d</a> <td>_IOLBF<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#n45">d</a> <td>FILENAME_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/stdio.h#n47">d</a> <td>TMP_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/stdio.h#n45">d</a> <td>_IOLBF<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#n49">d</a> <td>FILENAME_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/stdio.h#n51">d</a> <td>TMP_MAX<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td>t <td>FILE<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#n42">d</a> <td>_IONBF<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#n48">d</a> <td>L_tmpnam<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#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#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#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#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/stdio.h#n124">p</a> <td>tmpnam<td>stdio.h<td>char *tmpnam(char *s);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n65">p</a> <td>fclose<td>stdio.h<td>int fclose(FILE *stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n72">p</a> <td>fflush<td>stdio.h<td>int fflush(FILE *stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n63">p</a> <td>fopen<td>stdio.h<td>FILE *fopen(const char * restrict filename, const char * restrict mode);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n64">p</a> <td>freopen<td>stdio.h<td>FILE *freopen(const char * restrict filename, const char * restrict mode, FILE * restrict stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n122">p</a> <td>setbuf<td>stdio.h<td>void setbuf(FILE * restrict stream, char * restrict buf);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n121">p</a> <td>setvbuf<td>stdio.h<td>int setvbuf(FILE * restrict stream, char * restrict buf, int mode, size_t size);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n103">p</a> <td>fprintf<td>stdio.h<td>int fprintf(FILE * restrict stream, const char * restrict format, ...);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n113">p</a> <td>fscanf<td>stdio.h<td>int fscanf(FILE * restrict stream, const char * restrict format, ...);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n102">p</a> <td>printf<td>stdio.h<td>int printf(const char * restrict format, ...);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n112">p</a> <td>scanf<td>stdio.h<td>int scanf(const char * restrict format, ...);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n105">p</a> <td>snprintf<td>stdio.h<td>int snprintf(char * restrict s, size_t n, const char * restrict format, ...);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n104">p</a> <td>sprintf<td>stdio.h<td>int sprintf(char * restrict s, const char * restrict format, ...);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n114">p</a> <td>sscanf<td>stdio.h<td>int sscanf(const char * restrict s, const char * restrict format, ...);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n108">p</a> <td>vfprintf<td>stdio.h<td>int vfprintf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n116">p</a> <td>vfscanf<td>stdio.h<td>int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n107">p</a> <td>vprintf<td>stdio.h<td>int vprintf(const char * restrict format, va_list arg);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n115">p</a> <td>vscanf<td>stdio.h<td>int vscanf(const char * restrict format, va_list arg);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n110">p</a> <td>vsnprintf<td>stdio.h<td>int vsnprintf(char * restrict s, size_t n, const char * restrict format, va_list arg);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n109">p</a> <td>vsprintf<td>stdio.h<td>int vsprintf(char * restrict s, const char * restrict format, va_list arg);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n117">p</a> <td>vsscanf<td>stdio.h<td>int vsscanf(const char * restrict s, const char * restrict format, va_list arg);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n85">p</a> <td>fgetc<td>stdio.h<td>int fgetc(FILE *stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n94">p</a> <td>fgets<td>stdio.h<td>char *fgets(char * restrict s, int n, FILE * restrict stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n90">p</a> <td>fputc<td>stdio.h<td>int fputc(int c, FILE *stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n99">p</a> <td>fputs<td>stdio.h<td>int fputs(const char * restrict s, FILE * restrict stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n86">p</a> <td>getc<td>stdio.h<td>int getc(FILE *stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n87">p</a> <td>getchar<td>stdio.h<td>int getchar(void);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n96">p</a> <td>gets<td>stdio.h<td>char *gets(char *s);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n91">p</a> <td>putc<td>stdio.h<td>int putc(int c, FILE *stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n92">p</a> <td>putchar<td>stdio.h<td>int putchar(int c);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n100">p</a> <td>puts<td>stdio.h<td>int puts(const char *s);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n88">p</a> <td>ungetc<td>stdio.h<td>int ungetc(int c, FILE *stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n82">p</a> <td>fread<td>stdio.h<td>size_t fread(void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n83">p</a> <td>fwrite<td>stdio.h<td>size_t fwrite(const void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n79">p</a> <td>fgetpos<td>stdio.h<td>int fgetpos(FILE * restrict stream, fpos_t * restrict pos);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n75">p</a> <td>fseek<td>stdio.h<td>int fseek(FILE *stream, long int offset, int whence);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n80">p</a> <td>fsetpos<td>stdio.h<td>int fsetpos(FILE *stream, const fpos_t *pos);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n76">p</a> <td>ftell<td>stdio.h<td>long int ftell(FILE *stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n77">p</a> <td>rewind<td>stdio.h<td>void rewind(FILE *stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n73">p</a> <td>clearerr<td>stdio.h<td>void clearerr(FILE *stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n70">p</a> <td>feof<td>stdio.h<td>int feof(FILE *stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n71">p</a> <td>ferror<td>stdio.h<td>int ferror(FILE *stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n119">p</a> <td>perror<td>stdio.h<td>void perror(const char *s);<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>_IONBF<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#n52">d</a> <td>L_tmpnam<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#n66">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n62">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#n58">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#n48">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#n76">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n79">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/stdio.h#n41">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#n64">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n60">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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">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#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n35">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#n77">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n80">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n39">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n42">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#n65">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n61">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#n44">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#n50">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#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#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n40">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#n72">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#n73">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#n130">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/stdio.h#n129">p</a> <td>tmpnam<td>stdio.h<td>char *tmpnam(char *s);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n70">p</a> <td>fclose<td>stdio.h<td>int fclose(FILE *stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n77">p</a> <td>fflush<td>stdio.h<td>int fflush(FILE *stream);<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>fopen<td>stdio.h<td>FILE *fopen(const char * restrict filename, const char * restrict mode);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n69">p</a> <td>freopen<td>stdio.h<td>FILE *freopen(const char * restrict filename, const char * restrict mode, FILE * restrict stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n127">p</a> <td>setbuf<td>stdio.h<td>void setbuf(FILE * restrict stream, char * restrict buf);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n126">p</a> <td>setvbuf<td>stdio.h<td>int setvbuf(FILE * restrict stream, char * restrict buf, int mode, size_t size);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n108">p</a> <td>fprintf<td>stdio.h<td>int fprintf(FILE * restrict stream, const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n118">p</a> <td>fscanf<td>stdio.h<td>int fscanf(FILE * restrict stream, const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n107">p</a> <td>printf<td>stdio.h<td>int printf(const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n117">p</a> <td>scanf<td>stdio.h<td>int scanf(const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n110">p</a> <td>snprintf<td>stdio.h<td>int snprintf(char * restrict s, size_t n, const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n109">p</a> <td>sprintf<td>stdio.h<td>int sprintf(char * restrict s, const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n119">p</a> <td>sscanf<td>stdio.h<td>int sscanf(const char * restrict s, const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n113">p</a> <td>vfprintf<td>stdio.h<td>int vfprintf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n121">p</a> <td>vfscanf<td>stdio.h<td>int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n112">p</a> <td>vprintf<td>stdio.h<td>int vprintf(const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n120">p</a> <td>vscanf<td>stdio.h<td>int vscanf(const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n115">p</a> <td>vsnprintf<td>stdio.h<td>int vsnprintf(char * restrict s, size_t n, const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n114">p</a> <td>vsprintf<td>stdio.h<td>int vsprintf(char * restrict s, const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n122">p</a> <td>vsscanf<td>stdio.h<td>int vsscanf(const char * restrict s, const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n90">p</a> <td>fgetc<td>stdio.h<td>int fgetc(FILE *stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n99">p</a> <td>fgets<td>stdio.h<td>char *fgets(char * restrict s, int n, FILE * restrict stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n95">p</a> <td>fputc<td>stdio.h<td>int fputc(int c, FILE *stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n104">p</a> <td>fputs<td>stdio.h<td>int fputs(const char * restrict s, FILE * restrict stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n91">p</a> <td>getc<td>stdio.h<td>int getc(FILE *stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n92">p</a> <td>getchar<td>stdio.h<td>int getchar(void);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n101">p</a> <td>gets<td>stdio.h<td>char *gets(char *s);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n96">p</a> <td>putc<td>stdio.h<td>int putc(int c, FILE *stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n97">p</a> <td>putchar<td>stdio.h<td>int putchar(int c);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n105">p</a> <td>puts<td>stdio.h<td>int puts(const char *s);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n93">p</a> <td>ungetc<td>stdio.h<td>int ungetc(int c, FILE *stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n87">p</a> <td>fread<td>stdio.h<td>size_t fread(void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n88">p</a> <td>fwrite<td>stdio.h<td>size_t fwrite(const void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n84">p</a> <td>fgetpos<td>stdio.h<td>int fgetpos(FILE * restrict stream, fpos_t * restrict pos);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n80">p</a> <td>fseek<td>stdio.h<td>int fseek(FILE *stream, long int offset, int whence);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n85">p</a> <td>fsetpos<td>stdio.h<td>int fsetpos(FILE *stream, const fpos_t *pos);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n81">p</a> <td>ftell<td>stdio.h<td>long int ftell(FILE *stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n82">p</a> <td>rewind<td>stdio.h<td>void rewind(FILE *stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n78">p</a> <td>clearerr<td>stdio.h<td>void clearerr(FILE *stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n75">p</a> <td>feof<td>stdio.h<td>int feof(FILE *stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n76">p</a> <td>ferror<td>stdio.h<td>int ferror(FILE *stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n124">p</a> <td>perror<td>stdio.h<td>void perror(const char *s);<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n63">t</a> <td>ldiv_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n76">d</a> <td>EXIT_FAILURE<td>stdlib.h<td>&#160;<td>B.19 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n64">t</a> <td>lldiv_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n77">d</a> <td>EXIT_SUCCESS<td>stdlib.h<td>&#160;<td>B.19 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n62">t</a> <td>div_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
-<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>stdlib.h<td>&#160;<td>B.19 General utilities
+<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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>stdlib.h<td>&#160;<td>B.19 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n82">d</a> <td>RAND_MAX<td>stdlib.h<td>&#160;<td>B.19 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n24">p</a> <td>atof<td>stdlib.h<td>double atof(const char *nptr);<td>B.19 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n21">p</a> <td>atoi<td>stdlib.h<td>int atoi(const char *nptr);<td>B.19 General utilities
 <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#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#n13">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#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#n77">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#n73">p</a> <td>mbstowcs<td>stdlib.h<td>size_t mbstowcs(wchar_t * restrict pwcs, const char * restrict s, size_t n);<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>&#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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">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#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#n47">p</a> <td>strspn<td>string.h<td>size_t strspn(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#n49">p</a> <td>strstr<td>string.h<td>char *strstr(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#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/sched.h#n75">p</a> <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#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>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<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#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>asin<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#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<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#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>frexp<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#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>nexttoward<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#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<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#n143">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<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#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>hypot<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#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<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#n127">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<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#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<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#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>ilogb<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#n303">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<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#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>asinh<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#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<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#n231">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<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#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>rint<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#n147">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<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#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>copysign<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#n235">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<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#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<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#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<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#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>erf<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#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>llrint<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#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>scalbn<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#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>sin<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#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<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#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<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#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<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#n335">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<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#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<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#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>log10<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#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>tgamma<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#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<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#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<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#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<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#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<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#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>sinh<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#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>fdim<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#n259">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<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#n135">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#n343">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#n227">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>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<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#n143">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>asin<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#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<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#n231">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>frexp<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#n303">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>nexttoward<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#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<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#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<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#n235">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>hypot<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#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<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#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<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#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<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#n239">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>ilogb<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#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<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#n147">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>asinh<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#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<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#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<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#n319">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>rint<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#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<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#n171">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>copysign<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#n247">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<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#n323">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<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#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<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#n183">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>erf<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#n251">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>llrint<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#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<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#n335">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>sin<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#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<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#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<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#n327">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<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#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<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#n195">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<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#n263">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>log10<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#n355">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>tgamma<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#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<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#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<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#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<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#n359">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<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#n339">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>sinh<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#n207">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>fdim<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#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<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/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>carg<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#n339">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<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#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<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#n263">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<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#n351">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<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#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<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#n275">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<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/complex.h#n112">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n88">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n156">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n219">d</a> <td>cimag<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#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<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#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<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#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<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#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<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#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<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#n279">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<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/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>conj<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#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>log<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#n207">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<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#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<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#n259">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>log<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#n219">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<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#n283">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<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/complex.h#n96">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n161">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n224">d</a> <td>cproj<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#n295">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<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#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<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#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>nearbyint<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#n307">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<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#n223">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<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#n295">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>nearbyint<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/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>creal<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><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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">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#n63">d</a> <td>CLOCKS_PER_SEC<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#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
+<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#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">d</a> <td>WCHAR_MAX<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>size_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/time.h#n38">s</a> <td>struct tm<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#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n89">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n31">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n34">d</a> <td>WCHAR_MIN<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#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n89">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <td>WCHAR_MIN<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>mbstate_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/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>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/wchar.h#n43">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">d</a> <td>WEOF<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n106">p</a> <td>fwprintf<td>wchar.h<td>int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n114">p</a> <td>fwscanf<td>wchar.h<td>int fwscanf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n107">p</a> <td>swprintf<td>wchar.h<td>int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n115">p</a> <td>swscanf<td>wchar.h<td>int swscanf(const wchar_t * restrict s, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n110">p</a> <td>vfwprintf<td>wchar.h<td>int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n118">p</a> <td>vfwscanf<td>wchar.h<td>int vfwscanf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n111">p</a> <td>vswprintf<td>wchar.h<td>int vswprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n119">p</a> <td>vswscanf<td>wchar.h<td>int vswscanf(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n109">p</a> <td>vwprintf<td>wchar.h<td>int vwprintf(const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n117">p</a> <td>vwscanf<td>wchar.h<td>int vwscanf(const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n105">p</a> <td>wprintf<td>wchar.h<td>int wprintf(const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n113">p</a> <td>wscanf<td>wchar.h<td>int wscanf(const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n121">p</a> <td>fgetwc<td>wchar.h<td>wint_t fgetwc(FILE *stream);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n129">p</a> <td>fgetws<td>wchar.h<td>wchar_t *fgetws(wchar_t * restrict s, int n, FILE * restrict stream);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n125">p</a> <td>fputwc<td>wchar.h<td>wint_t fputwc(wchar_t c, FILE *stream);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n130">p</a> <td>fputws<td>wchar.h<td>int fputws(const wchar_t * restrict s, FILE * restrict stream);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n102">p</a> <td>fwide<td>wchar.h<td>int fwide(FILE *stream, int mode);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n122">p</a> <td>getwc<td>wchar.h<td>wint_t getwc(FILE *stream);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n123">p</a> <td>getwchar<td>wchar.h<td>wint_t getwchar(void);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n126">p</a> <td>putwc<td>wchar.h<td>wint_t putwc(wchar_t c, FILE *stream);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n127">p</a> <td>putwchar<td>wchar.h<td>wint_t putwchar(wchar_t c);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n132">p</a> <td>ungetwc<td>wchar.h<td>wint_t ungetwc(wint_t c, FILE *stream);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n91">p</a> <td>wcstod<td>wchar.h<td>double wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n90">p</a> <td>wcstof<td>wchar.h<td>float wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n92">p</a> <td>wcstold<td>wchar.h<td>long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n94">p</a> <td>wcstol<td>wchar.h<td>long int wcstol(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n97">p</a> <td>wcstoll<td>wchar.h<td>long long int wcstoll(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n95">p</a> <td>wcstoul<td>wchar.h<td>unsigned long int wcstoul(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n98">p</a> <td>wcstoull<td>wchar.h<td>unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n46">p</a> <td>wcscpy<td>wchar.h<td>wchar_t *wcscpy(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n47">p</a> <td>wcsncpy<td>wchar.h<td>wchar_t *wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n74">p</a> <td>wmemcpy<td>wchar.h<td>wchar_t *wmemcpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n75">p</a> <td>wmemmove<td>wchar.h<td>wchar_t *wmemmove(wchar_t *s1, const wchar_t *s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n49">p</a> <td>wcscat<td>wchar.h<td>wchar_t *wcscat(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n50">p</a> <td>wcsncat<td>wchar.h<td>wchar_t *wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n52">p</a> <td>wcscmp<td>wchar.h<td>int wcscmp(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n55">p</a> <td>wcscoll<td>wchar.h<td>int wcscoll(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n53">p</a> <td>wcsncmp<td>wchar.h<td>int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n56">p</a> <td>wcsxfrm<td>wchar.h<td>size_t wcsxfrm(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n73">p</a> <td>wmemcmp<td>wchar.h<td>int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n58">p</a> <td>wcschr<td>wchar.h<td>wchar_t *wcschr(const wchar_t *s, wchar_t c);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n61">p</a> <td>wcscspn<td>wchar.h<td>size_t wcscspn(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n63">p</a> <td>wcspbrk<td>wchar.h<td>wchar_t *wcspbrk(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n59">p</a> <td>wcsrchr<td>wchar.h<td>wchar_t *wcsrchr(const wchar_t *s, wchar_t c);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n62">p</a> <td>wcsspn<td>wchar.h<td>size_t wcsspn(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n69">p</a> <td>wcsstr<td>wchar.h<td>wchar_t *wcsstr(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n65">p</a> <td>wcstok<td>wchar.h<td>wchar_t *wcstok(wchar_t * restrict s1, const wchar_t * restrict s2, wchar_t ** restrict ptr);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n72">p</a> <td>wmemchr<td>wchar.h<td>wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n67">p</a> <td>wcslen<td>wchar.h<td>size_t wcslen(const wchar_t *s);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n76">p</a> <td>wmemset<td>wchar.h<td>wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n135">p</a> <td>wcsftime<td>wchar.h<td>size_t wcsftime(wchar_t * restrict s, size_t maxsize, const wchar_t * restrict format, const struct tm * restrict timeptr);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n78">p</a> <td>btowc<td>wchar.h<td>wint_t btowc(int c);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n79">p</a> <td>wctob<td>wchar.h<td>int wctob(wint_t c);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n81">p</a> <td>mbsinit<td>wchar.h<td>int mbsinit(const mbstate_t *ps);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n85">p</a> <td>mbrlen<td>wchar.h<td>size_t mbrlen(const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n82">p</a> <td>mbrtowc<td>wchar.h<td>size_t mbrtowc(wchar_t * restrict pwc, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n83">p</a> <td>wcrtomb<td>wchar.h<td>size_t wcrtomb(char * restrict s, wchar_t wc, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n87">p</a> <td>mbsrtowcs<td>wchar.h<td>size_t mbsrtowcs(wchar_t * restrict dst, const char ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n88">p</a> <td>wcsrtombs<td>wchar.h<td>size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, mbstate_t * restrict ps);<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/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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<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/wchar.h#n47">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n48">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">d</a> <td>WEOF<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n110">p</a> <td>fwprintf<td>wchar.h<td>int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n118">p</a> <td>fwscanf<td>wchar.h<td>int fwscanf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n111">p</a> <td>swprintf<td>wchar.h<td>int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n119">p</a> <td>swscanf<td>wchar.h<td>int swscanf(const wchar_t * restrict s, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n114">p</a> <td>vfwprintf<td>wchar.h<td>int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n122">p</a> <td>vfwscanf<td>wchar.h<td>int vfwscanf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n115">p</a> <td>vswprintf<td>wchar.h<td>int vswprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n123">p</a> <td>vswscanf<td>wchar.h<td>int vswscanf(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n113">p</a> <td>vwprintf<td>wchar.h<td>int vwprintf(const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n121">p</a> <td>vwscanf<td>wchar.h<td>int vwscanf(const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n109">p</a> <td>wprintf<td>wchar.h<td>int wprintf(const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n117">p</a> <td>wscanf<td>wchar.h<td>int wscanf(const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n125">p</a> <td>fgetwc<td>wchar.h<td>wint_t fgetwc(FILE *stream);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n133">p</a> <td>fgetws<td>wchar.h<td>wchar_t *fgetws(wchar_t * restrict s, int n, FILE * restrict stream);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n129">p</a> <td>fputwc<td>wchar.h<td>wint_t fputwc(wchar_t c, FILE *stream);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n134">p</a> <td>fputws<td>wchar.h<td>int fputws(const wchar_t * restrict s, FILE * restrict stream);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n106">p</a> <td>fwide<td>wchar.h<td>int fwide(FILE *stream, int mode);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n126">p</a> <td>getwc<td>wchar.h<td>wint_t getwc(FILE *stream);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n127">p</a> <td>getwchar<td>wchar.h<td>wint_t getwchar(void);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n130">p</a> <td>putwc<td>wchar.h<td>wint_t putwc(wchar_t c, FILE *stream);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n131">p</a> <td>putwchar<td>wchar.h<td>wint_t putwchar(wchar_t c);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n136">p</a> <td>ungetwc<td>wchar.h<td>wint_t ungetwc(wint_t c, FILE *stream);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n95">p</a> <td>wcstod<td>wchar.h<td>double wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n94">p</a> <td>wcstof<td>wchar.h<td>float wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n96">p</a> <td>wcstold<td>wchar.h<td>long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n98">p</a> <td>wcstol<td>wchar.h<td>long int wcstol(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n101">p</a> <td>wcstoll<td>wchar.h<td>long long int wcstoll(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n99">p</a> <td>wcstoul<td>wchar.h<td>unsigned long int wcstoul(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n102">p</a> <td>wcstoull<td>wchar.h<td>unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n50">p</a> <td>wcscpy<td>wchar.h<td>wchar_t *wcscpy(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n51">p</a> <td>wcsncpy<td>wchar.h<td>wchar_t *wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n78">p</a> <td>wmemcpy<td>wchar.h<td>wchar_t *wmemcpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n79">p</a> <td>wmemmove<td>wchar.h<td>wchar_t *wmemmove(wchar_t *s1, const wchar_t *s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n53">p</a> <td>wcscat<td>wchar.h<td>wchar_t *wcscat(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n54">p</a> <td>wcsncat<td>wchar.h<td>wchar_t *wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n56">p</a> <td>wcscmp<td>wchar.h<td>int wcscmp(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n59">p</a> <td>wcscoll<td>wchar.h<td>int wcscoll(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n57">p</a> <td>wcsncmp<td>wchar.h<td>int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n60">p</a> <td>wcsxfrm<td>wchar.h<td>size_t wcsxfrm(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n77">p</a> <td>wmemcmp<td>wchar.h<td>int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n62">p</a> <td>wcschr<td>wchar.h<td>wchar_t *wcschr(const wchar_t *s, wchar_t c);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n65">p</a> <td>wcscspn<td>wchar.h<td>size_t wcscspn(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n67">p</a> <td>wcspbrk<td>wchar.h<td>wchar_t *wcspbrk(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n63">p</a> <td>wcsrchr<td>wchar.h<td>wchar_t *wcsrchr(const wchar_t *s, wchar_t c);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n66">p</a> <td>wcsspn<td>wchar.h<td>size_t wcsspn(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n73">p</a> <td>wcsstr<td>wchar.h<td>wchar_t *wcsstr(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n69">p</a> <td>wcstok<td>wchar.h<td>wchar_t *wcstok(wchar_t * restrict s1, const wchar_t * restrict s2, wchar_t ** restrict ptr);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n76">p</a> <td>wmemchr<td>wchar.h<td>wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n71">p</a> <td>wcslen<td>wchar.h<td>size_t wcslen(const wchar_t *s);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n80">p</a> <td>wmemset<td>wchar.h<td>wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n139">p</a> <td>wcsftime<td>wchar.h<td>size_t wcsftime(wchar_t * restrict s, size_t maxsize, const wchar_t * restrict format, const struct tm * restrict timeptr);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n82">p</a> <td>btowc<td>wchar.h<td>wint_t btowc(int c);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n83">p</a> <td>wctob<td>wchar.h<td>int wctob(wint_t c);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n85">p</a> <td>mbsinit<td>wchar.h<td>int mbsinit(const mbstate_t *ps);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n89">p</a> <td>mbrlen<td>wchar.h<td>size_t mbrlen(const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n86">p</a> <td>mbrtowc<td>wchar.h<td>size_t mbrtowc(wchar_t * restrict pwc, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n87">p</a> <td>wcrtomb<td>wchar.h<td>size_t wcrtomb(char * restrict s, wchar_t wc, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n91">p</a> <td>mbsrtowcs<td>wchar.h<td>size_t mbsrtowcs(wchar_t * restrict dst, const char ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n92">p</a> <td>wcsrtombs<td>wchar.h<td>size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n20">t</a> <td>wctrans_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wctype_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n43">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">d</a> <td>WEOF<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n174">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n27">p</a> <td>iswalnum<td>wctype.h<td>int iswalnum(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n28">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n176">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n29">p</a> <td>iswblank<td>wctype.h<td>int iswblank(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n177">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n30">p</a> <td>iswcntrl<td>wctype.h<td>int iswcntrl(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n137">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n178">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n47">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n48">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n31">p</a> <td>iswdigit<td>wctype.h<td>int iswdigit(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n32">p</a> <td>iswgraph<td>wctype.h<td>int iswgraph(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n180">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n33">p</a> <td>iswlower<td>wctype.h<td>int iswlower(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n181">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n34">p</a> <td>iswprint<td>wctype.h<td>int iswprint(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n182">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n35">p</a> <td>iswpunct<td>wctype.h<td>int iswpunct(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n36">p</a> <td>iswspace<td>wctype.h<td>int iswspace(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n184">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n37">p</a> <td>iswupper<td>wctype.h<td>int iswupper(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n185">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n38">p</a> <td>iswxdigit<td>wctype.h<td>int iswxdigit(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n186">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n39">p</a> <td>iswctype<td>wctype.h<td>int iswctype(wint_t wc, wctype_t desc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n189">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n44">p</a> <td>wctype<td>wctype.h<td>wctype_t wctype(const char *property);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n41">p</a> <td>towlower<td>wctype.h<td>wint_t towlower(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n188">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n42">p</a> <td>towupper<td>wctype.h<td>wint_t towupper(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n47">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n48">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">d</a> <td>WEOF<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n178">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n27">p</a> <td>iswalnum<td>wctype.h<td>int iswalnum(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n28">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n180">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n29">p</a> <td>iswblank<td>wctype.h<td>int iswblank(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n181">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n30">p</a> <td>iswcntrl<td>wctype.h<td>int iswcntrl(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n141">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n182">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n47">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n48">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n31">p</a> <td>iswdigit<td>wctype.h<td>int iswdigit(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n32">p</a> <td>iswgraph<td>wctype.h<td>int iswgraph(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n184">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n33">p</a> <td>iswlower<td>wctype.h<td>int iswlower(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n185">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n34">p</a> <td>iswprint<td>wctype.h<td>int iswprint(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n186">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n35">p</a> <td>iswpunct<td>wctype.h<td>int iswpunct(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n36">p</a> <td>iswspace<td>wctype.h<td>int iswspace(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n188">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n37">p</a> <td>iswupper<td>wctype.h<td>int iswupper(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n189">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n38">p</a> <td>iswxdigit<td>wctype.h<td>int iswxdigit(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n190">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n39">p</a> <td>iswctype<td>wctype.h<td>int iswctype(wint_t wc, wctype_t desc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n193">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n44">p</a> <td>wctype<td>wctype.h<td>wctype_t wctype(const char *property);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n41">p</a> <td>towlower<td>wctype.h<td>wint_t towlower(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n192">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n42">p</a> <td>towupper<td>wctype.h<td>wint_t towupper(wint_t wc);<td>B.24 Wide character classification and mapping utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n40">p</a> <td>towctrans<td>wctype.h<td>wint_t towctrans(wint_t wc, wctrans_t desc);<td>B.24 Wide character classification and mapping utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n43">p</a> <td>wctrans<td>wctype.h<td>wctrans_t wctrans(const char *property);<td>B.24 Wide character classification and mapping utilities
 </table>
-<h4>stats</h4><ul><li>missing: 5<li>nosym: 0<li>nodecl: 0</ul>
+<h4>stats</h4><ul><li>missing: 2<li>nosym: 0<li>nodecl: 0</ul>
index 3442b84..5b1028f 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs posix api</h3>
-<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=8fe1f2d79b275b7f7fb0d41c99e379357df63cd9">8fe1f2d79b275b7f7fb0d41c99e379357df63cd9</a><br>Date:   2016-12-31 22:27:17 -0500<br><br>    release 1.1.16
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=b07d45eb01e900f0176894fdedab62285f5cb8be">b07d45eb01e900f0176894fdedab62285f5cb8be</a><br>Date:   2019-07-16 15:30:39 -0400<br><br>    release 1.1.23
 <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#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>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#n318">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#n335">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
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n127">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosh.html">acosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acoshf.html">acoshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acoshl.html">acoshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosl.html">acosl</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#n135">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#n136">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
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosh.html">acosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acoshf.html">acoshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acoshl.html">acoshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosl.html">acosl</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/aio.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_cancel.html">aio_cancel</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_cancel - cancel an asynchronous I/O request
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/aio.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_error.html">aio_error</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_error - retrieve errors status for an asynchronous I/O operation
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/aio.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_fsync.html">aio_fsync</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_fsync - asynchronous file synchronization
 <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#n38">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/dirent.h#n42">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
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinhf.html">asinhf</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
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinhl.html">asinhl</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
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinl.html">asinl</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>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/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#n143">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#n144">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#n147">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
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n148">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinhf.html">asinhf</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
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinhl.html">asinhl</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
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinl.html">asinl</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>&#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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/assert.html">assert</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/assert.h.html">assert.h</a><td>&#160;<td>assert - insert program diagnostics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan.html">atan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2.html">atan2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n144">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2f.html">atan2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2l.html">atan2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanf.html">atanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanh.html">atanh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n148">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanhf.html">atanhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanhl.html">atanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanl.html">atanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan.html">atan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2.html">atan2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n156">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2f.html">atan2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2l.html">atan2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n152">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanf.html">atanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
+<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#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanh.html">atanh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
+<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/atanhf.html">atanhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
+<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/atanhl.html">atanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanl.html">atanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atexit.html">atexit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atexit - register a function to run at process termination
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atof.html">atof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atof - convert a string to a double-precision number
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atoi.html">atoi</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atoi - convert a string to an integer
 <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#n315">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/libgen.h#n9">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n97">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#n332">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/wchar.h#n82">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
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cabsf.html">cabsf</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
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cabsl.html">cabsl</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#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>TW<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#n76">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/nl_types.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/catclose.html">catclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/nl_types.h.html">nl_types.h</a><td>&#160;<td>catclose - close a message catalog descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/nl_types.h#n15">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/catgets.html">catgets</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/nl_types.h.html">nl_types.h</a><td>&#160;<td>catgets - read a program message
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/nl_types.h#n14">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/catopen.html">catopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/nl_types.h.html">nl_types.h</a><td>&#160;<td>catopen - open a message catalog
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrt.html">cbrt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n152">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrtf.html">cbrtf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrtl.html">cbrtl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrt.html">cbrt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n164">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrtf.html">cbrtf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrtl.html">cbrtl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccos.html">ccos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccos, ccosf, ccosl - complex cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccosf.html">ccosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccos, ccosf, ccosl - complex cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccosh.html">ccosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccoshf.html">ccoshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccoshl.html">ccoshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccosl.html">ccosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccos, ccosf, ccosl - complex cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceil.html">ceil</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n156">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceilf.html">ceilf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceill.html">ceill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceil.html">ceil</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n168">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceilf.html">ceilf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceill.html">ceill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cexp.html">cexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cexp, cexpf, cexpl - complex exponential functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cexpf.html">cexpf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cexp, cexpf, cexpl - complex exponential functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cexpl.html">cexpl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cexp, cexpf, cexpl - complex exponential functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n112">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n88">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n156">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n219">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cimag.html">cimag</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#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/stdio.h#n78">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#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>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#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/dirent.h#n34">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#n129">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#n316">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/math.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cos.html">cos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n164">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosf.html">cosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosh.html">cosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n168">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/coshf.html">coshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/coshl.html">coshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosl.html">cosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n333">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#n171">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#n172">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#n173">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/math.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cos.html">cos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n176">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosf.html">cosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosh.html">cosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n180">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/coshf.html">coshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/coshl.html">coshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosl.html">cosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cpow.html">cpow</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cpow, cpowf, cpowl - complex power functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cpowf.html">cpowf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cpow, cpowf, cpowl - complex power functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cpowl.html">cpowl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cpow, cpowf, cpowl - complex power 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#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/crypt.h#n13">p</a> <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/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#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/csinh.html">csinh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>csinh, csinhf, csinhl - complex hyperbolic sine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctanhf.html">ctanhf</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#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#n120">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/stdio.h#n155">p</a> <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/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#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#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>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#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#n36">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/dirent.h#n40">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/dlfcn.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlerror.html">dlerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlerror - get diagnostic information
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dlfcn.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlopen.html">dlopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlopen - gain access to an executable object file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dlfcn.h#n25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlsym.html">dlsym</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlsym - obtain the address of a symbol from a dlopen object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dprintf.html">dprintf</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>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/stdio.h#n143">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dprintf.html">dprintf</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>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/stdlib.h#n126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/drand48.html">drand48</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/unistd.h#n39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dup.html">dup</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>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>T<td><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/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#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>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n92">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#n96">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#n108">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#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/netdb.h#n102">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/math.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfc.html">erfc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n176">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfcf.html">erfcf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfcl.html">erfcl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n172">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erff.html">erff</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/math.h#n173">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfl.html">erfl</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>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/errno.h#n13">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/errno.html">errno</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html">errno.h</a><td>&#160;<td>errno - error return value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">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/math.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfc.html">erfc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n188">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfcf.html">erfcf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfcl.html">erfcl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n184">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erff.html">erff</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/math.h#n185">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfl.html">erfl</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>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/errno.h#n16">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/errno.html">errno</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html">errno.h</a><td>&#160;<td>errno - error return value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n88">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execl.html">execl</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/unistd.h#n87">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execle.html">execle</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/unistd.h#n90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execlp.html">execlp</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/unistd.h#n85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execve.html">execve</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/unistd.h#n89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execvp.html">execvp</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#n46">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 - terminate a process
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp.html">exp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2.html">exp2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n184">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2f.html">exp2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2l.html">exp2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n180">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expf.html">expf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expl.html">expl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1.html">expm1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n188">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1f.html">expm1f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1l.html">expm1l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabs.html">fabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n192">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsf.html">fabsf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsl.html">fabsl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp.html">exp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
+<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#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2.html">exp2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
+<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/exp2f.html">exp2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
+<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/exp2l.html">exp2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n192">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expf.html">expf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expl.html">expl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1.html">expm1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n200">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1f.html">expm1f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1l.html">expm1l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabs.html">fabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n204">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsf.html">fabsf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsl.html">fabsl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/faccessat.html">faccessat</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/unistd.h#n77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html">fchdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>fchdir - change working directory
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchmod.html">fchmod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>fchmod - change mode of a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n79">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchmodat.html">fchmodat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>chmod, fchmodat - change mode 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/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/stdio.h#n70">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#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#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/math.h#n207">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#n208">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#n209">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#n137">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#n35">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/fenv.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fegetround.html">fegetround</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>fegetround, fesetround - get and set current rounding direction
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/feholdexcept.html">feholdexcept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>feholdexcept - save current floating-point environment
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n70">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/feof.html">feof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>feof - test end-of-file indicator on a stream
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/feof.html">feof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>feof - test end-of-file indicator on a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n12">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/feraiseexcept.html">feraiseexcept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>feraiseexcept - raise floating-point exception
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ferror.html">ferror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>ferror - test error indicator on a stream
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ferror.html">ferror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>ferror - test error indicator on a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fesetenv.html">fesetenv</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#n13">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fesetexceptflag.html">fesetexceptflag</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/fenv.h#n17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fesetround.html">fesetround</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>fegetround, fesetround - get and set current rounding direction
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n14">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fetestexcept.html">fetestexcept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>fetestexcept - test floating-point exception flags
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/feupdateenv.html">feupdateenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>feupdateenv - update floating-point environment
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fexecve.html">fexecve</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/stdio.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fflush.html">fflush</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fflush - flush a stream
+<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/fflush.html">fflush</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fflush - flush a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/strings.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ffs.html">ffs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html">strings.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>ffs - find first set bit
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgetc.html">fgetc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fgetc - 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#n79">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgetpos.html">fgetpos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fgetpos - get current file position information
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgets.html">fgets</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fgets - get a string from a stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgetwc.html">fgetwc</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>fgetwc - get a wide-character code from a stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgetws.html">fgetws</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>fgetws - get a wide-character string from a stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fileno.html">fileno</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>fileno - map a stream pointer to a file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/flockfile.html">flockfile</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/math.h#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floor.html">floor</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n200">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floorf.html">floorf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floorl.html">floorl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fma.html">fma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n204">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaf.html">fmaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmal.html">fmal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmax.html">fmax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n208">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaxf.html">fmaxf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaxl.html">fmaxl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmemopen.html">fmemopen</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>fmemopen - open a memory buffer stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmin.html">fmin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n212">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fminf.html">fminf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fminl.html">fminl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmod.html">fmod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n216">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmodf.html">fmodf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmodl.html">fmodl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgetc.html">fgetc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fgetc - 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#n84">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgetpos.html">fgetpos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fgetpos - get current file position information
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgets.html">fgets</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fgets - get a string from a stream
+<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/fgetwc.html">fgetwc</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>fgetwc - get a wide-character code from a stream
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n133">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgetws.html">fgetws</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>fgetws - get a wide-character string from a stream
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fileno.html">fileno</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>fileno - map a stream pointer to a file descriptor
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n145">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/flockfile.html">flockfile</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/math.h#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floor.html">floor</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n212">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floorf.html">floorf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floorl.html">floorl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
+<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#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fma.html">fma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n216">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaf.html">fmaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmal.html">fmal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
+<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#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmax.html">fmax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n220">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaxf.html">fmaxf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaxl.html">fmaxl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmemopen.html">fmemopen</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>fmemopen - open a memory buffer stream
+<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#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmin.html">fmin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
+<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/fminf.html">fminf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
+<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/fminl.html">fminl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
+<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#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmod.html">fmod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
+<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/fmodf.html">fmodf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
+<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/fmodl.html">fmodl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fmtmsg.h#n41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmtmsg.html">fmtmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fmtmsg.h.html">fmtmsg.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>fmtmsg - display a message in the specified format on standard error and/or a system console
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fnmatch.h#n18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fnmatch.html">fnmatch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fnmatch.h.html">fnmatch.h</a><td>&#160;<td>fnmatch - match a filename or a pathname
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fopen.html">fopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fopen - open a stream
+<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/fopen.html">fopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fopen - open a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n84">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fork.html">fork</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>fork - create a new process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fpathconf.html">fpathconf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>fpathconf, pathconf - get configurable pathname variables
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n56">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fpclassify.html">fpclassify</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fpclassify - classify real floating type
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html">fprintf</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/stdio.h#n90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fputc.html">fputc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fputc - put a byte on a stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fputs.html">fputs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fputs - put a string on a stream
-<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#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>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n68">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fpclassify.html">fpclassify</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fpclassify - classify real floating type
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html">fprintf</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/stdio.h#n95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fputc.html">fputc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fputc - put a byte on a stream
+<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/fputs.html">fputs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fputs - put a string on a stream
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n129">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#n134">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#n87">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#n77">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#n55">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/math.h#n220">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexpf.html">frexpf</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/math.h#n221">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexpl.html">frexpl</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/stdio.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fscanf.html">fscanf</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/stdio.h#n75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fseek.html">fseek</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fseek, fseeko - reposition a file-position indicator in a stream
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fseeko.html">fseeko</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>fseek, fseeko - reposition a file-position indicator in a stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n80">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fsetpos.html">fsetpos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fsetpos - set current file position
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n69">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#n231">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/math.h#n232">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexpf.html">frexpf</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/math.h#n233">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexpl.html">frexpl</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/stdio.h#n118">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fscanf.html">fscanf</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/stdio.h#n80">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fseek.html">fseek</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fseek, fseeko - reposition a file-position indicator in a stream
+<tr><td>&#160;<td>W<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/fseeko.html">fseeko</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>fseek, fseeko - reposition a file-position indicator in a stream
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fsetpos.html">fsetpos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fsetpos - set current file position
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fstat.html">fstat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>fstat - get file status
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fstatat.html">fstatat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>fstatat, lstat, stat - get file status
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/statvfs.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fstatvfs.html">fstatvfs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_statvfs.h.html">sys/statvfs.h</a><td>&#160;<td>fstatvfs, statvfs - get file system information
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n43">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fsync.html">fsync</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#FSC">FSC</a><td>fsync - synchronize changes to a file
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftell.html">ftell</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>ftell, ftello - return a file offset in a stream
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n137">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftello.html">ftello</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>ftell, ftello - return a file offset in a stream
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftell.html">ftell</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>ftell, ftello - return a file offset in a stream
+<tr><td>&#160;<td>W<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/ftello.html">ftello</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>ftell, ftello - return a file offset in a stream
 <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/stdio.h#n146">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#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/stdio.h#n147">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#n91">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#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/wchar.h#n106">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#n110">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#n88">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#n118">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#n57">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#n54">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#n91">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#n148">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#n92">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#n149">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#n124">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#n123">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/stdio.h#n152">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/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#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/netdb.h#n93">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#n139">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#n119">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#n22">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/stdio.h#n153">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#n117">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#n118">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#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/netdb.h#n56">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#n98">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#n99">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>T<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/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#n122">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#n322">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#n339">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#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/netdb.h#n110">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#n111">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#n109">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#n37">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#n39">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#n38">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#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/stdio.h#n101">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#n104">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#n105">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#n103">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#n321">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#n331">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#n338">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#n348">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#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/wchar.h#n126">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#n127">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#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>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#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/arpa/inet.h#n11">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/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#n69">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#n235">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#n236">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#n237">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#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#n239">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#n240">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#n241">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/inttypes.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/imaxabs.html">imaxabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>imaxabs - return absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/imaxdiv.html">imaxdiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>imaxdiv - return quotient and remainder
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/arpa/inet.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_addr.html">inet_addr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>inet_addr, inet_ntoa - IPv4 address manipulation
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iscntrl_l.html">iscntrl_l</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#CX">CX</a><td>iscntrl, iscntrl_l - test for a control character
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n32">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n14">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isdigit.html">isdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isdigit, isdigit_l - test for a decimal digit
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isdigit_l.html">isdigit_l</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#CX">CX</a><td>isdigit, isdigit_l - test for a decimal digit
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n76">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isfinite.html">isfinite</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isfinite - test for finite value
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n88">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isfinite.html">isfinite</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isfinite - test for finite value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n15">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgraph.html">isgraph</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isgraph, isgraph_l - test for a visible character
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgraph_l.html">isgraph_l</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#CX">CX</a><td>isgraph, isgraph_l - test for a visible character
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n120">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgreater.html">isgreater</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isgreater - test if x greater than y
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n121">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgreaterequal.html">isgreaterequal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isgreaterequal - test if x is greater than or equal to y
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n61">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isinf.html">isinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isinf - test for infinity
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n117">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isless.html">isless</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isless - test if x is less than y
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n118">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islessequal.html">islessequal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>islessequal - test if x is less than or equal to y
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n119">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islessgreater.html">islessgreater</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>islessgreater - test if x is less than or greater than y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n132">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgreater.html">isgreater</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isgreater - test if x greater than y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgreaterequal.html">isgreaterequal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isgreaterequal - test if x is greater than or equal to y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n73">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isinf.html">isinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isinf - test for infinity
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isless.html">isless</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isless - test if x is less than y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n130">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islessequal.html">islessequal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>islessequal - test if x is less than or equal to y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n131">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islessgreater.html">islessgreater</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>islessgreater - test if x is less than or greater than y
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n33">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islower.html">islower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>islower, islower_l - test for a lowercase letter
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islower_l.html">islower_l</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#CX">CX</a><td>islower, islower_l - test for a lowercase letter
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n66">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isnan.html">isnan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isnan - test for a NaN
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n71">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isnormal.html">isnormal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isnormal - test for a normal value
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n78">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isnan.html">isnan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isnan - test for a NaN
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n83">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isnormal.html">isnormal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isnormal - test for a normal value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isprint.html">isprint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isprint, isprint_l - test for a printable character
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isprint_l.html">isprint_l</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#CX">CX</a><td>isprint, isprint_l - test for a printable character
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ispunct.html">ispunct</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>ispunct, ispunct_l - test for a punctuation character
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ispunct_l.html">ispunct_l</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#CX">CX</a><td>ispunct, ispunct_l - test for a punctuation character
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isspace.html">isspace</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isspace, isspace_l - test for a white-space character
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isspace_l.html">isspace_l</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#CX">CX</a><td>isspace, isspace_l - test for a white-space character
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n90">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isunordered.html">isunordered</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isunordered - test if arguments are unordered
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n102">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isunordered.html">isunordered</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isunordered - test if arguments are unordered
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isupper.html">isupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isupper, isupper_l - test for an uppercase letter
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isupper_l.html">isupper_l</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#CX">CX</a><td>isupper, isupper_l - test for an uppercase letter
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n174">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalnum.html">iswalnum</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswalnum, iswalnum_l - test for an alphanumeric wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n178">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalnum.html">iswalnum</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswalnum, iswalnum_l - test for an alphanumeric wide-character code
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalnum_l.html">iswalnum_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswalnum, iswalnum_l - test for an alphanumeric wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalpha.html">iswalpha</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswalpha, iswalpha_l - test for an alphabetic wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalpha.html">iswalpha</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswalpha, iswalpha_l - test for an alphabetic wide-character code
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalpha_l.html">iswalpha_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswalpha, iswalpha_l - test for an alphabetic wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n176">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswblank.html">iswblank</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswblank, iswblank_l - test for a blank wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n180">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswblank.html">iswblank</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswblank, iswblank_l - test for a blank wide-character code
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswblank_l.html">iswblank_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswblank, iswblank_l - test for a blank wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n177">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswcntrl.html">iswcntrl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswcntrl, iswcntrl_l - test for a control wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n181">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswcntrl.html">iswcntrl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswcntrl, iswcntrl_l - test for a control wide-character code
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswcntrl_l.html">iswcntrl_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswcntrl, iswcntrl_l - test for a control wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n186">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswctype.html">iswctype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswctype, iswctype_l - test character for a specified class
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n190">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswctype.html">iswctype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswctype, iswctype_l - test character for a specified class
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswctype_l.html">iswctype_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswctype, iswctype_l - test character for a specified class
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n137">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n178">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n47">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n48">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswdigit.html">iswdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswdigit, iswdigit_l - test for a decimal digit wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n141">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n182">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n47">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n48">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswdigit.html">iswdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswdigit, iswdigit_l - test for a decimal digit wide-character code
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswdigit_l.html">iswdigit_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswdigit, iswdigit_l - test for a decimal digit wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswgraph.html">iswgraph</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswgraph, iswgraph_l - test for a visible wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswgraph.html">iswgraph</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswgraph, iswgraph_l - test for a visible wide-character code
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswgraph_l.html">iswgraph_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswgraph, iswgraph_l - test for a visible wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n180">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswlower.html">iswlower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswlower, iswlower_l - test for a lowercase letter wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n184">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswlower.html">iswlower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswlower, iswlower_l - test for a lowercase letter wide-character code
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswlower_l.html">iswlower_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswlower, iswlower_l - test for a lowercase letter wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n181">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswprint.html">iswprint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswprint, iswprint_l - test for a printable wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n185">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswprint.html">iswprint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswprint, iswprint_l - test for a printable wide-character code
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswprint_l.html">iswprint_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswprint, iswprint_l - test for a printable wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n182">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswpunct.html">iswpunct</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswpunct, iswpunct_l - test for a punctuation wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n186">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswpunct.html">iswpunct</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswpunct, iswpunct_l - test for a punctuation wide-character code
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswpunct_l.html">iswpunct_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswpunct, iswpunct_l - test for a punctuation wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswspace.html">iswspace</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswspace, iswspace_l - test for a white-space wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswspace.html">iswspace</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswspace, iswspace_l - test for a white-space wide-character code
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswspace_l.html">iswspace_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswspace, iswspace_l - test for a white-space wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n184">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswupper.html">iswupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswupper, iswupper_l - test for an uppercase letter wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n188">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswupper.html">iswupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswupper, iswupper_l - test for an uppercase letter wide-character code
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswupper_l.html">iswupper_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswupper, iswupper_l - test for an uppercase letter wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n185">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswxdigit.html">iswxdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswxdigit, iswxdigit_l - test for a hexadecimal digit wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n189">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswxdigit.html">iswxdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswxdigit, iswxdigit_l - test for a hexadecimal digit wide-character code
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswxdigit_l.html">iswxdigit_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswxdigit, iswxdigit_l - test for a hexadecimal digit wide-character code
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isxdigit.html">isxdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isxdigit, isxdigit_l - test for a hexadecimal digit
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isxdigit_l.html">isxdigit_l</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#CX">CX</a><td>isxdigit, isxdigit_l - test for a hexadecimal digit
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n374">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/j0.html">j0</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#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/math.h#n386">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/j0.html">j0</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#n387">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#n388">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#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#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/stdlib.h#n134">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lcong48.html">lcong48</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#n231">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexp.html">ldexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n232">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexpf.html">ldexpf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexpl.html">ldexpl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexp.html">ldexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
+<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/ldexpf.html">ldexpf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
+<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/ldexpl.html">ldexpl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldiv.html">ldiv</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/search.h#n42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lfind.html">lfind</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>lsearch, lfind - linear search and update
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgamma.html">lgamma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<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/math.h#n236">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgammaf.html">lgammaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<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/math.h#n237">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgammal.html">lgammal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<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/math.h#n247">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgamma.html">lgamma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<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/math.h#n248">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgammaf.html">lgammaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<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/math.h#n249">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgammal.html">lgammal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<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/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#n317">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#n334">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#n240">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrintf.html">llrintf</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#n241">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrintl.html">llrintl</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#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llround.html">llround</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#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/math.h#n251">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#n252">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrintf.html">llrintf</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#n253">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrintl.html">llrintl</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#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llround.html">llround</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#n256">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#n257">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#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/math.h#n253">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10l.html">log10l</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#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1p.html">log1p</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n256">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1pf.html">log1pf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1pl.html">log1pl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2.html">log2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n260">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2f.html">log2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2l.html">log2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logb.html">logb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n264">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logbf.html">logbf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logbl.html">logbl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n248">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logf.html">logf</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#n249">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logl.html">logl</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/fcntl.h#n154">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n138">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#n259">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#n263">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#n264">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/math.h#n265">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10l.html">log10l</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#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1p.html">log1p</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n268">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1pf.html">log1pf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1pl.html">log1pl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2.html">log2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n272">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2f.html">log2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n273">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2l.html">log2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logb.html">logb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
+<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/logbf.html">logbf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
+<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/logbl.html">logbl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n260">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logf.html">logf</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#n261">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logl.html">logl</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/setjmp.h#n33">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>&#160;<td>longjmp - non-local goto
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrand48.html">lrand48</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#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrint.html">lrint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to 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#n268">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrintf.html">lrintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to 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#n269">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrintl.html">lrintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to 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#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lround.html">lround</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n272">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lroundf.html">lroundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n273">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lroundl.html">lroundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrint.html">lrint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to 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#n280">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrintf.html">lrintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to 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#n281">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrintl.html">lrintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to 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#n283">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lround.html">lround</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
+<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/lroundf.html">lroundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
+<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/lroundl.html">lroundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lsearch.html">lsearch</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>lsearch, lfind - linear search and update
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html">lseek</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>lseek - move the read/write file offset
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lstat.html">lstat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>fstatat, lstat, stat - get file status
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html">malloc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>malloc - a memory allocator
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n70">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mblen.html">mblen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>mblen - get number of bytes in a character
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbrlen.html">mbrlen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>mbrlen - get number of bytes in a character (restartable)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n82">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbrtowc.html">mbrtowc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>mbrtowc - convert a character to a wide-character code (restartable)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbsinit.html">mbsinit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>mbsinit - determine conversion object status
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n157">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbsnrtowcs.html">mbsnrtowcs</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>mbsnrtowcs, mbsrtowcs - convert a character string to a wide-character string (restartable)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n87">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbsrtowcs.html">mbsrtowcs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>mbsnrtowcs, mbsrtowcs - convert a character string to a wide-character string (restartable)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbrlen.html">mbrlen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>mbrlen - get number of bytes in a character (restartable)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n86">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbrtowc.html">mbrtowc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>mbrtowc - convert a character to a wide-character code (restartable)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbsinit.html">mbsinit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>mbsinit - determine conversion object status
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n161">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbsnrtowcs.html">mbsnrtowcs</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>mbsnrtowcs, mbsrtowcs - convert a character string to a wide-character string (restartable)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbsrtowcs.html">mbsrtowcs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>mbsnrtowcs, mbsrtowcs - convert a character string to a wide-character string (restartable)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbstowcs.html">mbstowcs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>mbstowcs - convert a character string to a wide-character string
 <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/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/sched.h#n75">p</a> <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#n83">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdirat.html">mkdirat</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/stdlib.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdtemp.html">mkdtemp</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/sys/stat.h#n88">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#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#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/sys/mman.h#n120">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#n122">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#n112">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#n287">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#n288">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#n289">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#n115">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/mqueue.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_timedsend.html">mq_timedsend</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.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#MSG">MSG</a><td>mq_send, mq_timedsend - send a message to 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#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_unlink.html">mq_unlink</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_unlink - remove a message queue (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mrand48.html">mrand48</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/sys/msg.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/msgctl.html">msgctl</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>msgctl - XSI message control operations
-<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#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/sys/msg.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/msgctl.html">msgctl</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>msgctl - XSI message control operations
+<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/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#n39">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#n40">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#n116">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#n121">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#n123">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#n113">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#n291">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#n292">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#n293">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#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#n295">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#n296">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#n297">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>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/newlocale.html">newlocale</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>newlocale - create or modify a locale object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafter.html">nextafter</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#n288">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafterf.html">nextafterf</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#n289">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafterl.html">nextafterl</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#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/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafter.html">nextafter</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#n300">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafterf.html">nextafterf</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#n301">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafterl.html">nextafterl</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#n303">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#n304">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#n305">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#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/unistd.h#n140">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#n91">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#n92">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#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/arpa/inet.h#n13">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/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#n71">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#n156">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/stdio.h#n136">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#n160">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#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/dirent.h#n36">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#n123">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#n124">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>C<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#n124">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/optopt.html">optopt</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/unistd.h#n126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pathconf.html">pathconf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>fpathconf, pathconf - get configurable pathname variables
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n82">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pause.html">pause</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pause - suspend the thread until a signal is received
-<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/stdio.h#n139">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#n124">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#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/stdio.h#n138">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#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>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n118">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/spawn.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html">posix_spawn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn, posix_spawnp - spawn a process (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_addclose.html">posix_spawn_file_actions_addclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_adddup2.html">posix_spawn_file_actions_adddup2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn_file_actions_adddup2 - add dup2 action to spawn file actions object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_addopen.html">posix_spawn_file_actions_addopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_destroy.html">posix_spawn_file_actions_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_init.html">posix_spawn_file_actions_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_destroy.html">posix_spawnattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getflags.html">posix_spawnattr_getflags</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getflags, posix_spawnattr_setflags - get and set the spawn-flags attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getpgroup.html">posix_spawnattr_getpgroup</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set the spawn-pgroup attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getschedparam.html">posix_spawnattr_getschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a> <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#SPN">SPN</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>posix_spawnattr_getschedparam, posix_spawnattr_setschedparam - get and set the spawn-schedparam attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getschedpolicy.html">posix_spawnattr_getschedpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a> <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#SPN">SPN</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy - get and set the spawn-schedpolicy attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getsigdefault.html">posix_spawnattr_getsigdefault</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/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault - get and set the spawn-sigdefault attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getsigmask.html">posix_spawnattr_getsigmask</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/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getsigmask, posix_spawnattr_setsigmask - get and set the spawn-sigmask attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n43">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_init.html">posix_spawnattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setflags.html">posix_spawnattr_setflags</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getflags, posix_spawnattr_setflags - get and set the spawn-flags attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setpgroup.html">posix_spawnattr_setpgroup</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set the spawn-pgroup attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setschedparam.html">posix_spawnattr_setschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a> <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#SPN">SPN</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>posix_spawnattr_getschedparam, posix_spawnattr_setschedparam - get and set the spawn-schedparam attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setschedpolicy.html">posix_spawnattr_setschedpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a> <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#SPN">SPN</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy - get and set the spawn-schedpolicy attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setsigdefault.html">posix_spawnattr_setsigdefault</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/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault - get and set the spawn-sigdefault attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setsigmask.html">posix_spawnattr_setsigmask</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/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getsigmask, posix_spawnattr_setsigmask - get and set the spawn-sigmask attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnp.html">posix_spawnp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn, posix_spawnp - spawn a process (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html">posix_spawn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn, posix_spawnp - spawn a process (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_addclose.html">posix_spawn_file_actions_addclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_adddup2.html">posix_spawn_file_actions_adddup2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn_file_actions_adddup2 - add dup2 action to spawn file actions object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n70">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_addopen.html">posix_spawn_file_actions_addopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_destroy.html">posix_spawn_file_actions_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_init.html">posix_spawn_file_actions_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_destroy.html">posix_spawnattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getflags.html">posix_spawnattr_getflags</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getflags, posix_spawnattr_setflags - get and set the spawn-flags attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getpgroup.html">posix_spawnattr_getpgroup</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set the spawn-pgroup attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getschedparam.html">posix_spawnattr_getschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a> <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#SPN">SPN</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>posix_spawnattr_getschedparam, posix_spawnattr_setschedparam - get and set the spawn-schedparam attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getschedpolicy.html">posix_spawnattr_getschedpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a> <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#SPN">SPN</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy - get and set the spawn-schedpolicy attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getsigdefault.html">posix_spawnattr_getsigdefault</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/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault - get and set the spawn-sigdefault attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getsigmask.html">posix_spawnattr_getsigmask</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/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getsigmask, posix_spawnattr_setsigmask - get and set the spawn-sigmask attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_init.html">posix_spawnattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setflags.html">posix_spawnattr_setflags</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getflags, posix_spawnattr_setflags - get and set the spawn-flags attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setpgroup.html">posix_spawnattr_setpgroup</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set the spawn-pgroup attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setschedparam.html">posix_spawnattr_setschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a> <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#SPN">SPN</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>posix_spawnattr_getschedparam, posix_spawnattr_setschedparam - get and set the spawn-schedparam attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setschedpolicy.html">posix_spawnattr_setschedpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a> <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#SPN">SPN</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy - get and set the spawn-schedpolicy attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setsigdefault.html">posix_spawnattr_setsigdefault</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/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault - get and set the spawn-sigdefault attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setsigmask.html">posix_spawnattr_setsigmask</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/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getsigmask, posix_spawnattr_setsigmask - get and set the spawn-sigmask attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnp.html">posix_spawnp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn, posix_spawnp - spawn a process (<b>ADVANCED REALTIME</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_typed_mem_get_info.html">posix_typed_mem_get_info</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_typed_mem_get_info - query typed memory information (<b>ADVANCED REALTIME</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_typed_mem_open.html">posix_typed_mem_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#TYM">TYM</a><td>posix_typed_mem_open - open a typed memory object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pow.html">pow</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/math.h#n296">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/powf.html">powf</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/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/math.h#n307">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pow.html">pow</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/math.h#n308">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/powf.html">powf</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/math.h#n309">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/stdio.h#n107">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#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>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n146">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getguardsize.html">pthread_attr_getguardsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n160">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getinheritsched.html">pthread_attr_getinheritsched</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_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n158">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getschedparam.html">pthread_attr_getschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n156">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getschedpolicy.html">pthread_attr_getschedpolicy</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_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n154">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getscope.html">pthread_attr_getscope</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_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n152">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getstack.html">pthread_attr_getstack</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#TSA">TSA</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSS">TSS</a><td>pthread_attr_getstack, pthread_attr_setstack - get and set stack attributes
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n148">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getstacksize.html">pthread_attr_getstacksize</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#TSS">TSS</a><td>pthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n143">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_init.html">pthread_attr_init</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#n151">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setdetachstate.html">pthread_attr_setdetachstate</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>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n147">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setguardsize.html">pthread_attr_setguardsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n161">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setinheritsched.html">pthread_attr_setinheritsched</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_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n159">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setschedparam.html">pthread_attr_setschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n157">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setschedpolicy.html">pthread_attr_setschedpolicy</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_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n155">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setscope.html">pthread_attr_setscope</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_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n153">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setstack.html">pthread_attr_setstack</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#TSA">TSA</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSS">TSS</a><td>pthread_attr_getstack, pthread_attr_setstack - get and set stack attributes
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n149">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setstacksize.html">pthread_attr_setstacksize</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#TSS">TSS</a><td>pthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrier_destroy.html">pthread_barrier_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n134">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrier_init.html">pthread_barrier_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrier_wait.html">pthread_barrier_wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrier_wait - synchronize at a barrier
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n188">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_destroy.html">pthread_barrierattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n189">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_getpshared.html">pthread_barrierattr_getpshared</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#TSH">TSH</a><td>pthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n190">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_init.html">pthread_barrierattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n191">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_setpshared.html">pthread_barrierattr_setpshared</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#TSH">TSH</a><td>pthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cancel.html">pthread_cancel</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cancel - cancel execution of a thread
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n210">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cleanup_pop.html">pthread_cleanup_pop</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n209">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cleanup_push.html">pthread_cleanup_push</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_broadcast.html">pthread_cond_broadcast</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_destroy.html">pthread_cond_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_init.html">pthread_cond_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n116">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_signal.html">pthread_cond_signal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_timedwait.html">pthread_cond_timedwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_timedwait, pthread_cond_wait - wait on a condition
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_wait.html">pthread_cond_wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_timedwait, pthread_cond_wait - wait on a condition
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n177">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_destroy.html">pthread_condattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n180">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_getclock.html">pthread_condattr_getclock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n181">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_getpshared.html">pthread_condattr_getpshared</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#TSH">TSH</a><td>pthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n176">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_init.html">pthread_condattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n178">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_setclock.html">pthread_condattr_setclock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n179">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_setpshared.html">pthread_condattr_setpshared</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#TSH">TSH</a><td>pthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n196">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#n147">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#n153">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>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n149">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getguardsize.html">pthread_attr_getguardsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n163">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getinheritsched.html">pthread_attr_getinheritsched</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_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n161">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getschedparam.html">pthread_attr_getschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n159">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getschedpolicy.html">pthread_attr_getschedpolicy</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_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n157">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getscope.html">pthread_attr_getscope</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_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n155">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getstack.html">pthread_attr_getstack</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#TSA">TSA</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSS">TSS</a><td>pthread_attr_getstack, pthread_attr_setstack - get and set stack attributes
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n151">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getstacksize.html">pthread_attr_getstacksize</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#TSS">TSS</a><td>pthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n146">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_init.html">pthread_attr_init</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#n154">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setdetachstate.html">pthread_attr_setdetachstate</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>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_setguardsize.html">pthread_attr_setguardsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n164">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setinheritsched.html">pthread_attr_setinheritsched</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_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n162">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setschedparam.html">pthread_attr_setschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n160">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setschedpolicy.html">pthread_attr_setschedpolicy</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_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n158">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setscope.html">pthread_attr_setscope</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_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n156">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setstack.html">pthread_attr_setstack</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#TSA">TSA</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSS">TSS</a><td>pthread_attr_getstack, pthread_attr_setstack - get and set stack attributes
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n152">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setstacksize.html">pthread_attr_setstacksize</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#TSS">TSS</a><td>pthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute
+<tr><td>&#160;<td>T<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_barrier_destroy.html">pthread_barrier_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n137">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrier_init.html">pthread_barrier_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object
+<tr><td>&#160;<td>T<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_barrier_wait.html">pthread_barrier_wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrier_wait - synchronize at a barrier
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n191">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_destroy.html">pthread_barrierattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n192">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_getpshared.html">pthread_barrierattr_getpshared</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#TSH">TSH</a><td>pthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object
+<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_barrierattr_init.html">pthread_barrierattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n194">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_setpshared.html">pthread_barrierattr_setpshared</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#TSH">TSH</a><td>pthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object
+<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_cancel.html">pthread_cancel</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cancel - cancel execution of a thread
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n213">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cleanup_pop.html">pthread_cleanup_pop</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n212">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cleanup_push.html">pthread_cleanup_push</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n118">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_broadcast.html">pthread_cond_broadcast</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_destroy.html">pthread_cond_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_init.html">pthread_cond_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_signal.html">pthread_cond_signal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_timedwait.html">pthread_cond_timedwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_timedwait, pthread_cond_wait - wait on a condition
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n116">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_wait.html">pthread_cond_wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_timedwait, pthread_cond_wait - wait on a condition
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n180">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_destroy.html">pthread_condattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n183">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_getclock.html">pthread_condattr_getclock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n184">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_getpshared.html">pthread_condattr_getpshared</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#TSH">TSH</a><td>pthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n179">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_init.html">pthread_condattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n181">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_setclock.html">pthread_condattr_setclock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n182">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_setpshared.html">pthread_condattr_setpshared</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#TSH">TSH</a><td>pthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_create.html">pthread_create</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_create - thread creation
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_detach.html">pthread_detach</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_detach - detach a thread
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n84">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_equal.html">pthread_equal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_equal - compare thread IDs
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n89">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n87">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_equal.html">pthread_equal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_equal - compare thread IDs
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n79">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_exit.html">pthread_exit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_exit - thread termination
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n195">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getconcurrency.html">pthread_getconcurrency</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#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>pthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n198">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getcpuclockid.html">pthread_getcpuclockid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.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#TCT">TCT</a><td>pthread_getcpuclockid - access a thread CPU-time clock (<b>ADVANCED REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getschedparam.html">pthread_getschedparam</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>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getspecific.html">pthread_getspecific</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/pthread.h#n198">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getconcurrency.html">pthread_getconcurrency</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#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>pthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n201">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getcpuclockid.html">pthread_getcpuclockid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.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#TCT">TCT</a><td>pthread_getcpuclockid - access a thread CPU-time clock (<b>ADVANCED REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n97">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getschedparam.html">pthread_getschedparam</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>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n143">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getspecific.html">pthread_getspecific</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>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>W<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_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#n142">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#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#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_init.html">pthread_mutex_init</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>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_lock.html">pthread_mutex_lock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_setprioceiling.html">pthread_mutex_setprioceiling</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>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_timedlock.html">pthread_mutex_timedlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>pthread_mutex_timedlock - lock a mutex
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_trylock.html">pthread_mutex_trylock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_unlock.html">pthread_mutex_unlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n163">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_destroy.html">pthread_mutexattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object
-<tr><td>nosym<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n164">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprioceiling.html">pthread_mutexattr_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_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n165">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprotocol.html">pthread_mutexattr_getprotocol</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#MC1">MC1</a><td>pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n166">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getpshared.html">pthread_mutexattr_getpshared</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#TSH">TSH</a><td>pthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n167">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getrobust.html">pthread_mutexattr_getrobust</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n168">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_gettype.html">pthread_mutexattr_gettype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n169">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_init.html">pthread_mutexattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object
-<tr><td>nosym<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n170">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setprioceiling.html">pthread_mutexattr_setprioceiling</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_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n171">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setprotocol.html">pthread_mutexattr_setprotocol</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#MC1">MC1</a><td>pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n172">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setpshared.html">pthread_mutexattr_setpshared</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#TSH">TSH</a><td>pthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n173">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setrobust.html">pthread_mutexattr_setrobust</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n174">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_settype.html">pthread_mutexattr_settype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_once.html">pthread_once</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_once - dynamic package initialization
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_destroy.html">pthread_rwlock_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n118">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_init.html">pthread_rwlock_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n120">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_rdlock.html">pthread_rwlock_rdlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_timedrdlock.html">pthread_rwlock_timedrdlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>pthread_rwlock_timedrdlock - lock a read-write lock for reading
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_timedwrlock.html">pthread_rwlock_timedwrlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>pthread_rwlock_timedwrlock - lock a read-write lock for writing
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_tryrdlock.html">pthread_rwlock_tryrdlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_trywrlock.html">pthread_rwlock_trywrlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_unlock.html">pthread_rwlock_unlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_unlock - unlock a read-write lock object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_wrlock.html">pthread_rwlock_wrlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n184">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_destroy.html">pthread_rwlockattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n186">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_getpshared.html">pthread_rwlockattr_getpshared</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#TSH">TSH</a><td>pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n183">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_init.html">pthread_rwlockattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n185">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_setpshared.html">pthread_rwlockattr_setpshared</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#TSH">TSH</a><td>pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n82">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_self.html">pthread_self</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_self - get the calling thread ID
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setcancelstate.html">pthread_setcancelstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setcanceltype.html">pthread_setcanceltype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n196">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setconcurrency.html">pthread_setconcurrency</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#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>pthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency
-<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/pthread.h#n109">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#n108">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#n111">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#n103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_init.html">pthread_mutex_init</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>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_lock.html">pthread_mutex_lock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_setprioceiling.html">pthread_mutex_setprioceiling</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>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_timedlock.html">pthread_mutex_timedlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>pthread_mutex_timedlock - lock a mutex
+<tr><td>&#160;<td>W<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_trylock.html">pthread_mutex_trylock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
+<tr><td>&#160;<td>W<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_unlock.html">pthread_mutex_unlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n166">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_destroy.html">pthread_mutexattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object
+<tr><td>nosym<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n167">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprioceiling.html">pthread_mutexattr_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_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n168">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprotocol.html">pthread_mutexattr_getprotocol</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#MC1">MC1</a><td>pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n169">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getpshared.html">pthread_mutexattr_getpshared</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#TSH">TSH</a><td>pthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n170">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getrobust.html">pthread_mutexattr_getrobust</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n171">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_gettype.html">pthread_mutexattr_gettype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n172">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_init.html">pthread_mutexattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object
+<tr><td>nosym<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n173">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setprioceiling.html">pthread_mutexattr_setprioceiling</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_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n174">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setprotocol.html">pthread_mutexattr_setprotocol</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#MC1">MC1</a><td>pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n175">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setpshared.html">pthread_mutexattr_setpshared</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#TSH">TSH</a><td>pthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n176">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setrobust.html">pthread_mutexattr_setrobust</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n177">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_settype.html">pthread_mutexattr_settype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_once.html">pthread_once</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_once - dynamic package initialization
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_destroy.html">pthread_rwlock_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_init.html">pthread_rwlock_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_rdlock.html">pthread_rwlock_rdlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_timedrdlock.html">pthread_rwlock_timedrdlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>pthread_rwlock_timedrdlock - lock a read-write lock for reading
+<tr><td>&#160;<td>W<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_rwlock_timedwrlock.html">pthread_rwlock_timedwrlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>pthread_rwlock_timedwrlock - lock a read-write lock for writing
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_tryrdlock.html">pthread_rwlock_tryrdlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_trywrlock.html">pthread_rwlock_trywrlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing
+<tr><td>&#160;<td>W<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_rwlock_unlock.html">pthread_rwlock_unlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_unlock - unlock a read-write lock object
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_wrlock.html">pthread_rwlock_wrlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n187">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_destroy.html">pthread_rwlockattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n189">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_getpshared.html">pthread_rwlockattr_getpshared</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#TSH">TSH</a><td>pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n186">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_init.html">pthread_rwlockattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n188">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_setpshared.html">pthread_rwlockattr_setpshared</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#TSH">TSH</a><td>pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_self.html">pthread_self</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_self - get the calling thread ID
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setcancelstate.html">pthread_setcancelstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n93">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setcanceltype.html">pthread_setcanceltype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n199">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setconcurrency.html">pthread_setconcurrency</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#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>pthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n98">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#n99">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#n144">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#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/pthread.h#n131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_trylock.html">pthread_spin_trylock</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/pthread.h#n132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_unlock.html">pthread_spin_unlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_unlock - unlock a spin lock object
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_testcancel.html">pthread_testcancel</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n132">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#n131">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#n133">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/pthread.h#n134">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_trylock.html">pthread_spin_trylock</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/pthread.h#n135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_unlock.html">pthread_spin_unlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_unlock - unlock a spin lock object
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_testcancel.html">pthread_testcancel</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ptsname.html">ptsname</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>ptsname - get name of the slave pseudo-terminal device
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putc.html">putc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>putc - put a byte on a stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n145">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putc_unlocked.html">putc_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#n92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putchar.html">putchar</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>putchar - put a byte on a stdout stream
-<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/stdio.h#n96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putc.html">putc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>putc - put a byte on a stream
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n150">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putc_unlocked.html">putc_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#n97">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putchar.html">putchar</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>putchar - put a byte on a stdout stream
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n151">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/stdio.h#n105">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#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/wchar.h#n130">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#n131">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#n269">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#n272">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#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/dirent.h#n37">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#n38">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#n325">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#n327">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#n329">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#n342">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#n344">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#n346">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/regex.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regfree.html">regfree</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/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainder.html">remainder</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n300">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderf.html">remainderf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderl.html">remainderl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remove.html">remove</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>remove - remove a file
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainder.html">remainder</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n312">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderf.html">remainderf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderl.html">remainderl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remove.html">remove</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>remove - remove a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remque.html">remque</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>insque, remque - insert or remove an element in a queue
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquo.html">remquo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n304">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquof.html">remquof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquol.html">remquol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
-<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#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#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquo.html">remquo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n316">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquof.html">remquof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquol.html">remquol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder 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/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#n154">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#n82">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#n39">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#n319">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#n320">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#n321">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/unistd.h#n64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rmdir.html">rmdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>rmdir - remove a directory
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/round.html">round</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n312">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/roundf.html">roundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/roundl.html">roundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbln.html">scalbln</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#n316">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalblnf.html">scalblnf</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#n317">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalblnl.html">scalblnl</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#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#n39">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/math.h#n323">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/round.html">round</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
+<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/roundf.html">roundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
+<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/roundl.html">roundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
+<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#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbln.html">scalbln</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#n328">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalblnf.html">scalblnf</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#n329">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalblnl.html">scalblnl</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#n331">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#n332">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#n333">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#n43">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#n117">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#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_getparam.html">sched_getparam</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_getparam - get scheduling parameters (<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#n42">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/dirent.h#n46">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#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_trywait.html">sem_trywait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_trywait, sem_wait - lock a semaphore
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/semaphore.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_unlink.html">sem_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_unlink - remove a named semaphore
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/semaphore.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_wait.html">sem_wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_trywait, sem_wait - lock 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#n324">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#n328">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#n326">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/sys/sem.h#n57">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#n58">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#n59">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#n341">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#n345">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#n343">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#n127">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#n115">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#n113">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#n114">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#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/netdb.h#n91">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#n23">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#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>W<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/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/unistd.h#n142">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#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/netdb.h#n107">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/unistd.h#n138">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#n137">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/unistd.h#n137">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#n136">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#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/netdb.h#n101">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#n332">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#n349">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#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#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#n313">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>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n126">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#n137">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#n138">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#n61">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#n62">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#n63">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#n64">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#n330">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#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#n268">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#n271">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#n97">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#n384">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#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#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#n328">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinhf.html">sinhf</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#n329">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinhl.html">sinhl</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/math.h#n335">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#n336">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#n339">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#n340">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinhf.html">sinhf</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#n341">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinhl.html">sinhl</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#n337">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#n334">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#n310">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#n311">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/math.h#n333">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrtl.html">sqrtl</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/stdio.h#n110">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#n351">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#n327">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#n328">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#n109">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#n343">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#n344">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/math.h#n345">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrtl.html">sqrtl</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/stdlib.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/srand.html">srand</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#n132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/srand48.html">srand48</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/stdlib.h#n115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/srandom.html">srandom</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/stdio.h#n114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sscanf.html">sscanf</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/stdio.h#n119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sscanf.html">sscanf</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/sys/stat.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stat.html">stat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>fstatat, lstat, stat - get file status
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/statvfs.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/statvfs.html">statvfs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_statvfs.h.html">sys/statvfs.h</a><td>&#160;<td>fstatvfs, statvfs - get file system information
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stderr.html">stderr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>stderr, stdin, stdout - standard I/O streams
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stdin.html">stdin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>stderr, stdin, stdout - standard I/O streams
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stdout.html">stdout</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>stderr, stdin, stdout - standard I/O streams
+<tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n66">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n62">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stderr.html">stderr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>stderr, stdin, stdout - standard I/O streams
+<tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n64">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n60">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stdin.html">stdin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>stderr, stdin, stdout - standard I/O streams
+<tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n65">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n61">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stdout.html">stdout</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>stderr, stdin, stdout - standard I/O streams
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stpcpy.html">stpcpy</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>stpcpy, strcpy - copy a string and return a pointer to the end of the result
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stpncpy.html">stpncpy</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>stpncpy, strncpy - copy fixed length string, returning a pointer to the array end
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/strings.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html">strcasecmp</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#n90">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/strings.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp_l.html">strcasecmp_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>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/strings.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp_l.html">strcasecmp_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#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcat.html">strcat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strcat - concatenate two strings
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n43">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strchr.html">strchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strchr - string scanning operation
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcmp.html">strcmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strcmp - compare two strings
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcoll_l.html">strcoll_l</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>strcoll, strcoll_l - string comparison using collating information
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcpy.html">strcpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>stpcpy, strcpy - copy a string and return a pointer to the end of the result
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcspn.html">strcspn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strcspn - get the length of a complementary substring
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html">strdup</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#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html">strdup</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#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strerror.html">strerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strerror, strerror_l, strerror_r - get error message string
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strerror_l.html">strerror_l</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/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>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>W<td><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#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncmp.html">strncmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strncmp - compare part of two strings
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncpy.html">strncpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>stpncpy, strncpy - copy fixed length string, returning a pointer to the array end
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtoumax.html">strtoumax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>strtoimax, strtoumax - convert string to integer type
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strxfrm.html">strxfrm</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strxfrm, strxfrm_l - string transformation
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strxfrm_l.html">strxfrm_l</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>strxfrm, strxfrm_l - string transformation
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n146">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/swab.html">swab</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>swab - swap bytes
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/swprintf.html">swprintf</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/wchar.h#n115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/swscanf.html">swscanf</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/unistd.h#n145">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/swab.html">swab</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>swab - swap bytes
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/swprintf.html">swprintf</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/wchar.h#n119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/swscanf.html">swscanf</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/unistd.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/symlink.html">symlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>symlink, symlinkat - make a symbolic link relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/symlinkat.html">symlinkat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>symlink, symlinkat - make a symbolic link relative to directory file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n142">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sync.html">sync</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>sync - schedule file system updates
+<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/sync.html">sync</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>sync - schedule file system updates
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sysconf.html">sysconf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>sysconf - get configurable system variables
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/syslog.h#n62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/syslog.html">syslog</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/stdlib.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/system.html">system</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>system - issue a command
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tan.html">tan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n336">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanf.html">tanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n339">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanh.html">tanh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n340">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanhf.html">tanhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanhl.html">tanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanl.html">tanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tan.html">tan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n348">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanf.html">tanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n351">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanh.html">tanh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n352">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanhf.html">tanhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n353">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanhl.html">tanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n349">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanl.html">tanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/termios.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcdrain.html">tcdrain</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html">termios.h</a><td>&#160;<td>tcdrain - wait for transmission of output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/termios.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcflow.html">tcflow</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html">termios.h</a><td>&#160;<td>tcflow - suspend or restart the transmission or reception of data
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/termios.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcflush.html">tcflush</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html">termios.h</a><td>&#160;<td>tcflush - flush non-transmitted output data, non-read input data, or both
 <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#n43">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/dirent.h#n47">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#n163">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/math.h#n355">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#n356">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#n357">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#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#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#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/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/stdio.h#n130">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#n129">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/ctype.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tolower.html">tolower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>tolower, tolower_l - transliterate uppercase characters to lowercase
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tolower_l.html">tolower_l</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#CX">CX</a><td>tolower, tolower_l - transliterate uppercase characters to lowercase
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/toupper_l.html">toupper_l</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#CX">CX</a><td>toupper, toupper_l - transliterate lowercase characters to uppercase
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towctrans.html">towctrans</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>towctrans, towctrans_l - wide-character transliteration
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towctrans_l.html">towctrans_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>towctrans, towctrans_l - wide-character transliteration
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towlower.html">towlower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>towlower, towlower_l - transliterate uppercase wide-character code to lowercase
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towlower.html">towlower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>towlower, towlower_l - transliterate uppercase wide-character code to lowercase
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towlower_l.html">towlower_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>towlower, towlower_l - transliterate uppercase wide-character code to lowercase
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n188">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towupper.html">towupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>towupper, towupper_l - transliterate lowercase wide-character code to uppercase
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n192">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towupper.html">towupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>towupper, towupper_l - transliterate lowercase wide-character code to uppercase
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towupper_l.html">towupper_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>towupper, towupper_l - transliterate lowercase wide-character code to uppercase
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/trunc.html">trunc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n359">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/trunc.html">trunc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncate.html">truncate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>truncate - truncate a file to a specified length
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n348">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncf.html">truncf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n349">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncl.html">truncl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n360">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncf.html">truncf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n361">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncl.html">truncl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tsearch.html">tsearch</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/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/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#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/stdio.h#n93">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#n136">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/unistd.h#n63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/unlinkat.html">unlinkat</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>&#160;<td><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_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><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n13">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>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n12">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/va_start.html">va_start</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/stdio.h#n139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vdprintf.html">vdprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vfprintf.html">vfprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n116">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vfscanf.html">vfscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vfscanf, vscanf, vsscanf - format input of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vfwprintf.html">vfwprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n118">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vfwscanf.html">vfwscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vprintf.html">vprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vscanf.html">vscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vfscanf, vscanf, vsscanf - format input of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vsnprintf.html">vsnprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vsprintf.html">vsprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vsscanf.html">vsscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vfscanf, vscanf, vsscanf - format input of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vswprintf.html">vswprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vswscanf.html">vswscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vwprintf.html">vwprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vwscanf.html">vwscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list
+<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/vdprintf.html">vdprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vfprintf.html">vfprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
+<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/vfscanf.html">vfscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vfscanf, vscanf, vsscanf - format input of a stdarg argument list
+<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/vfwprintf.html">vfwprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list
+<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/vfwscanf.html">vfwscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list
+<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/vprintf.html">vprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n120">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vscanf.html">vscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vfscanf, vscanf, vsscanf - format input of a stdarg argument list
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vsnprintf.html">vsnprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vsprintf.html">vsprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
+<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/vsscanf.html">vsscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vfscanf, vscanf, vsscanf - format input of a stdarg argument list
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vswprintf.html">vswprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list
+<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/vswscanf.html">vswscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vwprintf.html">vwprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vwscanf.html">vwscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <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>vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/wait.h#n19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wait.html">wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html">sys/wait.h</a><td>&#160;<td>wait, waitpid - wait for a child process to stop or terminate
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/wait.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/waitid.html">waitid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html">sys/wait.h</a><td>&#160;<td>waitid - wait for a child process to change state
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/wait.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/waitpid.html">waitpid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html">sys/wait.h</a><td>&#160;<td>wait, waitpid - wait for a child process to stop or terminate
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n161">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcpcpy.html">wcpcpy</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>wcpcpy, wcscpy - copy a wide-character string, returning a pointer to its end
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n162">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcpncpy.html">wcpncpy</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>wcpncpy, wcsncpy - copy a fixed-size wide-character string, returning a pointer to its end
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n83">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcrtomb.html">wcrtomb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcrtomb - convert a wide-character code to a character (restartable)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n163">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscasecmp.html">wcscasecmp</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>wcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n164">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscasecmp_l.html">wcscasecmp_l</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>wcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscat.html">wcscat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcscat - concatenate two wide-character strings
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcschr.html">wcschr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcschr - wide-character string scanning operation
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscmp.html">wcscmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcscmp - compare two wide-character strings
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscoll.html">wcscoll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcscoll, wcscoll_l - wide-character string comparison using collating information
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n167">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscoll_l.html">wcscoll_l</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>wcscoll, wcscoll_l - wide-character string comparison using collating information
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscpy.html">wcscpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcpcpy, wcscpy - copy a wide-character string, returning a pointer to its end
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscspn.html">wcscspn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcscspn - get the length of a complementary wide substring
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n159">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsdup.html">wcsdup</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>wcsdup - duplicate a wide-character string
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsftime.html">wcsftime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsftime - convert date and time to a wide-character string
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcslen.html">wcslen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcslen, wcsnlen - get length of a fixed-sized wide-character string
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n165">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsncasecmp.html">wcsncasecmp</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>wcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n166">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsncasecmp_l.html">wcsncasecmp_l</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>wcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsncat.html">wcsncat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsncat - concatenate a wide-character string with part of another
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsncmp.html">wcsncmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsncmp - compare part of two wide-character strings
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsncpy.html">wcsncpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcpncpy, wcsncpy - copy a fixed-size wide-character string, returning a pointer to its end
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n160">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsnlen.html">wcsnlen</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>wcslen, wcsnlen - get length of a fixed-sized wide-character string
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n158">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsnrtombs.html">wcsnrtombs</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>wcsnrtombs, wcsrtombs - convert a wide-character string to a character string (restartable)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcspbrk.html">wcspbrk</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcspbrk - scan a wide-character string for a wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsrchr.html">wcsrchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsrchr - wide-character string scanning operation
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n88">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsrtombs.html">wcsrtombs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsnrtombs, wcsrtombs - convert a wide-character string to a character string (restartable)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsspn.html">wcsspn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsspn - get the length of a wide substring
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsstr.html">wcsstr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsstr - find a wide-character substring
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstod.html">wcstod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstof.html">wcstof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n165">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcpcpy.html">wcpcpy</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>wcpcpy, wcscpy - copy a wide-character string, returning a pointer to its end
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n166">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcpncpy.html">wcpncpy</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>wcpncpy, wcsncpy - copy a fixed-size wide-character string, returning a pointer to its end
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n87">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcrtomb.html">wcrtomb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcrtomb - convert a wide-character code to a character (restartable)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n167">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscasecmp.html">wcscasecmp</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>wcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n168">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscasecmp_l.html">wcscasecmp_l</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>wcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscat.html">wcscat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcscat - concatenate two wide-character strings
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcschr.html">wcschr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcschr - wide-character string scanning operation
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscmp.html">wcscmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcscmp - compare two wide-character strings
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscoll.html">wcscoll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcscoll, wcscoll_l - wide-character string comparison using collating information
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n171">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscoll_l.html">wcscoll_l</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>wcscoll, wcscoll_l - wide-character string comparison using collating information
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscpy.html">wcscpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcpcpy, wcscpy - copy a wide-character string, returning a pointer to its end
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcscspn.html">wcscspn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcscspn - get the length of a complementary wide substring
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n163">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsdup.html">wcsdup</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>wcsdup - duplicate a wide-character string
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsftime.html">wcsftime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsftime - convert date and time to a wide-character string
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcslen.html">wcslen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcslen, wcsnlen - get length of a fixed-sized wide-character string
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n169">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsncasecmp.html">wcsncasecmp</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>wcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n170">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsncasecmp_l.html">wcsncasecmp_l</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>wcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsncat.html">wcsncat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsncat - concatenate a wide-character string with part of another
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsncmp.html">wcsncmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsncmp - compare part of two wide-character strings
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsncpy.html">wcsncpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcpncpy, wcsncpy - copy a fixed-size wide-character string, returning a pointer to its end
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n164">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsnlen.html">wcsnlen</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>wcslen, wcsnlen - get length of a fixed-sized wide-character string
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n162">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsnrtombs.html">wcsnrtombs</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>wcsnrtombs, wcsrtombs - convert a wide-character string to a character string (restartable)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcspbrk.html">wcspbrk</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcspbrk - scan a wide-character string for a wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsrchr.html">wcsrchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsrchr - wide-character string scanning operation
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsrtombs.html">wcsrtombs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsnrtombs, wcsrtombs - convert a wide-character string to a character string (restartable)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsspn.html">wcsspn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsspn - get the length of a wide substring
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsstr.html">wcsstr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsstr - find a wide-character substring
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstod.html">wcstod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstof.html">wcstof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoimax.html">wcstoimax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stddef.h.html">stddef.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>wcstoimax, wcstoumax - convert a wide-character string to an integer type
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstok.html">wcstok</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstok - split a wide-character string into tokens
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstol.html">wcstol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstol, wcstoll - convert a wide-character string to a long integer
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstold.html">wcstold</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n97">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoll.html">wcstoll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstol, wcstoll - convert a wide-character string to a long integer
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstok.html">wcstok</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstok - split a wide-character string into tokens
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstol.html">wcstol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstol, wcstoll - convert a wide-character string to a long integer
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstold.html">wcstold</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoll.html">wcstoll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstol, wcstoll - convert a wide-character string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstombs.html">wcstombs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>wcstombs - convert a wide-character string to a character string
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoul.html">wcstoul</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstoul, wcstoull - convert a wide-character string to an unsigned long
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoull.html">wcstoull</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstoul, wcstoull - convert a wide-character string to an unsigned long
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoul.html">wcstoul</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstoul, wcstoull - convert a wide-character string to an unsigned long
+<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/wcstoull.html">wcstoull</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstoul, wcstoull - convert a wide-character string to an unsigned long
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoumax.html">wcstoumax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stddef.h.html">stddef.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>wcstoimax, wcstoumax - convert a wide-character string to an integer type
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n173">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcswidth.html">wcswidth</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#XSI">XSI</a><td>wcswidth - number of column positions of a wide-character string
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsxfrm.html">wcsxfrm</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsxfrm, wcsxfrm_l - wide-character string transformation
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n168">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsxfrm_l.html">wcsxfrm_l</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>wcsxfrm, wcsxfrm_l - wide-character string transformation
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n79">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctob.html">wctob</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>wctob - wide-character to single-byte conversion
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n177">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcswidth.html">wcswidth</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#XSI">XSI</a><td>wcswidth - number of column positions of a wide-character string
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsxfrm.html">wcsxfrm</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsxfrm, wcsxfrm_l - wide-character string transformation
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n172">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsxfrm_l.html">wcsxfrm_l</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>wcsxfrm, wcsxfrm_l - wide-character string transformation
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n83">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctob.html">wctob</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>wctob - wide-character to single-byte conversion
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctomb.html">wctomb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>wctomb - convert a wide-character code to a character
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n43">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctrans.html">wctrans</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>wctrans, wctrans_l - define character mapping
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n70">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctrans_l.html">wctrans_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>wctrans, wctrans_l - define character mapping
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n189">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctype.html">wctype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>wctype, wctype_l - define character class
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n193">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctype.html">wctype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>wctype, wctype_l - define character class
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctype_l.html">wctype_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>wctype, wctype_l - define character class
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n172">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcwidth.html">wcwidth</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#XSI">XSI</a><td>wcwidth - number of column positions of a wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wmemchr.html">wmemchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wmemchr - find a wide character in memory
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wmemcmp.html">wmemcmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wmemcmp - compare wide characters in memory
-<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/wchar.h#n176">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcwidth.html">wcwidth</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#XSI">XSI</a><td>wcwidth - number of column positions of a wide-character code
+<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/wmemchr.html">wmemchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wmemchr - find a wide character in memory
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wmemcmp.html">wmemcmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wmemcmp - compare wide characters in memory
+<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/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#n79">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#n80">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#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/wchar.h#n109">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
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wscanf.html">wscanf</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/math.h#n378">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/y0.html">y0</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>y0, y1, yn - Bessel functions of the second kind
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n379">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/y1.html">y1</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>y0, y1, yn - Bessel functions of the second kind
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n380">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/yn.html">yn</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>y0, y1, yn - Bessel functions of the second kind
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wscanf.html">wscanf</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/math.h#n390">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/y0.html">y0</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>y0, y1, yn - Bessel functions of the second kind
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n391">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/y1.html">y1</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>y0, y1, yn - Bessel functions of the second kind
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n392">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/yn.html">yn</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>y0, y1, yn - Bessel functions of the second kind
 </table>
 <h4>stats</h4><ul><li>missing: 12<li>nosym: 2<li>nodecl: 0</ul>