[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r9269 - in /fsf/glibc-2_10-branch/ports: ./ sysdeps/unix/sysv/linux/arm/bits/ sysdeps/unix/sysv/linux/mips/bits/
- To: commits@xxxxxxxxxx
- Subject: [commits] r9269 - in /fsf/glibc-2_10-branch/ports: ./ sysdeps/unix/sysv/linux/arm/bits/ sysdeps/unix/sysv/linux/mips/bits/
- From: eglibc@xxxxxxxxxx
- Date: Tue, 17 Nov 2009 08:07:55 -0000
Author: eglibc
Date: Tue Nov 17 00:07:55 2009
New Revision: 9269
Log:
Import glibc-ports-2.10 for 2009-11-17
Modified:
fsf/glibc-2_10-branch/ports/ChangeLog.arm
fsf/glibc-2_10-branch/ports/ChangeLog.mips
fsf/glibc-2_10-branch/ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h
fsf/glibc-2_10-branch/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
Modified: fsf/glibc-2_10-branch/ports/ChangeLog.arm
==============================================================================
--- fsf/glibc-2_10-branch/ports/ChangeLog.arm (original)
+++ fsf/glibc-2_10-branch/ports/ChangeLog.arm Tue Nov 17 00:07:55 2009
@@ -1,3 +1,8 @@
+2009-11-06 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (fallocate): Fix types
+ of last two arguments when -D_FILE_OFFSET_BITS=64.
+
2009-10-22 Julian Brown <julian@xxxxxxxxxxxxxxxx>
* sysdeps/arm/elf/start.S (_start): Avoid dependency on PC pipeline
Modified: fsf/glibc-2_10-branch/ports/ChangeLog.mips
==============================================================================
--- fsf/glibc-2_10-branch/ports/ChangeLog.mips (original)
+++ fsf/glibc-2_10-branch/ports/ChangeLog.mips Tue Nov 17 00:07:55 2009
@@ -1,3 +1,8 @@
+2009-11-06 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
+ of last two arguments when -D_FILE_OFFSET_BITS=64.
+
2009-08-03 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
Modified: fsf/glibc-2_10-branch/ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h
==============================================================================
--- fsf/glibc-2_10-branch/ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h (original)
+++ fsf/glibc-2_10-branch/ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h Tue Nov 17 00:07:55 2009
@@ -240,8 +240,8 @@
extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
# else
# ifdef __REDIRECT
-extern int __REDIRECT (fallocate, (int __fd, int __mode, __off_t __offset,
- __off_t __len),
+extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
+ __off64_t __len),
fallocate64);
# else
# define fallocate fallocate64
Modified: fsf/glibc-2_10-branch/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
==============================================================================
--- fsf/glibc-2_10-branch/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h (original)
+++ fsf/glibc-2_10-branch/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h Tue Nov 17 00:07:55 2009
@@ -253,8 +253,8 @@
extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
# else
# ifdef __REDIRECT
-extern int __REDIRECT (fallocate, (int __fd, int __mode, __off_t __offset,
- __off_t __len),
+extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
+ __off64_t __len),
fallocate64);
# else
# define fallocate fallocate64