diff options
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index ec133f757..3c373eb05 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-11-08 Corinna Vinschen <corinna@vinschen.de> + + * new-features.sgml (ov-new1.7.10): Document ptsname_r. + 2011-11-05 Jon TURNEY <jon.turney@dronecode.org.uk> * faq-using.xml (faq.using.fixing-fork-failures): Add new FAQ. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index d1cd611a3..546bfd1a5 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -102,7 +102,7 @@ dlopen now supports the Glibc-specific RTLD_NODELETE and RTLD_NOOPEN flags. <listitem><para> Other new API: clock_settime, __fpurge, getgrouplist, ppoll, psiginfo, -psignal, sys_siglist, pthread_setschedprio, sysinfo. +psignal, ptsname_r, sys_siglist, pthread_setschedprio, sysinfo. </para></listitem> </itemizedlist> |