getservbyport_r: fix out-of-bounds buffer read
[musl] / src / aio / lio_listio.c
index 0799c15..a672812 100644 (file)
@@ -139,5 +139,3 @@ int lio_listio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, st
 
        return 0;
 }
-
-weak_alias(lio_listio, lio_listio64);