diff options
Diffstat (limited to 'src/aio/AIO_NOTCANCELED.h')
-rw-r--r-- | src/aio/AIO_NOTCANCELED.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/aio/AIO_NOTCANCELED.h b/src/aio/AIO_NOTCANCELED.h new file mode 100644 index 00000000..712e6879 --- /dev/null +++ b/src/aio/AIO_NOTCANCELED.h @@ -0,0 +1,5 @@ +#include <aio.h> +#define AIO_NOTCANCELED 2 +/* +POSIX(199309) +*/ |