X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=data%2Fmusl.problems;h=1433a1f2164929bae8dfdf03e8fe3ba11015ae07;hb=79ec67fc3b789b5215d03246b991f176077c2fac;hp=0ca4b507880f99211b2922345cbd43c367f35c38;hpb=ca38d85f467bee791aab89239f86e229714abf6c;p=musl-tables diff --git a/data/musl.problems b/data/musl.problems index 0ca4b50..1433a1f 100644 --- a/data/musl.problems +++ b/data/musl.problems @@ -1,6 +1,10 @@ -proto __syscall_ret internal/syscall_ret.c sys/syscall.h long(unsigned long) long(long) +proto basename string.h libgen.h char *basename(); char *basename(char *); +proto basename string.h char*() char*(char*) char *basename(); char *basename(char *path); nodecl cfmakeraw T nodecl cfsetspeed W +proto cimag complex/cimag.c complex.h double()(double complex) double(double complex) +proto cimagf complex/cimagf.c complex.h float()(float complex) float(float complex) +proto cimagl complex/cimagl.c complex.h long double()(long double complex) long double(long double complex) nodecl clearerr_unlocked W nodecl crypt_r W nodecl daemon T @@ -29,13 +33,9 @@ nodecl putw T 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*)) -proto sbrk linux/sbrk.c unistd.h void*(ptrdiff_t) void*(intptr_t) -nodecl scalbf T proto seed48 prng/seed48.c stdlib.h unsigned short*(unsigned short*) unsigned short*(unsigned short[]) proto setgroups unistd.h grp.h int setgroups(size_t, const gid_t []); int setgroups(size_t, const gid_t *); proto setgroups linux/setgroups.c grp.h int(size_t,const gid_t[]) int(size_t,const gid_t*) -proto setpgid unistd/setpgid.c unistd.h pid_t(pid_t,pid_t) int(pid_t,pid_t) nodecl sincos T nodecl start T nodecl stime T -header wcrtomb wchar.h stdio.h