fix benign data race in pthread_attr_init
[musl] / src / aio / lio_listio.c
index bd64546..7b6a03d 100644 (file)
@@ -140,4 +140,4 @@ int lio_listio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, st
        return 0;
 }
 
-LFS64(lio_listio);
+weak_alias(lio_listio, lio_listio64);