e90dafad6d3117e464a16f5bc9c7474ddb2e21b7
[musl-tables] / data / musl.problems
1 proto   __syscall_ret   internal/syscall_ret.c  sys/syscall.h   long(unsigned long)     long(long)
2 nodecl  cfmakeraw       T
3 nodecl  cfsetspeed      W
4 nodecl  clearerr_unlocked       W
5 nodecl  crypt_r W
6 nodecl  daemon  T
7 proto   encrypt unistd.h        void(char*,int) void(char[],int)        void encrypt(char *, int);      void encrypt(char block[64], int edflag);
8 nodecl  environ V
9 nodecl  feof_unlocked   W
10 nodecl  ferror_unlocked W
11 nodecl  fflush_unlocked W
12 nodecl  fgetwc_unlocked W
13 nodecl  fgetws_unlocked W
14 nodecl  fileno_unlocked W
15 nodecl  fputwc_unlocked W
16 nodecl  fputws_unlocked W
17 nodecl  fread_unlocked  W
18 nodecl  fwrite_unlocked W
19 nodecl  getdents        W
20 nodecl  getdomainname   T
21 proto   gethostent      network/ent.c   netdb.h void*() struct hostent*(void)
22 nodecl  getw    T
23 nodecl  getwc_unlocked  W
24 nodecl  getwchar_unlocked       W
25 nodecl  pivot_root      T
26 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);
27 proto   pthread_equal   thread/pthread_equal.c  pthread.h       int()(pthread_t,pthread_t)      int(pthread_t,pthread_t)
28 nodecl  putw    T
29 nodecl  putwc_unlocked  W
30 nodecl  putwchar_unlocked       W
31 proto   qsort   stdlib/qsort.c  stdlib.h        void(void*,size_t,size_t,)      void(void*,size_t,size_t,int(*)(const void*,const void*))
32 proto   sbrk    linux/sbrk.c    unistd.h        void*(ptrdiff_t)        void*(intptr_t)
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 proto   setpgid unistd/setpgid.c        unistd.h        pid_t(pid_t,pid_t)      int(pid_t,pid_t)
38 nodecl  sincos  T
39 nodecl  start   T
40 nodecl  stime   T