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.
This commit is contained in:
Mark Geisert
2018-07-23 22:31:59 -07:00
committed by Corinna Vinschen
parent 87253cbe38
commit 7f32efbf73
10 changed files with 44 additions and 26 deletions

View File

@ -494,14 +494,16 @@ details. */
323: scanf %l[ conversion.
324: Export sigtimedwait.
325: Export catclose, catgets, catopen.
326: Export clearenv
326: Export clearenv.
327: Export pthread_tryjoin_np, pthread_timedjoin_np.
328: Export aio_cancel, aio_error, aio_fsync, aio_read, aio_return,
aio_suspend, aio_write, lio_listio.
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
sigaltstack, sethostname. */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 327
#define CYGWIN_VERSION_API_MINOR 328
/* There is also a compatibity version number associated with the shared memory
regions. It is incremented when incompatible changes are made to the shared