2002-10-02 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 2 Oct 2002 08:33:46 +0000 (08:33 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 2 Oct 2002 08:33:46 +0000 (08:33 +0000)
commitc84d1f2ed7bbd6926d0831a00ea80299172f65c3
tree858153ca7fd58a7afcba83666f2816cfe1e2f90c
parent4c53d2217ea26aafd7b456a7a343b98b7113a71f
2002-10-02  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/xstatconv.c [STAT_IS_KERNEL_STAT]:
Conditionalize the function definitions on this.
* sysdeps/unix/sysv/linux/xstat.c (__xstat) [STAT_IS_KERNEL_STAT]:
Don't use xstat_conv, just fail if VERS != _STAT_VER_KERNEL.
* sysdeps/unix/sysv/linux/fxstat.c (__fxstat) [STAT_IS_KERNEL_STAT]:
Likewise.
* sysdeps/unix/sysv/linux/lxstat.c (__lxstat) [STAT_IS_KERNEL_STAT]:
Likewise.
sysdeps/unix/sysv/linux/fxstat.c
sysdeps/unix/sysv/linux/lxstat.c
sysdeps/unix/sysv/linux/xstat.c
sysdeps/unix/sysv/linux/xstatconv.c