* 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
|
||||
in EACCES handling.
|
||||
|
|
|
@ -1273,7 +1273,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||
atan2l
|
||||
atanhl
|
||||
atanl
|
||||
bsd_signal
|
||||
cabsl
|
||||
cacoshl
|
||||
cacosl
|
||||
|
@ -1397,7 +1396,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||
roundl
|
||||
scalblnl
|
||||
scalbnl
|
||||
setcontext
|
||||
setnetent
|
||||
sigaltstack
|
||||
sigtimedwait
|
||||
|
@ -1411,7 +1409,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||
strncasecmp_l
|
||||
strtold
|
||||
strxfrm_l
|
||||
swabcontext
|
||||
tanhl
|
||||
tanl
|
||||
tcgetsid
|
||||
|
|
Loading…
Reference in New Issue