X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmisc%2Frealpath.c;h=5756817943c208c66723f375c606451e7fe400f1;hb=997ba92a0fa85919b1c46346db8fb31b4e579c5a;hp=ef156fcf8aaf1cb808e4a3760a46df3855676ce8;hpb=d43ff110bcb258df61448d21da3b1a89088388f6;p=musl diff --git a/src/misc/realpath.c b/src/misc/realpath.c index ef156fcf..57568179 100644 --- a/src/misc/realpath.c +++ b/src/misc/realpath.c @@ -6,7 +6,7 @@ #include #include -char *realpath(const char *filename, char *resolved) +char *realpath(const char *restrict filename, char *restrict resolved) { int fd; ssize_t r;