summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-21 16:39:06 +0000
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-21 16:39:06 +0000
commit21cf2aee536c32ffe64a5f094b2d6ecc73bb8bb4 (patch)
tree7df186315a06b8adb082fb14c8633109c2ec6df4 /newlib/libc
parent32e2cbeeab281a2da4a9957c831f13cfe7bdec69 (diff)
downloadcygnal-21cf2aee536c32ffe64a5f094b2d6ecc73bb8bb4.tar.gz
cygnal-21cf2aee536c32ffe64a5f094b2d6ecc73bb8bb4.tar.bz2
cygnal-21cf2aee536c32ffe64a5f094b2d6ecc73bb8bb4.zip
2013-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/sys/rdos/stat.c: Remove stray +.
Diffstat (limited to 'newlib/libc')
-rwxr-xr-xnewlib/libc/sys/rdos/stat.c2
1 files changed, 1 insertions, 1 deletions
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 <sys/stat.h>
#include <errno.h>
-+int stat(const char *__restrict file, struct stat *__restrict st)
+int stat(const char *__restrict file, struct stat *__restrict st)
{
errno = ENOSYS;
return -1;