public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] x86: Adjust Linux x32 dl-cache inclusion path
@ 2023-06-26 19:52 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2023-06-26 19:52 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b29e70657dc19048f32ba73b45da2eeba81340f8

commit b29e70657dc19048f32ba73b45da2eeba81340f8
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Jun 26 16:48:07 2023 -0300

    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.

Diff:
---
 sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-26 19:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-26 19:52 [glibc] x86: Adjust Linux x32 dl-cache inclusion path Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).