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