X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=data%2Fmusl.problems;fp=data%2Fmusl.problems;h=9e1b9aebdace7587d2d765bc90bf1b3a1be7db38;hb=fe0ec8128c1c86acb175b8b3b96fd873286cf0e7;hp=545c1a29edc5498bad47d1b3045139c3cf4dbb3b;hpb=3332f5668336fd2cd55979bce8edee9356f98b3c;p=musl-tables diff --git a/data/musl.problems b/data/musl.problems index 545c1a2..9e1b9ae 100644 --- a/data/musl.problems +++ b/data/musl.problems @@ -21,6 +21,7 @@ nodecl fgetws_unlocked W nodecl fpurge W nodecl fputwc_unlocked W nodecl fputws_unlocked 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 getwc_unlocked W nodecl getwchar_unlocked W @@ -35,6 +36,7 @@ proto posix_spawnp process/posix_spawnp.c spawn.h int(pid_t*restrict,const char* proto pthread_equal thread/pthread_equal.c pthread.h int()(pthread_t,pthread_t) int(pthread_t,pthread_t) proto pthread_getaffinity_np sched/affinity.c pthread.h int(pthread_t,size_t,cpu_set_t*) int(pthread_t,size_t,struct cpu_set_t*) proto pthread_setaffinity_np sched/affinity.c pthread.h int(pthread_t,size_t,const cpu_set_t*) int(pthread_t,size_t,const struct cpu_set_t*) +proto putc_unlocked stdio/putc_unlocked.c stdio.h int()(int,FILE*) int(int,FILE*) nodecl putwc_unlocked W nodecl putwchar_unlocked W proto qsort stdlib/qsort.c stdlib.h void(void*,size_t,size_t,) void(void*,size_t,size_t,int(*)(const void*,const void*))