b537c5778a239c22acb3eee83c03a7942f16c105
[musl-tables] / data / musl.problems
1 nodecl  cfmakeraw       T
2 nodecl  cfsetspeed      W
3 nodecl  clearerr_unlocked       W
4 nodecl  crypt_r W
5 header  ctermid unistd.h        stdio.h
6 nodecl  daemon  T
7 nodecl  dst_offset      V
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 nodecl  getw    T
23 nodecl  getwc_unlocked  W
24 nodecl  getwchar_unlocked       W
25 header  htonl   netinet/in.h    arpa/inet.h
26 header  htons   netinet/in.h    arpa/inet.h
27 header  ntohl   netinet/in.h    arpa/inet.h
28 header  ntohs   netinet/in.h    arpa/inet.h
29 nodecl  pivot_root      T
30 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);
31 nodecl  putw    T
32 nodecl  putwc_unlocked  W
33 nodecl  putwchar_unlocked       W
34 nodecl  scalbf  T
35 nodecl  sincos  T
36 nodecl  start   T
37 nodecl  stime   T
38 header  wcrtomb wchar.h stdio.h