1
0

aio_impl.h 160 B

123456789
  1. #ifndef AIO_IMPL_H
  2. #define AIO_IMPL_H
  3. extern hidden volatile int __aio_fut;
  4. extern hidden int __aio_close(int);
  5. extern hidden void __aio_atfork(int);
  6. #endif