[PATCH] Remove x32/iofopen.c and x32/iofopen64.c
H.J. Lu
hongjiu.lu@intel.com
Mon Aug 6 19:59:00 GMT 2012
Hi,
I checked in this patch to remove x32/iofopen.c x32/iofopen64.c as an
obvious change to fix x32 build.
H.J.
--
---
ChangeLog | 5 +++++
sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c | 1 -
sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c | 1 -
3 files changed, 5 insertions(+), 2 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c
delete mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c
diff --git a/ChangeLog b/ChangeLog
index 406cfd0..127ee01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
+ * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
+
2012-08-03 David S. Miller <davem@davemloft.net>
* sysdeps/sparc/fpu/libm-test-ulps: Update.
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c b/sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c
deleted file mode 100644
index e39bb55..0000000
--- a/sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/wordsize-64/iofopen.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c b/sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c
deleted file mode 100644
index af0c6ae..0000000
--- a/sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/wordsize-64/iofopen64.c>
--
1.7.11.2
More information about the Libc-alpha
mailing list