diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-04 22:18:16 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-04 22:18:16 +0000 |
commit | 942945956c3f9d027aeee47ce66ee5cc221a9e6f (patch) | |
tree | a01ea36e450500d4dcf6b1348977f1f7a4d7687c /winsup/doc | |
parent | 2f7a5c89cc1d36b43ef1a1c12e7d3043560c49c3 (diff) | |
download | cygnal-942945956c3f9d027aeee47ce66ee5cc221a9e6f.tar.gz cygnal-942945956c3f9d027aeee47ce66ee5cc221a9e6f.tar.bz2 cygnal-942945956c3f9d027aeee47ce66ee5cc221a9e6f.zip |
* new-features.sgml (ov-new1.7.10): Document psiginfo, psignal,
and sys_siglist.
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 8ab7e29f3..780c84f7d 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2011-05-04 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> + + * new-features.sgml (ov-new1.7.10): Document psiginfo, psignal, + and sys_siglist. + 2011-05-02 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> * new-features.sgml (ov-new1.7.10): Document new pthread APIs. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index e5fc53735..60228eed3 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -39,8 +39,8 @@ as well as the version of GCC used when compiling. </para></listitem> <listitem><para> -Other new API: ppoll, pthread_attr_getstack, pthread_attr_getstackaddr, -pthread_getattr_np, pthread_setschedprio. +Other new API: ppoll, psiginfo, psignal, sys_siglist, pthread_attr_getstack, +pthread_attr_getstackaddr, pthread_getattr_np, pthread_setschedprio. </para></listitem> </itemizedlist> |