From 67f3f3cab47c981c7f6238cc5aa46858f63cb2e8 Mon Sep 17 00:00:00 2001 From: nsz Date: Thu, 19 Apr 2012 08:14:48 +0200 Subject: [PATCH] table updates --- data/musl.problems | 5 ----- tab_c99.html | 6 +++--- tab_posix.html | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/data/musl.problems b/data/musl.problems index 60f8776..24385a5 100644 --- a/data/musl.problems +++ b/data/musl.problems @@ -1,7 +1,5 @@ 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 -nodecl cfsetspeed W proto cimag complex/cimag.c complex.h double()(double complex) double(double complex) 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) @@ -10,7 +8,6 @@ proto creal complex/creal.c complex.h double()(double complex) double(double com 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); nodecl environ V nodecl feof_unlocked W @@ -24,7 +21,6 @@ nodecl fputws_unlocked W nodecl fread_unlocked W nodecl fwrite_unlocked W nodecl getdents W -nodecl getdomainname T proto gethostent network/ent.c netdb.h void*() struct hostent*(void) nodecl getw T nodecl getwc_unlocked W @@ -40,4 +36,3 @@ proto seed48 prng/seed48.c stdlib.h unsigned short*(unsigned short*) unsigned sh proto setgroups unistd.h grp.h int setgroups(size_t, const gid_t []); int setgroups(size_t, const gid_t *); 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 diff --git a/tab_c99.html b/tab_c99.html index 8b77410..2699f1d 100644 --- a/tab_c99.html +++ b/tab_c99.html @@ -1,5 +1,5 @@

musl vs c99 api

-

commit

commit 85d5bad3a1fcef77d5015034f4d6963ae4f7f449
Author: nsz
Date: Wed Apr 18 16:41:07 2012 +0200

Merge branch 'master' of git://git.etalabs.net/musl +

commit

commit 952d256dfbb13405ba6ada4739c83c8468985d66
Author: nsz
Date: Thu Apr 19 08:09:45 2012 +0200

Merge branch 'master' of git://git.etalabs.net/musl

legend

table

muslc99
statussymdeclnameheaderprotosection
missing  NDEBUGassert.h B.1 Diagnostics @@ -363,7 +363,7 @@
  d MATH_ERRNOmath.h B.11 Mathematics
  d HUGE_VALLmath.h B.11 Mathematics
  d FP_ZEROmath.h B.11 Mathematics -
missing  MATH_ERREXCEPTmath.h B.11 Mathematics +
  d MATH_ERREXCEPTmath.h B.11 Mathematics
  d d INFINITYmath.h B.11 Mathematics
missing  FP_FAST_FMAmath.h B.11 Mathematics
  d math_errhandlingmath.h B.11 Mathematics @@ -971,4 +971,4 @@
 Tp towctranswctype.hwint_t towctrans(wint_t wc, wctrans_t desc);B.24 Wide character classification and mapping utilities
 Tp wctranswctype.hwctrans_t wctrans(const char *property);B.24 Wide character classification and mapping utilities
-

stats

+

stats

diff --git a/tab_posix.html b/tab_posix.html index b16813b..f06d3bc 100644 --- a/tab_posix.html +++ b/tab_posix.html @@ -1,5 +1,5 @@

musl vs posix api

-

commit

commit 85d5bad3a1fcef77d5015034f4d6963ae4f7f449
Author: nsz
Date: Wed Apr 18 16:41:07 2012 +0200

Merge branch 'master' of git://git.etalabs.net/musl +

commit

commit 952d256dfbb13405ba6ada4739c83c8468985d66
Author: nsz
Date: Thu Apr 19 08:09:45 2012 +0200

Merge branch 'master' of git://git.etalabs.net/musl

legend

(STREAMS and posix_trace* apis are excluded)

table

muslposix
statussymdeclnameheaderoptiondesc
  d FD_CLR sys/select.h pselect, select - synchronous I/O multiplexing -- 2.20.1