diff options
author | Andreas Jaeger <aj@suse.de> | 2003-06-30 09:33:26 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-06-30 09:33:26 +0000 |
commit | 7f4b68d652cb4fcf5119e3e0f90778ab9a8ca8a4 (patch) | |
tree | bbca28a0901b04e1169ca2faec2e1078f150d139 | |
parent | 7efbf47cb0c362804dcd62dc8e53b6e013edaf71 (diff) | |
download | glibc-7f4b68d652cb4fcf5119e3e0f90778ab9a8ca8a4.tar.gz glibc-7f4b68d652cb4fcf5119e3e0f90778ab9a8ca8a4.tar.xz glibc-7f4b68d652cb4fcf5119e3e0f90778ab9a8ca8a4.zip |
Update.
2003-06-17 Guido Guenther <agx@sigxcpu.org> * sysdeps/unix/sysv/linux/mips/xstatconv.c: Handle STAT_IS_KERNEL_STAT case. (xstat_conv): Rename to __xstat_conv and remove static inline. (xstat64_conv): Likewise.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8aff6ff3c5..e9cb2050e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-06-17 Guido Guenther <agx@sigxcpu.org> + + * sysdeps/unix/sysv/linux/mips/xstatconv.c: Handle STAT_IS_KERNEL_STAT + case. + (xstat_conv): Rename to __xstat_conv and remove static inline. + (xstat64_conv): Likewise. + 2003-06-29 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sleep.c (__sleep): Handle parameter |