2013-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/sys/rdos/stat.c: Remove stray +.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user