summaryrefslogtreecommitdiff
path: root/src/internal/aio_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/aio_impl.h')
-rw-r--r--src/internal/aio_impl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/internal/aio_impl.h b/src/internal/aio_impl.h
new file mode 100644
index 00000000..a8657665
--- /dev/null
+++ b/src/internal/aio_impl.h
@@ -0,0 +1,9 @@
+#ifndef AIO_IMPL_H
+#define AIO_IMPL_H
+
+extern hidden volatile int __aio_fut;
+
+extern hidden int __aio_close(int);
+extern hidden void __aio_atfork(int);
+
+#endif