more precise header errors
[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 nodecl  dst_offset      V
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 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 nodecl  putw    T
27 nodecl  putwc_unlocked  W
28 nodecl  putwchar_unlocked       W
29 nodecl  scalbf  T
30 proto   setgroups       unistd.h        grp.h   int setgroups(size_t, const gid_t []);  int setgroups(size_t, const gid_t *);
31 nodecl  sincos  T
32 nodecl  start   T
33 nodecl  stime   T
34 header  wcrtomb wchar.h stdio.h