• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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