diff options
-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> |