diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-06-26 16:48:07 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-06-26 16:51:30 -0300 |
commit | b29e70657dc19048f32ba73b45da2eeba81340f8 (patch) | |
tree | f7082dfbf611684a97e5e2bf1ec26fac5682da18 /sysdeps/unix/sysv | |
parent | 6f962278e24bdf5cb5f310c5a17add41da95407c (diff) | |
download | glibc-b29e70657dc19048f32ba73b45da2eeba81340f8.tar glibc-b29e70657dc19048f32ba73b45da2eeba81340f8.tar.gz glibc-b29e70657dc19048f32ba73b45da2eeba81340f8.tar.bz2 glibc-b29e70657dc19048f32ba73b45da2eeba81340f8.zip |
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.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h b/sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h index 9ee58dd541..0cc04046fe 100644 --- a/sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h +++ b/sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h @@ -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 |