From: yselkowitz Date: Thu, 10 Feb 2011 19:58:28 +0000 (+0000) Subject: * new-features.sgml (ov-new1.7.8): Document pthread_yield. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4732401b171eb2067d4c832fd9733548c8407276;p=pf3gnuchains%2Fsourceware.git * new-features.sgml (ov-new1.7.8): Document pthread_yield. --- diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index c9752e5b46..bdae2d2f01 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-02-10 Yaakov Selkowitz + + * new-features.sgml (ov-new1.7.8): Document pthread_yield. + 2011-01-12 Corinna Vinschen * new-features.sgml (ov-new1.7.8): Add "new API" paragraph. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index cbcc2dd9d8..eb08885fcd 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -42,8 +42,9 @@ to force width 1.) -Other new APIs: llround, llroundf, madvise. Export program_invocation_name, -program_invocation_short_name. Support TIOCGPGRP, TIOCSPGRP ioctls. +Other new APIs: llround, llroundf, madvise, pthread_yield. +Export program_invocation_name, program_invocation_short_name. +Support TIOCGPGRP, TIOCSPGRP ioctls.