x86: Adjust Linux x32 dl-cache inclusion path
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 26 Jun 2023 19:48:07 +0000 (16:48 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 26 Jun 2023 19:51:30 +0000 (16:51 -0300)
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

index 9ee58dd..0cc0404 100644 (file)
@@ -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