mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-22 14:41:01 +03:00
x86: Adjust Linux x32 dl-cache inclusion path
It fixes the x32 build failure introduced by 45e2483a6c
.
Checked on a x86_64-linux-gnu-x32 build.
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <sysdeps/unix/sysv/linux/x86_64/dl-cache.h>
|
||||
#include <sysdeps/x86_64/dl-cache.h>
|
||||
|
||||
/* Defined as (FLAG_ELF_LIBC6 | FLAG_X8664_LIBX32). */
|
||||
#undef _DL_CACHE_DEFAULT_ID
|
||||
|
Reference in New Issue
Block a user