]> git.ipfire.org Git - thirdparty/glibc.git/commit - io/xmknod.c
Wed Jan 17 11:04:58 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Thu, 18 Jan 1996 00:35:55 +0000 (00:35 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 18 Jan 1996 00:35:55 +0000 (00:35 +0000)
commitc43b8c4bea7980e6830d5ecfbc301fb5cd89dec5
tree76f72fe704dc4b226fb0ff285b8c8802e88ea312
parentc59928df4dd6083a5721fc2bada6c6eb6340b74f
Wed Jan 17 11:04:58 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

* io/sys/stat.h (_STAT_VER, _MKNOD_VER): New macros.
(__xstat, __fxstat, __lxstat, __xmknod): Declare new functions.
[__GNUC__] (stat, fstat, lstat, mknod): Define these (and __ names)
as `extern inline's calling the `x' functions.
* io/fstat.c: New file.
* io/lstat.c: New file.
* io/stat.c: New file.
* sysdeps/generic/lstat.c: File removed.
* sysdeps/generic/lxstat.c: New file.
* sysdeps/mach/hurd/fstat.c: File removed.
* sysdeps/mach/hurd/fxstat.c: New file.
* sysdeps/mach/hurd/lstat.c: File removed.
* sysdeps/mach/hurd/lxstat.c: New file.
* sysdeps/mach/hurd/mknod.c: File removed.
* sysdeps/mach/hurd/stat.c: File removed.
* sysdeps/mach/hurd/xmknod.c: New file.
* sysdeps/mach/hurd/xstat.c: New file.
* sysdeps/stub/fstat.c: File removed.
* sysdeps/stub/fxstat.c: New file.
* sysdeps/stub/lstat.c: File removed.
* sysdeps/stub/lxstat.c: New file.
* sysdeps/stub/mknod.c: File removed.
* sysdeps/stub/stat.c: File removed.
* sysdeps/stub/xmknod.c: New file.
* sysdeps/stub/xstat.c: New file.
* sysdeps/unix/common/lstat.S: File removed.
* sysdeps/unix/common/lxstat.c: New file.
* sysdeps/unix/fstat.S: File removed.
* sysdeps/unix/fxstat.c: New file.
* sysdeps/unix/mknod.S: File removed.
* sysdeps/unix/stat.S: File removed.
* sysdeps/unix/sysv/linux/fstat.c: File removed.
* sysdeps/unix/sysv/linux/i386/fxstat.S: File removed.
* sysdeps/unix/sysv/linux/i386/lxstat.S: File removed.
* sysdeps/unix/sysv/linux/i386/xmknod.S: File removed.
* sysdeps/unix/sysv/linux/i386/xstat.S: File removed.
* sysdeps/unix/sysv/linux/lstat.c: File removed.
* sysdeps/unix/sysv/linux/mknod.c: File removed.
* sysdeps/unix/sysv/linux/stat.c: File removed.
* sysdeps/unix/sysv/sysv4/i386/fstat.S: File removed.
* sysdeps/unix/sysv/sysv4/i386/lstat.S: File removed.
* sysdeps/unix/sysv/sysv4/i386/mknod.S: File removed.
* sysdeps/unix/sysv/sysv4/i386/stat.S: File removed.
* sysdeps/unix/xmknod.c: New file.
* sysdeps/unix/xstat.c: New file.
* sysdeps/unix/mkfifo.c: Use __xmknod instead of __mknod.
* misc/Makefile (routines): Remove mknod.
* io/sys/stat.h (_STAT_VER, _MKNOD_VER): New macros.
(__xstat, __fxstat, __lxstat, __xmknod): Declare new functions.
[__GNUC__] (stat, fstat, lstat, mknod): Define these (and __ names)
as `extern inline's calling the `x' functions.
* io/fstat.c: New file.
* io/lstat.c: New file.
* io/stat.c: New file.
* sysdeps/generic/lstat.c: File removed.
* sysdeps/generic/lxstat.c: New file.
* sysdeps/mach/hurd/fstat.c: File removed.
* sysdeps/mach/hurd/fxstat.c: New file.
* sysdeps/mach/hurd/lstat.c: File removed.
* sysdeps/mach/hurd/lxstat.c: New file.
* sysdeps/mach/hurd/mknod.c: File removed.
* sysdeps/mach/hurd/stat.c: File removed.
* sysdeps/mach/hurd/xmknod.c: New file.
* sysdeps/mach/hurd/xstat.c: New file.
* sysdeps/stub/fstat.c: File removed.
* sysdeps/stub/fxstat.c: New file.
* sysdeps/stub/lstat.c: File removed.
* sysdeps/stub/lxstat.c: New file.
* sysdeps/stub/mknod.c: File removed.
* sysdeps/stub/stat.c: File removed.
* sysdeps/stub/xmknod.c: New file.
* sysdeps/stub/xstat.c: New file.
* sysdeps/unix/common/lstat.S: File removed.
* sysdeps/unix/common/lxstat.c: New file.
* sysdeps/unix/fstat.S: File removed.
* sysdeps/unix/fxstat.c: New file.
* sysdeps/unix/mknod.S: File removed.
* sysdeps/unix/stat.S: File removed.
* sysdeps/unix/sysv/linux/fstat.c: File removed.
* sysdeps/unix/sysv/linux/i386/fxstat.S: File removed.
* sysdeps/unix/sysv/linux/i386/lxstat.S: File removed.
* sysdeps/unix/sysv/linux/i386/xmknod.S: File removed.
* sysdeps/unix/sysv/linux/i386/xstat.S: File removed.
* sysdeps/unix/sysv/linux/lstat.c: File removed.
* sysdeps/unix/sysv/linux/mknod.c: File removed.
* sysdeps/unix/sysv/linux/stat.c: File removed.
* sysdeps/unix/sysv/sysv4/i386/fstat.S: File removed.
* sysdeps/unix/sysv/sysv4/i386/lstat.S: File removed.
* sysdeps/unix/sysv/sysv4/i386/mknod.S: File removed.
* sysdeps/unix/sysv/sysv4/i386/stat.S: File removed.
* sysdeps/unix/xmknod.c: New file.
* sysdeps/unix/xstat.c: New file.
* sysdeps/unix/mkfifo.c: Use __xmknod instead of __mknod.
* misc/Makefile (routines): Remove mknod.

* sysdeps/ieee754/ieee754.h (union ieee854_long_double.ieee_nan):
Add missing ; in little-endian case.
30 files changed:
ChangeLog
io/fstat.c [moved from sysdeps/unix/sysv/linux/fstat.c with 61% similarity]
io/lstat.c [moved from sysdeps/unix/sysv/linux/lstat.c with 61% similarity]
io/stat.c [moved from sysdeps/unix/sysv/linux/stat.c with 61% similarity]
sysdeps/generic/lxstat.c [moved from sysdeps/unix/stat.S with 77% similarity]
sysdeps/mach/hurd/fxstat.c [moved from sysdeps/mach/hurd/fstat.c with 83% similarity]
sysdeps/mach/hurd/lxstat.c [moved from sysdeps/mach/hurd/lstat.c with 78% similarity]
sysdeps/mach/hurd/xmknod.c [moved from sysdeps/mach/hurd/mknod.c with 90% similarity]
sysdeps/mach/hurd/xstat.c [moved from sysdeps/mach/hurd/stat.c with 79% similarity]
sysdeps/stub/fxstat.c [moved from sysdeps/stub/fstat.c with 81% similarity]
sysdeps/stub/lxstat.c [moved from sysdeps/stub/lstat.c with 81% similarity]
sysdeps/stub/xmknod.c [moved from sysdeps/stub/mknod.c with 80% similarity]
sysdeps/stub/xstat.c [moved from sysdeps/stub/stat.c with 82% similarity]
sysdeps/unix/common/lstat.S [deleted file]
sysdeps/unix/common/lxstat.c [new file with mode: 0644]
sysdeps/unix/fstat.S [deleted file]
sysdeps/unix/fxstat.c [new file with mode: 0644]
sysdeps/unix/mkfifo.c
sysdeps/unix/mknod.S [deleted file]
sysdeps/unix/sysv/linux/i386/fxstat.S [deleted file]
sysdeps/unix/sysv/linux/i386/lxstat.S [deleted file]
sysdeps/unix/sysv/linux/i386/xmknod.S [deleted file]
sysdeps/unix/sysv/linux/i386/xstat.S [deleted file]
sysdeps/unix/sysv/linux/mknod.c [deleted file]
sysdeps/unix/sysv/sysv4/i386/fstat.S [deleted file]
sysdeps/unix/sysv/sysv4/i386/lstat.S [deleted file]
sysdeps/unix/sysv/sysv4/i386/mknod.S [deleted file]
sysdeps/unix/sysv/sysv4/i386/stat.S [deleted file]
sysdeps/unix/xmknod.c [new file with mode: 0644]
sysdeps/unix/xstat.c [moved from sysdeps/generic/lstat.c with 69% similarity]