aarch64: add HWCAP2_ macros from linux v5.3
[musl] / src / aio / aio_suspend.c
index 0b3abe5..34b66f8 100644 (file)
@@ -73,4 +73,6 @@ int aio_suspend(const struct aiocb *const cbs[], int cnt, const struct timespec
        }
 }
 
-LFS64(aio_suspend);
+#if !_REDIR_TIME64
+weak_alias(aio_suspend, aio_suspend64);
+#endif