change ldso path file logic to replace rather than add to search path
[oweals/musl.git] / src / network / inet_ntop.c
index 4817187d610587786e555614f912257ad6f848fd..76ae556c19196708b4b2bfd526a026bfd4b327ce 100644 (file)
@@ -6,7 +6,7 @@
 #include <stdio.h>
 #include <string.h>
 
-const char *inet_ntop(int af, const void *a0, char *s, socklen_t l)
+const char *inet_ntop(int af, const void *restrict a0, char *restrict s, socklen_t l)
 {
        const unsigned char *a = a0;
        int i, j, max, best;