loongarch64: add new syscall numbers
[musl.git] / src / internal / aio_impl.h
bloba8657665441a99fa68471c5043c33c1b7299367a
1 #ifndef AIO_IMPL_H
2 #define AIO_IMPL_H
4 extern hidden volatile int __aio_fut;
6 extern hidden int __aio_close(int);
7 extern hidden void __aio_atfork(int);
9 #endif