fix findproblems
[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 header  getopt  getopt.h        unistd.h
23 nodecl  getw    T
24 nodecl  getwc_unlocked  W
25 nodecl  getwchar_unlocked       W
26 header  htonl   netinet/in.h    arpa/inet.h
27 header  htons   netinet/in.h    arpa/inet.h
28 header  iswalnum        wchar.h wctype.h
29 header  iswalpha        wchar.h wctype.h
30 header  iswblank        wchar.h wctype.h
31 header  iswcntrl        wchar.h wctype.h
32 header  iswctype        wchar.h wctype.h
33 header  iswdigit        wchar.h wctype.h
34 header  iswdigit        wchar.h wctype.h
35 header  iswgraph        wchar.h wctype.h
36 header  iswlower        wchar.h wctype.h
37 header  iswprint        wchar.h wctype.h
38 header  iswpunct        wchar.h wctype.h
39 header  iswspace        wchar.h wctype.h
40 header  iswupper        wchar.h wctype.h
41 header  iswxdigit       wchar.h wctype.h
42 header  ntohl   netinet/in.h    arpa/inet.h
43 header  ntohs   netinet/in.h    arpa/inet.h
44 header  optarg  getopt.h        unistd.h
45 header  opterr  getopt.h        unistd.h
46 header  optind  getopt.h        unistd.h
47 header  optopt  getopt.h        unistd.h
48 nodecl  pivot_root      T
49 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);
50 nodecl  putw    T
51 nodecl  putwc_unlocked  W
52 nodecl  putwchar_unlocked       W
53 nodecl  scalbf  T
54 proto   setgroups       unistd.h        grp.h   int setgroups(size_t, const gid_t []);  int setgroups(size_t, const gid_t *);
55 nodecl  sincos  T
56 nodecl  start   T
57 nodecl  stime   T
58 header  strcasecmp      string.h        strings.h
59 header  strncasecmp     string.h        strings.h
60 header  towlower        wchar.h wctype.h
61 header  towupper        wchar.h wctype.h
62 header  va_arg  bits/stdarg.h   stdarg.h
63 header  va_copy bits/stdarg.h   stdarg.h
64 header  va_end  bits/stdarg.h   stdarg.h
65 header  va_start        bits/stdarg.h   stdarg.h
66 header  wcrtomb wchar.h stdio.h
67 header  wctype  wchar.h wctype.h