diff options
Diffstat (limited to 'newlib/libc/sys/mmixware/fstat.c')
-rw-r--r-- | newlib/libc/sys/mmixware/fstat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/sys/mmixware/fstat.c b/newlib/libc/sys/mmixware/fstat.c index aeec86083..8608e7d01 100644 --- a/newlib/libc/sys/mmixware/fstat.c +++ b/newlib/libc/sys/mmixware/fstat.c @@ -1,7 +1,6 @@ /* fstat for MMIXware. Copyright (C) 2001 Hans-Peter Nilsson. - Permission to use, copy, modify, and distribute this software is freely granted, provided that this notice is preserved with no changes. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR @@ -16,7 +15,7 @@ int _fstat (int file, - struct stat *st) + struct stat *st) { st->st_mode = S_IFCHR; st->st_blksize = 4096; |