update tables (new libm)
[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 nodecl  crypt_r W
10 nodecl  daemon  T
11 proto   encrypt unistd.h        void(char*,int) void(char[],int)        void encrypt(char *, int);      void encrypt(char block[64], int edflag);
12 nodecl  environ V
13 nodecl  feof_unlocked   W
14 nodecl  ferror_unlocked W
15 nodecl  fflush_unlocked W
16 nodecl  fgetwc_unlocked W
17 nodecl  fgetws_unlocked W
18 nodecl  fileno_unlocked W
19 nodecl  fputwc_unlocked W
20 nodecl  fputws_unlocked W
21 nodecl  fread_unlocked  W
22 nodecl  fwrite_unlocked W
23 nodecl  getdents        W
24 nodecl  getdomainname   T
25 proto   gethostent      network/ent.c   netdb.h void*() struct hostent*(void)
26 nodecl  getw    T
27 nodecl  getwc_unlocked  W
28 nodecl  getwchar_unlocked       W
29 nodecl  pivot_root      T
30 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);
31 proto   pthread_equal   thread/pthread_equal.c  pthread.h       int()(pthread_t,pthread_t)      int(pthread_t,pthread_t)
32 nodecl  putw    T
33 nodecl  putwc_unlocked  W
34 nodecl  putwchar_unlocked       W
35 proto   qsort   stdlib/qsort.c  stdlib.h        void(void*,size_t,size_t,)      void(void*,size_t,size_t,int(*)(const void*,const void*))
36 proto   seed48  prng/seed48.c   stdlib.h        unsigned short*(unsigned short*)        unsigned short*(unsigned short[])
37 proto   setgroups       unistd.h        grp.h   int setgroups(size_t, const gid_t []);  int setgroups(size_t, const gid_t *);
38 proto   setgroups       linux/setgroups.c       grp.h   int(size_t,const gid_t[])       int(size_t,const gid_t*)
39 nodecl  sincos  T
40 nodecl  start   T
41 nodecl  stime   T