This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] Remove x32/iofopen.c and x32/iofopen64.c
- From: "H.J. Lu" <hongjiu dot lu at intel dot com>
- To: GNU C Library <libc-alpha at sourceware dot org>
- Date: Mon, 6 Aug 2012 12:58:57 -0700
- Subject: [PATCH] Remove x32/iofopen.c and x32/iofopen64.c
- Reply-to: "H.J. Lu" <hjl dot tools at gmail dot com>
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