X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fnetwork%2Finet_ntop.c;h=76ae556c19196708b4b2bfd526a026bfd4b327ce;hb=b10d0230c1837be34e4ece7d6b11d19f1b578b9f;hp=4817187d610587786e555614f912257ad6f848fd;hpb=28af39fe427ffec8b836f4f30450ffc30b03e5c4;p=musl diff --git a/src/network/inet_ntop.c b/src/network/inet_ntop.c index 4817187d..76ae556c 100644 --- a/src/network/inet_ntop.c +++ b/src/network/inet_ntop.c @@ -6,7 +6,7 @@ #include #include -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;