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/posix.xml | |
parent | e01381afde33020522fe692e0a1a791c99b6f049 (diff) | |
download | newlib-6b457615e6bee7d88da6e5b88428d2fc58cdf1be.zip newlib-6b457615e6bee7d88da6e5b88428d2fc58cdf1be.tar.gz newlib-6b457615e6bee7d88da6e5b88428d2fc58cdf1be.tar.bz2 |
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/posix.xml')
-rw-r--r-- | winsup/doc/posix.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index 112ddc8..dc6c148 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) |