Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/rdos/readlink.c')
-rwxr-xr-xnewlib/libc/sys/rdos/readlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/rdos/readlink.c b/newlib/libc/sys/rdos/readlink.c
index 932051ea3..9922f4401 100755
--- a/newlib/libc/sys/rdos/readlink.c
+++ b/newlib/libc/sys/rdos/readlink.c
@@ -4,7 +4,7 @@
#include <errno.h>
#include <sys/types.h>
-int readlink(const char *path, char *buf, size_t bufsize)
+int readlink(const char *__restrict path, char *__restrict buf, size_t bufsize)
{
errno = ENOSYS;
return -1;