add c11, update tables
[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  capget  T
4 nodecl  capset  T
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 proto   creal   complex/creal.c complex.h       double()(double complex)        double(double complex)
9 proto   crealf  complex/crealf.c        complex.h       float()(float complex)  float(float complex)
10 proto   creall  complex/creall.c        complex.h       long double()(long double complex)      long double(long double complex)
11 nodecl  delete_module   T
12 proto   encrypt unistd.h        void(char*,int) void(char[],int)        void encrypt(char *, int);      void encrypt(char block[64], int edflag);
13 nodecl  fgetwc_unlocked W
14 nodecl  fgetws_unlocked W
15 nodecl  fpurge  W
16 nodecl  fputwc_unlocked W
17 nodecl  fputws_unlocked W
18 proto   gethostent      network/ent.c   netdb.h void*() struct hostent*(void)
19 nodecl  getwc_unlocked  W
20 nodecl  getwchar_unlocked       W
21 nodecl  init_module     T
22 proto   ioctl   sys/ioctl.h     stropts.h       int ioctl (int, int, ...);      int ioctl(int, int, ...);
23 nodecl  pivot_root      T
24 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);
25 proto   pthread_equal   thread/pthread_equal.c  pthread.h       int()(pthread_t,pthread_t)      int(pthread_t,pthread_t)
26 nodecl  putwc_unlocked  W
27 nodecl  putwchar_unlocked       W
28 proto   qsort   stdlib/qsort.c  stdlib.h        void(void*,size_t,size_t,)      void(void*,size_t,size_t,int(*)(const void*,const void*))
29 proto   seed48  prng/seed48.c   stdlib.h        unsigned short*(unsigned short*)        unsigned short*(unsigned short[])
30 proto   setgroups       unistd.h        grp.h   int setgroups(size_t, const gid_t []);  int setgroups(size_t, const gid_t *);
31 proto   setgroups       linux/setgroups.c       grp.h   int(size_t,const gid_t[])       int(size_t,const gid_t*)