OSDN Git Service

* new-features.sgml (ov-new1.7.8): Document strerror_r fixes.
authorericb <ericb>
Fri, 11 Feb 2011 02:38:18 +0000 (02:38 +0000)
committerericb <ericb>
Fri, 11 Feb 2011 02:38:18 +0000 (02:38 +0000)
winsup/doc/ChangeLog
winsup/doc/new-features.sgml

index bdae2d2..d936503 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-10  Eric Blake  <eblake@redhat.com>
+
+       * new-features.sgml (ov-new1.7.8): Document strerror_r fixes.
+
 2011-02-10  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
 
        * new-features.sgml (ov-new1.7.8): Document pthread_yield.
index eb08885..1179fe5 100644 (file)
@@ -42,6 +42,13 @@ to force width 1.)
 </para></listitem>
 
 <listitem><para>
+The strerror_r interface now has two flavors; if _GNU_SOURCE is
+defined, it retains the previous behavior of returning char *
+(but the result is now guaranteed to be NUL-terminated); otherwise
+it now obeys POSIX semantics of returning int.
+</para></listitem>
+
+<listitem><para>
 Other new APIs: llround, llroundf, madvise, pthread_yield.
 Export program_invocation_name, program_invocation_short_name.
 Support TIOCGPGRP, TIOCSPGRP ioctls.