diff options
Diffstat (limited to 'newlib/libc/sys/mmixware/read.c')
-rw-r--r-- | newlib/libc/sys/mmixware/read.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/sys/mmixware/read.c b/newlib/libc/sys/mmixware/read.c index b474b807e..4dfb0f025 100644 --- a/newlib/libc/sys/mmixware/read.c +++ b/newlib/libc/sys/mmixware/read.c @@ -1,7 +1,6 @@ /* read 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 @@ -40,7 +39,7 @@ _read (int file, if (ret == -1 - (long) len) { /* We don't know the nature of the failure, so this is an - approximation. */ + approximation. */ errno = EIO; return -1; } |