update tables for 0.8.8
[musl-tables] / data / musl.problems
index 8690815..4691920 100644 (file)
@@ -1,3 +1,4 @@
+nodecl acos2   T
 proto  basename        string.h        libgen.h        char *basename();       char *basename(char *);
 proto  basename        string.h        char*() char*(char*)    char *basename();       char *basename(char *path);
 nodecl cfmakeraw       T
@@ -6,6 +7,9 @@ proto   cimag   complex/cimag.c complex.h       double()(double complex)        double(double com
 proto  cimagf  complex/cimagf.c        complex.h       float()(float complex)  float(float complex)
 proto  cimagl  complex/cimagl.c        complex.h       long double()(long double complex)      long double(long double complex)
 nodecl clearerr_unlocked       W
+proto  creal   complex/creal.c complex.h       double()(double complex)        double(double complex)
+proto  crealf  complex/crealf.c        complex.h       float()(float complex)  float(float complex)
+proto  creall  complex/creall.c        complex.h       long double()(long double complex)      long double(long double complex)
 nodecl crypt_r W
 nodecl daemon  T
 proto  encrypt unistd.h        void(char*,int) void(char[],int)        void encrypt(char *, int);      void encrypt(char block[64], int edflag);
@@ -38,3 +42,4 @@ proto setgroups       unistd.h        grp.h   int setgroups(size_t, const gid_t []);  int setgro
 proto  setgroups       linux/setgroups.c       grp.h   int(size_t,const gid_t[])       int(size_t,const gid_t*)
 nodecl start   T
 nodecl stime   T
+nodecl trunc2  T