* new-features.sgml (ov-new1.7.8): Document strerror_r fixes.
This commit is contained in:
parent
3c9abad56b
commit
f6b802d912
|
@ -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.
|
||||
|
|
|
@ -41,6 +41,13 @@ the specified language, and the "@cjknarrow" locale modifier can still be used
|
|||
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.
|
||||
|
|
Loading…
Reference in New Issue