From a9ec7bcb04008f918d0e82b4c3777f54f1e18561 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sun, 14 Jan 2018 10:24:48 +0000 Subject: [PATCH] local-biarch # DP: Description: Allow ldconfig to work on i386/x86-64 biarch systems # DP: Related bugs: # DP: Dpatch author: Daniel Jacobowitz # DP: Patch author: Daniel Jacobowitz # DP: Upstream status: Debian-Specific # DP: Status Details: based on Ubuntu change by Jeff Bailey # DP: Date: 2005-10-13 Gbp-Pq: Topic i386 Gbp-Pq: Name local-biarch.diff --- sysdeps/unix/sysv/linux/i386/dl-cache.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysdeps/unix/sysv/linux/i386/dl-cache.h diff --git a/sysdeps/unix/sysv/linux/i386/dl-cache.h b/sysdeps/unix/sysv/linux/i386/dl-cache.h new file mode 100644 index 000000000..766bba426 --- /dev/null +++ b/sysdeps/unix/sysv/linux/i386/dl-cache.h @@ -0,0 +1 @@ +#include -- 2.30.2