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