diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-05 21:19:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-05 21:19:18 +0000 |
commit | b416b45eb37e12bd58412d255f47f05d6abda863 (patch) | |
tree | d1c19bc438623821f2397db8bbb720d32c2d85b5 /libc/sysdeps/linux/common/statfix.h | |
parent | 400e90780632415c45984bcf80f133aa8b890669 (diff) |
stat and mknod cleanup, take two. Put all the needed junk into syscalls.c
for clarity.
-Erik
Diffstat (limited to 'libc/sysdeps/linux/common/statfix.h')
-rw-r--r-- | libc/sysdeps/linux/common/statfix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/statfix.h b/libc/sysdeps/linux/common/statfix.h index df85d84d4..6dad72dc4 100644 --- a/libc/sysdeps/linux/common/statfix.h +++ b/libc/sysdeps/linux/common/statfix.h @@ -2,7 +2,7 @@ #define STATFIX_H /* Pull in whatever this particular arch's kernel thinks the kernel version of - * struct stat should look like. It turn out that each arch has a different + * struct stat should look like. It turns out that each arch has a different * opinion on the subject, and different kernel revs use different names... */ #define stat kernel_stat #define new_stat kernel_stat |