summaryrefslogtreecommitdiff
path: root/src/aio/struct_aiocb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aio/struct_aiocb.c')
-rw-r--r--src/aio/struct_aiocb.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/aio/struct_aiocb.c b/src/aio/struct_aiocb.c
deleted file mode 100644
index 801074e2..00000000
--- a/src/aio/struct_aiocb.c
+++ /dev/null
@@ -1,20 +0,0 @@
-#if 0
-
-#include <aio.h>
-
-struct aiocb {
- int aio_fildes;
- off_t aio_offset;
- volatile void * aio_buf;
- size_t aio_nbytes;
- int aio_reqprio;
- struct sigevent aio_sigevent;
- int aio_lio_opcode;
-};
-
-/*
-POSIX(199309)
-*/
-
-
-#endif