remove ARMSUBARCH relic from configure
[musl] / include / aio.h
index d9330eb..453c41b 100644 (file)
@@ -21,7 +21,7 @@ struct aiocb {
        struct sigevent aio_sigevent;
        void *__td;
        int __lock[2];
-       int __err;
+       volatile int __err;
        ssize_t __ret;
        off_t aio_offset;
        void *__next, *__prev;
@@ -62,6 +62,10 @@ int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sige
 #define off64_t off_t
 #endif
 
+#if _REDIR_TIME64
+__REDIR(aio_suspend, __aio_suspend_time64);
+#endif
+
 #ifdef __cplusplus
 }
 #endif