diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-03 04:09:52 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-03 04:09:52 +0000 |
commit | af4f7961d0688f932ab84166cdcc414e7ad3432d (patch) | |
tree | dac194ead331ee96d164ce8e5585c728b25f9596 /winsup/doc | |
parent | 3f359e32540b436633f88a53717dee8e0e39ee60 (diff) | |
download | cygnal-af4f7961d0688f932ab84166cdcc414e7ad3432d.tar.gz cygnal-af4f7961d0688f932ab84166cdcc414e7ad3432d.tar.bz2 cygnal-af4f7961d0688f932ab84166cdcc414e7ad3432d.zip |
* new-features.sgml (ov-new1.7.10): Document new pthread APIs.
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 3d823d65e..8ab7e29f3 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-05-02 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> + + * new-features.sgml (ov-new1.7.10): Document new pthread APIs. + 2011-05-02 Corinna Vinschen <corinna@vinschen.de> Throughout remove NT4 from documentation. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index aace03ca5..e5fc53735 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -39,7 +39,8 @@ as well as the version of GCC used when compiling. </para></listitem> <listitem><para> -Other new API: ppoll. +Other new API: ppoll, pthread_attr_getstack, pthread_attr_getstackaddr, +pthread_getattr_np, pthread_setschedprio. </para></listitem> </itemizedlist> |