diff options
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 0de298783..c9752e5b4 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-12 Corinna Vinschen <corinna@vinschen.de> + + * new-features.sgml (ov-new1.7.8): Add "new API" paragraph. + 2011-01-05 Jon TURNEY <jon.turney@dronecode.org.uk> * faq-setup.xml (faq.setup.cli): Correct description of -pubkey option diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 3fb109963..cbcc2dd9d 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -41,6 +41,11 @@ the specified language, and the "@cjknarrow" locale modifier can still be used to force width 1.) </para></listitem> +<listitem><para> +Other new APIs: llround, llroundf, madvise. Export program_invocation_name, +program_invocation_short_name. Support TIOCGPGRP, TIOCSPGRP ioctls. +</para></listitem> + </itemizedlist> </sect2> |