diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-11-13 02:49:12 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2001-11-13 02:49:12 +0000 |
commit | 4cede8c4ce75127a528ab2dfb33fa5bf925a2d05 (patch) | |
tree | b97549d3e0575500385db31e6e32fd279786b956 /newlib/libc/sys/mmixware/access.c | |
parent | f513298e1801560b0b2af19be879356874d60aa7 (diff) | |
download | cygnal-4cede8c4ce75127a528ab2dfb33fa5bf925a2d05.tar.gz cygnal-4cede8c4ce75127a528ab2dfb33fa5bf925a2d05.tar.bz2 cygnal-4cede8c4ce75127a528ab2dfb33fa5bf925a2d05.zip |
* libc/sys/mmixware/*: Correct spacing in all source files.
* libc/sys/mmixware/syscall.h: Move misplaced file...
* libc/sys/mmixware/sys/syscall.h: ...here.
Diffstat (limited to 'newlib/libc/sys/mmixware/access.c')
-rw-r--r-- | newlib/libc/sys/mmixware/access.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/newlib/libc/sys/mmixware/access.c b/newlib/libc/sys/mmixware/access.c index a3cfeacfd..f4bcb20b2 100644 --- a/newlib/libc/sys/mmixware/access.c +++ b/newlib/libc/sys/mmixware/access.c @@ -1,7 +1,6 @@ /* access 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 @@ -30,8 +29,8 @@ access (const char *fn, int flags) if (ret == 0) { /* Yes, this was readable. As in other simulator access functions, - we always return success in this case (though the others check - for directory access). */ + we always return success in this case (though the others check + for directory access). */ TRAP1f (SYS_Fclose, TMPFNO); return 0; } |