From f6b802d9128ed05ea079baefad65384806bc4153 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 10 Feb 2011 17:38:18 +0000 Subject: [PATCH] * new-features.sgml (ov-new1.7.8): Document strerror_r fixes. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/new-features.sgml | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index bdae2d2f0..d936503e7 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-02-10 Eric Blake + + * new-features.sgml (ov-new1.7.8): Document strerror_r fixes. + 2011-02-10 Yaakov Selkowitz * new-features.sgml (ov-new1.7.8): Document pthread_yield. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index eb08885fc..1179fe506 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -41,6 +41,13 @@ the specified language, and the "@cjknarrow" locale modifier can still be used to force width 1.) + +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. + + Other new APIs: llround, llroundf, madvise, pthread_yield. Export program_invocation_name, program_invocation_short_name.