musl - an implementation of the standard library for Linux-based systems
blob: a8657665441a99fa68471c5043c33c1b7299367a (
plain) (
blame)
1
2
3
4
5
6
7
8
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
|