* sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: New. * sysdeps/unix/sysv...
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 5 Apr 2003 19:57:35 +0000 (19:57 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 5 Apr 2003 19:57:35 +0000 (19:57 +0000)
commit743f1874ad67aa2f1b734be1ee752f5935da5eb2
tree53bc9cd0ae6b2621dbd73d5c85bfcdf9ced80c85
parent54e0138f7f9ff016d3cb6b2cb02a3ca2a727b6e7
* sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: New. * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: New. * sysdeps/unix/sysv/linux/kernel-features.h: fcntl64 is available on mips n32. * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Explain why XSTAT_IS_XSTAT64 must not be used for mips n64.  Use 64-bit data structure on n32 as well. * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use POSIX-compliant data types on n32 and n64.

2003-04-05  Alexandre Oliva  <aoliva@redhat.com>

* sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: New.
* sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: New.
* sysdeps/unix/sysv/linux/kernel-features.h: fcntl64 is available
on mips n32.
* sysdeps/unix/sysv/linux/mips/kernel_stat.h: Explain why
XSTAT_IS_XSTAT64 must not be used for mips n64.  Use 64-bit data
structure on n32 as well.
* sysdeps/unix/sysv/linux/mips/bits/stat.h: Use POSIX-compliant
data types on n32 and n64.
ChangeLog
sysdeps/unix/sysv/linux/kernel-features.h
sysdeps/unix/sysv/linux/mips/bits/stat.h
sysdeps/unix/sysv/linux/mips/kernel_stat.h
sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c [new file with mode: 0644]