From b6d42a966dfd699d2be93ac5f43a299f47f4bcf5 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sun, 19 Sep 2021 19:46:59 +0100 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