v1.1.23 update
[musl-tables] / abi_func.cc
index 309d36c..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)
@@ -493,7 +496,9 @@ T(fgets)
 T(fgets_unlocked)
 T(fgetspent)
 T(fgetwc)
+T(fgetwc_unlocked)
 T(fgetws)
+T(fgetws_unlocked)
 T(fgetxattr)
 T(fileno)
 T(fileno_unlocked)
@@ -521,6 +526,7 @@ T(fmodl)
 T(fmtmsg)
 T(fnmatch)
 T(fopen)
+T(fopencookie)
 T(fork)
 T(forkpty)
 T(fpathconf)
@@ -530,7 +536,9 @@ T(fputc_unlocked)
 T(fputs)
 T(fputs_unlocked)
 T(fputwc)
+T(fputwc_unlocked)
 T(fputws)
+T(fputws_unlocked)
 T(fread)
 T(fread_unlocked)
 T(free)
@@ -589,6 +597,7 @@ M(T(getdents))
 T(getdomainname)
 T(getdtablesize)
 T(getegid)
+T(getentropy)
 T(getenv)
 T(geteuid)
 T(getgid)
@@ -639,6 +648,7 @@ T(getpwnam)
 T(getpwnam_r)
 T(getpwuid)
 T(getpwuid_r)
+T(getrandom)
 T(getresgid)
 T(getresuid)
 T(getrlimit)
@@ -667,7 +677,9 @@ T(getutxid)
 T(getutxline)
 T(getw)
 T(getwc)
+T(getwc_unlocked)
 T(getwchar)
+T(getwchar_unlocked)
 T(getxattr)
 T(glob)
 T(globfree)
@@ -865,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)
@@ -889,6 +903,7 @@ T(mkstemps)
 T(mktemp)
 T(mktime)
 T(mlock)
+T(mlock2)
 T(mlockall)
 T(mmap)
 T(modf)
@@ -922,6 +937,7 @@ M(T(mtx_unlock))
 T(munlock)
 T(munlockall)
 T(munmap)
+T(name_to_handle_at)
 T(nan)
 T(nanf)
 T(nanl)
@@ -952,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)
@@ -1055,6 +1072,7 @@ T(pthread_detach)
 T(pthread_equal)
 T(pthread_exit)
 T(pthread_getaffinity_np)
+T(pthread_getattr_default_np)
 T(pthread_getattr_np)
 T(pthread_getconcurrency)
 T(pthread_getcpuclockid)
@@ -1101,9 +1119,11 @@ T(pthread_rwlockattr_init)
 T(pthread_rwlockattr_setpshared)
 T(pthread_self)
 T(pthread_setaffinity_np)
+T(pthread_setattr_default_np)
 T(pthread_setcancelstate)
 T(pthread_setcanceltype)
 T(pthread_setconcurrency)
+T(pthread_setname_np)
 T(pthread_setschedparam)
 T(pthread_setschedprio)
 T(pthread_setspecific)
@@ -1114,6 +1134,8 @@ T(pthread_spin_lock)
 T(pthread_spin_trylock)
 T(pthread_spin_unlock)
 T(pthread_testcancel)
+T(pthread_timedjoin_np)
+T(pthread_tryjoin_np)
 T(ptrace)
 T(ptsname)
 T(ptsname_r)
@@ -1130,7 +1152,9 @@ T(pututline)
 T(pututxline)
 T(putw)
 T(putwc)
+T(putwc_unlocked)
 T(putwchar)
+T(putwchar_unlocked)
 T(pwrite)
 T(pwritev)
 T(qsort)
@@ -1200,6 +1224,7 @@ T(scanf)
 T(sched_get_priority_max)
 T(sched_get_priority_min)
 T(sched_getaffinity)
+T(sched_getcpu)
 T(sched_getparam)
 T(sched_getscheduler)
 T(sched_rr_get_interval)
@@ -1549,6 +1574,7 @@ T(wcscpy)
 T(wcscspn)
 T(wcsdup)
 T(wcsftime)
+T(wcsftime_l)
 T(wcslen)
 T(wcsncasecmp)
 T(wcsncasecmp_l)