mirror of https://git.musl-libc.org/git/musl
Browse Source
also fix the lack of declaration (and thus hidden visibility) in __stdio_close's use of __aio_close.master
8 changed files with 14 additions and 4 deletions
@ -0,0 +1,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 |
|||
Loading…
Reference in new issue