diff options
author | Mark Geisert <mark@maxrnd.com> | 2018-07-23 22:31:59 -0700 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2018-07-25 09:36:24 +0200 |
commit | 7f32efbf73785296dfba1e3f1fece5117fc68f13 (patch) | |
tree | dd26429435746e0316c1da7e598728e899929879 /winsup/doc/posix.xml | |
parent | 87253cbe385728c3aafb561f21bb623dbfb4d576 (diff) | |
download | newlib-7f32efbf73785296dfba1e3f1fece5117fc68f13.zip newlib-7f32efbf73785296dfba1e3f1fece5117fc68f13.tar.gz newlib-7f32efbf73785296dfba1e3f1fece5117fc68f13.tar.bz2 |
POSIX Asynchronous I/O support: other files
Updates to misc files to integrate AIO into the Cygwin source tree.
Much of it has to be done when adding any new syscalls. There are
some updates to limits.h for AIO-specific limits. And some doc mods.
Diffstat (limited to 'winsup/doc/posix.xml')
-rw-r--r-- | winsup/doc/posix.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index c6c714b..9cb55ca 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -32,6 +32,13 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> acoshf acoshl acosl + aio_cancel + aio_error + aio_fsync + aio_read + aio_return + aio_suspend + aio_write alarm alphasort asctime @@ -491,6 +498,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> lgammal link linkat + lio_listio listen llabs lldiv @@ -1556,13 +1564,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> <sect1 id="std-notimpl"><title>NOT implemented system interfaces from the Single Unix Specification, Volume 4:</title> <screen> - aio_cancel - aio_error - aio_fsync - aio_read - aio_return - aio_suspend - aio_write endnetent fattach fmtmsg @@ -1575,7 +1576,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> getnetent getpmsg isastream - lio_listio mlockall munlockall posix_mem_offset |