X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fnetwork%2Finet_ntop.c;h=76ae556c19196708b4b2bfd526a026bfd4b327ce;hp=4817187d610587786e555614f912257ad6f848fd;hb=b6f99412019219eda032823030846bc4c90b7cbc;hpb=28af39fe427ffec8b836f4f30450ffc30b03e5c4 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;