diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-10-22 16:21:17 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-10-22 16:21:17 +0200 |
commit | 6b457615e6bee7d88da6e5b88428d2fc58cdf1be (patch) | |
tree | 94e0046e268b629d1331ad04799efb2bb636e480 /winsup/doc/new-features.xml | |
parent | e01381afde33020522fe692e0a1a791c99b6f049 (diff) | |
download | cygnal-6b457615e6bee7d88da6e5b88428d2fc58cdf1be.tar.gz cygnal-6b457615e6bee7d88da6e5b88428d2fc58cdf1be.tar.bz2 cygnal-6b457615e6bee7d88da6e5b88428d2fc58cdf1be.zip |
Export aligned_alloc, at_quick_exit, quick_exit.
* common.din (aligned_alloc): Export.
(at_quick_exit): Export.
(quick_exit): Export.
* posix.xml (std-iso): New section.
(std-deprec): Rearrange title text.
* new-features.xml (ov-new2.3): Document aligned_alloc, at_quick_exit,
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r-- | winsup/doc/new-features.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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> |