initial commit
[glibc.git] / debian / patches / i386 / local-biarch.diff
1 # DP: Description: Allow ldconfig to work on i386/x86-64 biarch systems
2 # DP: Related bugs:
3 # DP: Dpatch author: Daniel Jacobowitz
4 # DP: Patch author: Daniel Jacobowitz
5 # DP: Upstream status: Debian-Specific
6 # DP: Status Details: based on Ubuntu change by Jeff Bailey
7 # DP: Date: 2005-10-13
8
9 ---
10 sysdeps/unix/sysv/linux/i386/dl-cache.h | 1 +
11 1 file changed, 1 insertion(+)
12
13 --- /dev/null
14 +++ b/sysdeps/unix/sysv/linux/i386/dl-cache.h
15 @@ -0,0 +1 @@
16 +#include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>