1*c9945492SAndroid Build Coastguard Worker #ifndef AIO_IMPL_H 2*c9945492SAndroid Build Coastguard Worker #define AIO_IMPL_H 3*c9945492SAndroid Build Coastguard Worker 4*c9945492SAndroid Build Coastguard Worker extern hidden volatile int __aio_fut; 5*c9945492SAndroid Build Coastguard Worker 6*c9945492SAndroid Build Coastguard Worker extern hidden int __aio_close(int); 7*c9945492SAndroid Build Coastguard Worker extern hidden void __aio_atfork(int); 8*c9945492SAndroid Build Coastguard Worker 9*c9945492SAndroid Build Coastguard Worker #endif 10