aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-09-22 17:29:35 +0200
committerFlorian Weimer <fweimer@redhat.com>2020-09-22 17:58:39 +0200
commit90ccfdf17628e152d96638adc175ae97bd078cfc (patch)
tree23744425367436e00e5b9c542b211dca6057a55a /sysdeps/ia64
parentd445d9ca8d961148ffde8ec597ecc0e050542024 (diff)
downloadglibc-90ccfdf17628e152d96638adc175ae97bd078cfc.zip
glibc-90ccfdf17628e152d96638adc175ae97bd078cfc.tar.gz
glibc-90ccfdf17628e152d96638adc175ae97bd078cfc.tar.bz2
x86: Use one ldbl2mpn.c file for both i386 and x86_64
Diffstat (limited to 'sysdeps/ia64')
-rw-r--r--sysdeps/ia64/ldbl2mpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/ldbl2mpn.c b/sysdeps/ia64/ldbl2mpn.c
index 641b789..66ac0a4 100644
--- a/sysdeps/ia64/ldbl2mpn.c
+++ b/sysdeps/ia64/ldbl2mpn.c
@@ -1 +1 @@
-#include "../i386/ldbl2mpn.c"
+#include "../x86/ldbl2mpn.c"