summaryrefslogtreecommitdiff
path: root/PACE/pace/aio.h
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/aio.h')
-rw-r--r--PACE/pace/aio.h59
1 files changed, 0 insertions, 59 deletions
diff --git a/PACE/pace/aio.h b/PACE/pace/aio.h
deleted file mode 100644
index e3ac4695938..00000000000
--- a/PACE/pace/aio.h
+++ /dev/null
@@ -1,59 +0,0 @@
-/* $Id$
-
- * ============================================================================
- *
- * = LIBRARY
- * pace
- *
- * = FILENAME
- * aio.h
- *
- * = AUTHOR
- * Luther Baker
- *
- * ============================================================================ */
-
-
-#ifndef PACE_AIO_H
-#define PACE_AIO_H
-
-
-#include "pace/defines.h"
-#include <aio.h>
-
-
-# if defined (PACE_HAS_CPLUSPLUS)
-extern "C" {
-# endif /* PACE_HAS_CPLUSPLUS */
-
- PACE_INLINE int pace_aio_cancel (int fildes, struct aiocb * aiocb);
-
- PACE_INLINE int pace_aio_error (const struct aiocb * aiocbp);
-
- PACE_INLINE int pace_aio_fsync (int op, struct aiocb * aiocbp);
-
- PACE_INLINE int pace_aio_read (struct aiocb * aiocbp);
-
- PACE_INLINE int pace_aio_return (struct aiocb * aiocbp);
-
- PACE_INLINE int pace_aio_suspend (const struct aiocb * const list[],
- int nent,
- const struct timespec * timeout);
-
- PACE_INLINE int pace_aio_write (struct aiocb * aiocbp);
-
- PACE_INLINE int pace_lio_listio (int mode,
- struct aiocb * const list[],
- int nent,
- struct sigevent * sig);
-
-# if defined (PACE_HAS_CPLUSPLUS)
-}
-# endif /* PACE_HAS_CPLUSPLUS */
-
-# if defined (PACE_HAS_INLINE)
-# include "aio.inl"
-# endif /* PACE_HAS_INLINE */
-
-
-#endif /* PACE_AIO_H */