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 + + * new-features.sgml (ov-new1.7.10): Document new pthread APIs. + 2011-05-02 Corinna Vinschen 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. -Other new API: ppoll. +Other new API: ppoll, pthread_attr_getstack, pthread_attr_getstackaddr, +pthread_getattr_np, pthread_setschedprio.