diff options
Diffstat (limited to 'newlib/libc/sys/sysnec810/misc.c')
-rw-r--r-- | newlib/libc/sys/sysnec810/misc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/sys/sysnec810/misc.c b/newlib/libc/sys/sysnec810/misc.c index 354ecd8..348e719 100644 --- a/newlib/libc/sys/sysnec810/misc.c +++ b/newlib/libc/sys/sysnec810/misc.c @@ -30,8 +30,7 @@ isatty() { } int -_DEFUN(_fstat,(file, st), - int file, +_fstat (int file, struct stat *st) { st->st_mode = S_IFCHR; |