public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] 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: libc-alpha

It fixes the x32 build failure introduced by 45e2483a6c.

Checked on a x86_64-linux-gnu-x32 build.
---
 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
-- 
2.34.1


^ 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 [COMMITTED] 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).