* posix.sgml (std-notimpl): Remove bsd_signal, setcontext, and
swapcontext, marked obsolete in SUSv3 and not present in SUSv4.
This commit is contained in:
parent
2849cbde54
commit
192737978e
|
@ -1,4 +1,9 @@
|
||||||
2011-05-04 Christian Franke <franke@computer.org>
|
2011-05-05 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||||
|
|
||||||
|
* posix.sgml (std-notimpl): Remove bsd_signal, setcontext, and
|
||||||
|
swapcontext, marked obsolete in SUSv3 and not present in SUSv4.
|
||||||
|
|
||||||
|
2011-05-05 Christian Franke <franke@computer.org>
|
||||||
|
|
||||||
* fhandler_registry.cc (fhandler_registry::exists): Fix regression
|
* fhandler_registry.cc (fhandler_registry::exists): Fix regression
|
||||||
in EACCES handling.
|
in EACCES handling.
|
||||||
|
|
|
@ -1273,7 +1273,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
atan2l
|
atan2l
|
||||||
atanhl
|
atanhl
|
||||||
atanl
|
atanl
|
||||||
bsd_signal
|
|
||||||
cabsl
|
cabsl
|
||||||
cacoshl
|
cacoshl
|
||||||
cacosl
|
cacosl
|
||||||
|
@ -1397,7 +1396,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
roundl
|
roundl
|
||||||
scalblnl
|
scalblnl
|
||||||
scalbnl
|
scalbnl
|
||||||
setcontext
|
|
||||||
setnetent
|
setnetent
|
||||||
sigaltstack
|
sigaltstack
|
||||||
sigtimedwait
|
sigtimedwait
|
||||||
|
@ -1411,7 +1409,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
strncasecmp_l
|
strncasecmp_l
|
||||||
strtold
|
strtold
|
||||||
strxfrm_l
|
strxfrm_l
|
||||||
swabcontext
|
|
||||||
tanhl
|
tanhl
|
||||||
tanl
|
tanl
|
||||||
tcgetsid
|
tcgetsid
|
||||||
|
|
Loading…
Reference in New Issue