v1.1.16 update
[musl-tables] / data / abi_func.x86_64.musl
index 7378877..78f4137 100644 (file)
@@ -359,7 +359,9 @@ char* fgets(char*, int, _IO_FILE*)
 char* fgets_unlocked(char*, int, _IO_FILE*)
 spwd* fgetspent(_IO_FILE*)
 unsigned int fgetwc(_IO_FILE*)
+unsigned int fgetwc_unlocked(_IO_FILE*)
 wchar_t* fgetws(wchar_t*, int, _IO_FILE*)
+wchar_t* fgetws_unlocked(wchar_t*, int, _IO_FILE*)
 long fgetxattr(int, char const*, void*, unsigned long)
 int fileno(_IO_FILE*)
 int fileno_unlocked(_IO_FILE*)
@@ -396,7 +398,9 @@ int fputc_unlocked(int, _IO_FILE*)
 int fputs(char const*, _IO_FILE*)
 int fputs_unlocked(char const*, _IO_FILE*)
 unsigned int fputwc(wchar_t, _IO_FILE*)
+unsigned int fputwc_unlocked(wchar_t, _IO_FILE*)
 int fputws(wchar_t const*, _IO_FILE*)
+int fputws_unlocked(wchar_t const*, _IO_FILE*)
 unsigned long fread(void*, unsigned long, unsigned long, _IO_FILE*)
 unsigned long fread_unlocked(void*, unsigned long, unsigned long, _IO_FILE*)
 void free(void*)
@@ -533,7 +537,9 @@ utmpx* getutxid(utmpx const*)
 utmpx* getutxline(utmpx const*)
 int getw(_IO_FILE*)
 unsigned int getwc(_IO_FILE*)
+unsigned int getwc_unlocked(_IO_FILE*)
 unsigned int getwchar()
+unsigned int getwchar_unlocked()
 long getxattr(char const*, char const*, void*, unsigned long)
 int glob(char const*, int, int (*)(char const*, int), glob_t*)
 void globfree(glob_t*)
@@ -996,7 +1002,9 @@ utmpx* pututline(utmpx const*)
 utmpx* pututxline(utmpx const*)
 int putw(int, _IO_FILE*)
 unsigned int putwc(wchar_t, _IO_FILE*)
+unsigned int putwc_unlocked(wchar_t, _IO_FILE*)
 unsigned int putwchar(wchar_t)
+unsigned int putwchar_unlocked(wchar_t)
 long pwrite(int, void const*, unsigned long, long)
 long pwritev(int, iovec const*, int, long)
 void qsort(void*, unsigned long, unsigned long, int (*)(void const*, void const*))
@@ -1416,6 +1424,7 @@ wchar_t* wcscpy(wchar_t*, wchar_t const*)
 unsigned long wcscspn(wchar_t const*, wchar_t const*)
 wchar_t* wcsdup(wchar_t const*)
 unsigned long wcsftime(wchar_t*, unsigned long, wchar_t const*, tm const*)
+unsigned long wcsftime_l(wchar_t*, unsigned long, wchar_t const*, tm const*, __locale_struct*)
 unsigned long wcslen(wchar_t const*)
 int wcsncasecmp(wchar_t const*, wchar_t const*, unsigned long)
 int wcsncasecmp_l(wchar_t const*, wchar_t const*, unsigned long, __locale_struct*)