X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=abi_func.cc;h=6abb9a9dde2d7b2dc4ca2332e7d452b27421b0cf;hb=bd89f40dfc7937d04b38d21f8ff1276680ae5526;hp=309d36cd030fdce0e1f05e72d06281fefc0b9a1a;hpb=ff45df5ea5bba5e2de7a840d44b81795dd47766c;p=musl-tables diff --git a/abi_func.cc b/abi_func.cc index 309d36c..6abb9a9 100644 --- a/abi_func.cc +++ b/abi_func.cc @@ -493,7 +493,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) @@ -530,7 +532,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) @@ -667,7 +671,9 @@ T(getutxid) T(getutxline) T(getw) T(getwc) +T(getwc_unlocked) T(getwchar) +T(getwchar_unlocked) T(getxattr) T(glob) T(globfree) @@ -1055,6 +1061,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 +1108,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 +1123,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 +1141,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 +1213,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 +1563,7 @@ T(wcscpy) T(wcscspn) T(wcsdup) T(wcsftime) +T(wcsftime_l) T(wcslen) T(wcsncasecmp) T(wcsncasecmp_l)