From 818aa331d87fc7ce457dffe1025ec2f9d262e9cb Mon Sep 17 00:00:00 2001 From: nsz Date: Tue, 20 Sep 2011 21:39:19 +0200 Subject: [PATCH] update tables (stdbool fix) --- tab_c99.html | 6 +++--- tab_posix.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tab_c99.html b/tab_c99.html index 7f39c6a..c10f281 100644 --- a/tab_c99.html +++ b/tab_c99.html @@ -572,10 +572,10 @@   d d va_copystdarg.hvoid va_copy(va_list dest, va_list src);B.14 Variable arguments   d d va_endstdarg.hvoid va_end(va_list ap);B.14 Variable arguments   d d va_startstdarg.hvoid va_start(va_list ap, parmN);B.14 Variable arguments -  t boolstdbool.h B.15 Boolean type and values +  d boolstdbool.h B.15 Boolean type and values   d truestdbool.h B.15 Boolean type and values   d falsestdbool.h B.15 Boolean type and values -missing  __bool_true_false_are_definedstdbool.h B.15 Boolean type and values +  d __bool_true_false_are_definedstdbool.h B.15 Boolean type and values   t ptrdiff_tstddef.h B.16 Common definitions   t size_tstddef.h B.16 Common definitions missing  wchar_tstddef.h B.16 Common definitions @@ -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 7784cfd..0e6e895 100644 --- a/tab_posix.html +++ b/tab_posix.html @@ -1,5 +1,5 @@

musl vs posix api

-

commit

commit 2318207adcad74283881ffcefbad92797a2495aa
Date: Tue Sep 20 12:14:06 2011 -0400

fix incorrect include guard in mqueue.h +

commit

commit d23a543d8acfedb7c0284888d72c4aa347b8c46e
Date: Tue Sep 20 14:51:56 2011 -0400

make stdbool.h conform to c99

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