]> git.ipfire.org Git - thirdparty/glibc.git/commit - ports/ChangeLog.mips
* sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
authorDaniel Jacobowitz <dan@codesourcery.com>
Fri, 22 Sep 2006 17:36:23 +0000 (17:36 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Fri, 22 Sep 2006 17:36:23 +0000 (17:36 +0000)
commit6ea630251e84cdaabe7c5567d1640af82e4010bc
tree65f7825ae5adac0d784d93b47536503aeaeae5ee
parent6b4d184dc943ba57697dbbc9c05c829fce24ebff
* sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
code.
(__xstat_conv): Use memset to clear padding arrays.  Check for
overflow.
(__xstat64_conv): Use memset to clear padding arrays.
(__xstat32_conv): New function.
* sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
* sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/xstatconv.c