From 32e2cbeeab281a2da4a9957c831f13cfe7bdec69 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Nov 2013 16:35:47 +0000 Subject: 2013-11-21 Daniel Ramirez * libc/include/sys/stat.h, libc/sys/linux/sys/stat.h, libc/sys/m88kbug/syscalls.c, libc/sys/rdos/stat.c, libc/sys/sparc64/sys/stat.h: Add restrict keyword. --- newlib/libc/sys/rdos/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/sys/rdos/stat.c') diff --git a/newlib/libc/sys/rdos/stat.c b/newlib/libc/sys/rdos/stat.c index f1683b63a..542a3cc1b 100755 --- a/newlib/libc/sys/rdos/stat.c +++ b/newlib/libc/sys/rdos/stat.c @@ -5,7 +5,7 @@ #include #include -int stat(const char *file, struct stat *st) ++int stat(const char *__restrict file, struct stat *__restrict st) { errno = ENOSYS; return -1; -- cgit v1.2.3