OSDN Git Service

Eliminate wrapping of struct stat and use the kernel version
authorEric Andersen <andersen@codepoet.org>
Mon, 19 Aug 2002 18:04:25 +0000 (18:04 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 19 Aug 2002 18:04:25 +0000 (18:04 -0000)
commit3fec316902712c8a7546405852fa50a0aa39d4f6
tree250fe9428f45f686c401f22ff96b9e9a0d2a7436
parentbfefdc65657e145a0e05886ec571e0ee6af1a290
Eliminate wrapping of struct stat and use the kernel version
directly.  Eliminate all the attendant baggage.  Fix internal
types to match kernel types more closely.
 -Erik
23 files changed:
include/sys/stat.h
libc/misc/sysvipc/ftok.c
libc/stdlib/ptsname.c
libc/stdlib/unix_grantpt.c
libc/sysdeps/linux/alpha/bits/stat.h
libc/sysdeps/linux/alpha/bits/types.h
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/common/bits/stat.h
libc/sysdeps/linux/common/bits/types.h
libc/sysdeps/linux/common/mknod.c [deleted file]
libc/sysdeps/linux/common/statfix.c [deleted file]
libc/sysdeps/linux/common/statfix.h [deleted file]
libc/sysdeps/linux/common/statfix64.c [deleted file]
libc/sysdeps/linux/common/statfix64.h [deleted file]
libc/sysdeps/linux/common/syscalls.c
libc/sysdeps/linux/i386/bits/select.h
libc/sysdeps/linux/m68k/bits/stat.h
libc/sysdeps/linux/mips/bits/stat.h
libc/sysdeps/linux/mips/bits/types.h
libc/sysdeps/linux/powerpc/bits/stat.h
libc/sysdeps/linux/powerpc/bits/types.h
libc/sysdeps/linux/sparc/bits/stat.h
libc/sysdeps/linux/sparc/bits/types.h