mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-26 20:51:11 +00: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:
parent
6f962278e2
commit
b29e70657d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user