2013-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>

* libc/sys/rdos/stat.c: Remove stray +.
This commit is contained in:
Joel Sherrill 2013-11-21 16:39:06 +00:00
parent 32e2cbeeab
commit 21cf2aee53
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/sys/rdos/stat.c: Remove stray +.
2013-11-21 Daniel Ramirez <javamonn@gmail.com>
* libc/include/sys/stat.h, libc/sys/linux/sys/stat.h,

View File

@ -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;