diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-04 22:12:15 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-04 22:12:15 +0000 |
commit | 2f7a5c89cc1d36b43ef1a1c12e7d3043560c49c3 (patch) | |
tree | 49e5a6578c117ad96f64b60f8b6ff2b7a34e5a44 /winsup/cygwin/posix.sgml | |
parent | fab6d5dd0387dd959d9c5c8a00970b801d58503e (diff) | |
download | cygnal-2f7a5c89cc1d36b43ef1a1c12e7d3043560c49c3.tar.gz cygnal-2f7a5c89cc1d36b43ef1a1c12e7d3043560c49c3.tar.bz2 cygnal-2f7a5c89cc1d36b43ef1a1c12e7d3043560c49c3.zip |
* cygwin.din (psiginfo): Export.
(psignal): Export.
(sys_siglist): Export.
* posix.sgml (std-notimpl): Move psiginfo and psignal from here...
(std-susv4): ... to here.
(std-deprec): Add sys_siglist.
* strsig.cc (sys_siglist): New array.
(psiginfo): New function.
* include/cygwin/signal.h (sys_siglist): Declare.
(psiginfo): Declare.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
Diffstat (limited to 'winsup/cygwin/posix.sgml')
-rw-r--r-- | winsup/cygwin/posix.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml index 67d958b97..2758cb2e6 100644 --- a/winsup/cygwin/posix.sgml +++ b/winsup/cygwin/posix.sgml @@ -527,6 +527,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> pread printf pselect + psiginfo + psignal pthread_atfork pthread_attr_destroy pthread_attr_getdetachstate @@ -1244,6 +1246,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> setutent (XPG2) sys_errlist (BSD) sys_nerr (BSD) + sys_siglist (BSD) ttyslot (SUSv2) ualarm (SUSv3) usleep (SUSv3) @@ -1375,8 +1378,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> posix_trace[...] posix_typed_[...] powl - psiginfo - psignal pthread_attr_getguardsize pthread_attr_setguardsize pthread_attr_setstack |