From 538ce24b27a0ff12e7e8efe7bf13bc96f22f027b Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Thu, 15 Aug 2024 11:10:46 +0200 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 # 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