diff options
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/ChangeLog | 7 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 4 | ||||
-rw-r--r-- | winsup/doc/posix.xml | 12 |
3 files changed, 22 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 7e85a7647..cd6563b63 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,10 @@ +2015-10-22 Corinna Vinschen <corinna@vinschen.de> + + * posix.xml (std-iso): New section. + (std-deprec): Rearrange title text. + * new-features.xml (ov-new2.3): Document aligned_alloc, at_quick_exit, + quick_exit. + 2015-10-06 Ken Brown <kbrown@cornell.edu> * faq-using.xml (faq.using.same-with-permissions): New entry. diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index fc53b0138..4e0f3e2bf 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -27,6 +27,10 @@ sysconf() now supports returning CPU cache information: </screen> </para></listitem> +<listitem><para> +New API: aligned_alloc, at_quick_exit, quick_exit. +</para></listitem> + </itemizedlist> </sect2> diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index 112ddc8ee..dc6c148f9 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -1306,9 +1306,19 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> xdrstdio_create (available in external "libtirpc" library) </screen> +<sect1 id="std-iso"><title>System interfaces not in POSIX but compatible with ISO C requirements:</title> + +<screen> + aligned_alloc (ISO C11) + at_quick_exit (ISO C11) + quick_exit (ISO C11) +</screen> + +</sect1> + </sect1> -<sect1 id="std-deprec"><title>Other UNIX system interfaces, deprecated or not in POSIX.1-2008:</title> +<sect1 id="std-deprec"><title>Other UNIX system interfaces, not in POSIX.1-2008 or deprecated:</title> <screen> bcmp (POSIX.1-2001, SUSv3) |