From 21cf2aee536c32ffe64a5f094b2d6ecc73bb8bb4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Nov 2013 16:39:06 +0000 Subject: [PATCH] 2013-11-21 Joel Sherrill * libc/sys/rdos/stat.c: Remove stray +. --- newlib/ChangeLog | 4 ++++ newlib/libc/sys/rdos/stat.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index d9ca905c2..ec398c1cb 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2013-11-21 Joel Sherrill + + * libc/sys/rdos/stat.c: Remove stray +. + 2013-11-21 Daniel Ramirez * libc/include/sys/stat.h, libc/sys/linux/sys/stat.h, diff --git a/newlib/libc/sys/rdos/stat.c b/newlib/libc/sys/rdos/stat.c index 542a3cc1b..c55525a7a 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 *__restrict file, struct stat *__restrict st) +int stat(const char *__restrict file, struct stat *__restrict st) { errno = ENOSYS; return -1;