xref: /aosp_15_r20/external/musl/src/internal/aio_impl.h (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1 #ifndef AIO_IMPL_H
2 #define AIO_IMPL_H
3 
4 extern hidden volatile int __aio_fut;
5 
6 extern hidden int __aio_close(int);
7 extern hidden void __aio_atfork(int);
8 
9 #endif
10