mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 10:21:05 +00:00
45e3c40653
The static program builds in libc were getting multiple definition errors between dl-sysdep and dl-support. Signed-off-by: Richard Henderson <rth@twiddle.net>
6 lines
125 B
C
6 lines
125 B
C
#include "dl-auxv.h"
|
|
|
|
long __libc_alpha_cache_shape[4] = { -2, -2, -2, -2 };
|
|
|
|
#include <sysdeps/unix/sysv/linux/dl-sysdep.c>
|