4743d4b906bb4a42bdce78bc9ec8c381ad396fe6
[musl-tables] / data / musl.problems
1 proto   ElfW    link.h  link.h   const ElfW(Phdr) *dlpi_phdr;    ElfW(Addr) dlpi_addr;
2 proto   ElfW    link.h  link.h   ElfW(Half) dlpi_phnum;  ElfW(Addr) dlpi_addr;
3 proto   basename        string.h        libgen.h        char *basename();       char *basename(char *);
4 proto   basename        string.h        char*() char*(char*)    char *basename();       char *basename(char *path);
5 nodecl  capget  T
6 nodecl  capset  T
7 proto   cimag   complex/cimag.c complex.h       double()(double complex)        double(double complex)
8 proto   cimagf  complex/cimagf.c        complex.h       float()(float complex)  float(float complex)
9 proto   cimagl  complex/cimagl.c        complex.h       long double()(long double complex)      long double(long double complex)
10 proto   creal   complex/creal.c complex.h       double()(double complex)        double(double complex)
11 proto   crealf  complex/crealf.c        complex.h       float()(float complex)  float(float complex)
12 proto   creall  complex/creall.c        complex.h       long double()(long double complex)      long double(long double complex)
13 nodecl  delete_module   T
14 proto   encrypt unistd.h        void(char*,int) void(char[],int)        void encrypt(char *, int);      void encrypt(char block[64], int edflag);
15 nodecl  fgetwc_unlocked W
16 nodecl  fgetws_unlocked W
17 nodecl  fpurge  W
18 nodecl  fputwc_unlocked W
19 nodecl  fputws_unlocked W
20 proto   gethostent      network/ent.c   netdb.h void*() struct hostent*(void)
21 nodecl  getwc_unlocked  W
22 nodecl  getwchar_unlocked       W
23 nodecl  init_module     T
24 proto   ioctl   sys/ioctl.h     stropts.h       int ioctl (int, int, ...);      int ioctl(int, int, ...);
25 proto   lio_listio      aio.h   int(int,struct aiocb*restrict const*restrict,int,struct sigevent*restrict)      int(int,struct aiocb*restrict const[restrict],int,struct sigevent*restrict)     int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict);      int lio_listio(int mode, struct aiocb *restrict const list[restrict], int nent, struct sigevent *restrict sig);
26 nodecl  pivot_root      T
27 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);
28 proto   posix_spawn     spawn.h int(pid_t*restrict,const char*restrict,const posix_spawn_file_actions_t*,const posix_spawnattr_t*restrict,char*const*restrict,char*const*restrict)      int(pid_t*restrict,const char*restrict,const posix_spawn_file_actions_t*,const posix_spawnattr_t*restrict,char*const[restrict],char*const[restrict])    int posix_spawn(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *, const posix_spawnattr_t *__restrict, char *const *__restrict, char *const *__restrict);  int posix_spawn(pid_t *restrict pid, const char *restrict path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *restrict attrp, char *const argv[restrict], char *const envp[restrict]);
29 proto   posix_spawn     process/posix_spawn.c   spawn.h int(pid_t*restrict,const char*restrict,const posix_spawn_file_actions_t*,const posix_spawnattr_t*restrict,char*const[restrict],char*const[restrict])    int(pid_t*restrict,const char*restrict,const posix_spawn_file_actions_t*,const posix_spawnattr_t*restrict,char*const*restrict,char*const*restrict)
30 proto   posix_spawnattr_getschedpolicy  spawn.h int(const posix_spawnattr_t*restrict,int*)      int(const posix_spawnattr_t*restrict,int*restrict)      int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *__restrict, int *); int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *restrict attr, int *restrict schedpolicy);
31 proto   posix_spawnattr_setschedpolicy  spawn.h int(posix_spawnattr_t*restrict,int)     int(posix_spawnattr_t*,int)     int posix_spawnattr_setschedpolicy(posix_spawnattr_t *__restrict, int); int posix_spawnattr_setschedpolicy(posix_spawnattr_t *attr, int schedpolicy);
32 proto   posix_spawnp    spawn.h int(pid_t*restrict,const char*restrict,const posix_spawn_file_actions_t*,const posix_spawnattr_t*restrict,char*const*restrict,char*const*restrict)      int(pid_t*restrict,const char*restrict,const posix_spawn_file_actions_t*,const posix_spawnattr_t*restrict,char*const[restrict],char*const[restrict])    int posix_spawnp(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *, const posix_spawnattr_t *__restrict, char *const *__restrict, char *const *__restrict); int posix_spawnp(pid_t *restrict pid, const char *restrict file, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *restrict attrp, char *const argv[restrict], char *const envp[restrict]);
33 proto   posix_spawnp    process/posix_spawnp.c  spawn.h int(pid_t*restrict,const char*restrict,const posix_spawn_file_actions_t*,const posix_spawnattr_t*restrict,char*const[restrict],char*const[restrict])    int(pid_t*restrict,const char*restrict,const posix_spawn_file_actions_t*,const posix_spawnattr_t*restrict,char*const*restrict,char*const*restrict)
34 proto   pthread_attr_getinheritsched    thread/pthread_attr_get.c       pthread.h       int(const pthread_attr_t*,int*) int(const pthread_attr_t*restrict,int*restrict)
35 proto   pthread_attr_getschedpolicy     thread/pthread_attr_get.c       pthread.h       int(const pthread_attr_t*,int*) int(const pthread_attr_t*restrict,int*restrict)
36 proto   pthread_equal   thread/pthread_equal.c  pthread.h       int()(pthread_t,pthread_t)      int(pthread_t,pthread_t)
37 nodecl  putwc_unlocked  W
38 nodecl  putwchar_unlocked       W
39 proto   qsort   stdlib/qsort.c  stdlib.h        void(void*,size_t,size_t,)      void(void*,size_t,size_t,int(*)(const void*,const void*))
40 proto   regexec regex.h int(const regex_t*restrict,const char*restrict,size_t,regmatch_t*restrict,int)  int(const regex_t*restrict,const char*restrict,size_t,regmatch_t[restrict],int) int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);    int regexec(const regex_t *restrict preg, const char *restrict string, size_t nmatch, regmatch_t pmatch[restrict], int eflags);
41 proto   regexec regex/regexec.c regex.h int(const regex_t*restrict,const char*restrict,size_t,regmatch_t[restrict],int) int(const regex_t*restrict,const char*restrict,size_t,regmatch_t*restrict,int)
42 proto   seed48  prng/seed48.c   stdlib.h        unsigned short*(unsigned short*)        unsigned short*(unsigned short[])
43 proto   setgroups       unistd.h        grp.h   int setgroups(size_t, const gid_t []);  int setgroups(size_t, const gid_t *);
44 proto   setgroups       linux/setgroups.c       grp.h   int(size_t,const gid_t[])       int(size_t,const gid_t*)