60f877645e1985d49f7103d0a86b7849cc14220b
[musl-tables] / data / musl.problems
1 proto   basename        string.h        libgen.h        char *basename();       char *basename(char *);
2 proto   basename        string.h        char*() char*(char*)    char *basename();       char *basename(char *path);
3 nodecl  cfmakeraw       T
4 nodecl  cfsetspeed      W
5 proto   cimag   complex/cimag.c complex.h       double()(double complex)        double(double complex)
6 proto   cimagf  complex/cimagf.c        complex.h       float()(float complex)  float(float complex)
7 proto   cimagl  complex/cimagl.c        complex.h       long double()(long double complex)      long double(long double complex)
8 nodecl  clearerr_unlocked       W
9 proto   creal   complex/creal.c complex.h       double()(double complex)        double(double complex)
10 proto   crealf  complex/crealf.c        complex.h       float()(float complex)  float(float complex)
11 proto   creall  complex/creall.c        complex.h       long double()(long double complex)      long double(long double complex)
12 nodecl  crypt_r W
13 nodecl  daemon  T
14 proto   encrypt unistd.h        void(char*,int) void(char[],int)        void encrypt(char *, int);      void encrypt(char block[64], int edflag);
15 nodecl  environ V
16 nodecl  feof_unlocked   W
17 nodecl  ferror_unlocked W
18 nodecl  fflush_unlocked W
19 nodecl  fgetwc_unlocked W
20 nodecl  fgetws_unlocked W
21 nodecl  fileno_unlocked W
22 nodecl  fputwc_unlocked W
23 nodecl  fputws_unlocked W
24 nodecl  fread_unlocked  W
25 nodecl  fwrite_unlocked W
26 nodecl  getdents        W
27 nodecl  getdomainname   T
28 proto   gethostent      network/ent.c   netdb.h void*() struct hostent*(void)
29 nodecl  getw    T
30 nodecl  getwc_unlocked  W
31 nodecl  getwchar_unlocked       W
32 nodecl  pivot_root      T
33 proto   poll    poll.h  int(struct pollfd*,nfds_t,int)  int(struct pollfd[],nfds_t,int) int poll (struct pollfd *, nfds_t, int);        int poll(struct pollfd fds[], nfds_t nfds, int timeout);
34 proto   pthread_equal   thread/pthread_equal.c  pthread.h       int()(pthread_t,pthread_t)      int(pthread_t,pthread_t)
35 nodecl  putw    T
36 nodecl  putwc_unlocked  W
37 nodecl  putwchar_unlocked       W
38 proto   qsort   stdlib/qsort.c  stdlib.h        void(void*,size_t,size_t,)      void(void*,size_t,size_t,int(*)(const void*,const void*))
39 proto   seed48  prng/seed48.c   stdlib.h        unsigned short*(unsigned short*)        unsigned short*(unsigned short[])
40 proto   setgroups       unistd.h        grp.h   int setgroups(size_t, const gid_t []);  int setgroups(size_t, const gid_t *);
41 proto   setgroups       linux/setgroups.c       grp.h   int(size_t,const gid_t[])       int(size_t,const gid_t*)
42 nodecl  start   T
43 nodecl  stime   T