c6c110ebff91ae86aaf65d62c282c97b42ffba3f
[musl-tables] / data / musl.problems
1 proto   aio_read        aio.h   ssize_t(struct aiocb*)  int(struct aiocb*)      ssize_t aio_read(struct aiocb *);       int aio_read(struct aiocb *aiocbp);
2 proto   aio_write       aio.h   ssize_t(struct aiocb*)  int(struct aiocb*)      ssize_t aio_write(struct aiocb *);      int aio_write(struct aiocb *aiocbp);
3 nodecl  cfmakeraw       T
4 nodecl  cfsetspeed      W
5 nodecl  clearerr_unlocked       W
6 nodecl  crypt_r W
7 header  ctermid unistd.h        stdio.h
8 nodecl  daemon  T
9 nodecl  dst_offset      V
10 proto   encrypt unistd.h        void(char*,int) void(char[],int)        void encrypt(char *, int);      void encrypt(char block[64], int edflag);
11 nodecl  environ V
12 nodecl  feof_unlocked   W
13 nodecl  ferror_unlocked W
14 nodecl  fflush_unlocked W
15 nodecl  fgetwc_unlocked W
16 nodecl  fgetws_unlocked W
17 nodecl  fileno_unlocked W
18 nodecl  fputwc_unlocked W
19 nodecl  fputws_unlocked W
20 nodecl  fread_unlocked  W
21 nodecl  fwrite_unlocked W
22 nodecl  getdents        W
23 nodecl  getdomainname   T
24 nodecl  getw    T
25 nodecl  getwc_unlocked  W
26 nodecl  getwchar_unlocked       W
27 header  htonl   netinet/in.h    arpa/inet.h
28 header  htons   netinet/in.h    arpa/inet.h
29 header  ntohl   netinet/in.h    arpa/inet.h
30 header  ntohs   netinet/in.h    arpa/inet.h
31 nodecl  pivot_root      T
32 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);
33 nodecl  putw    T
34 nodecl  putwc_unlocked  W
35 nodecl  putwchar_unlocked       W
36 nodecl  scalbf  T
37 nodecl  sincos  T
38 nodecl  start   T
39 nodecl  stime   T
40 header  wcrtomb wchar.h stdio.h