diff options
author | Eric Blake <eblake@redhat.com> | 2011-02-10 17:38:18 +0000 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-02-10 17:38:18 +0000 |
commit | f6b802d9128ed05ea079baefad65384806bc4153 (patch) | |
tree | 75a7309367a10e821618467632267993e65fbefa | |
parent | 3c9abad56b7428a396c89b4c18a2adad0106f720 (diff) | |
download | cygnal-f6b802d9128ed05ea079baefad65384806bc4153.tar.gz cygnal-f6b802d9128ed05ea079baefad65384806bc4153.tar.bz2 cygnal-f6b802d9128ed05ea079baefad65384806bc4153.zip |
* new-features.sgml (ov-new1.7.8): Document strerror_r fixes.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 7 |
2 files changed, 11 insertions, 0 deletions
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 <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. 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 @@ -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. |