From: Samuel Thibault Date: Sun, 12 Feb 2023 15:32:52 +0000 (+0100) Subject: htl: Generalize i386 pt-machdep.h to x86 X-Git-Tag: glibc-2.38~588 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=bfb583e7916315eca3f19801dca1bf05eac4efef;p=glibc.git htl: Generalize i386 pt-machdep.h to x86 --- diff --git a/sysdeps/i386/htl/Implies b/sysdeps/i386/htl/Implies new file mode 100644 index 0000000000..aad38fb53d --- /dev/null +++ b/sysdeps/i386/htl/Implies @@ -0,0 +1 @@ +x86/htl diff --git a/sysdeps/i386/htl/pt-machdep.h b/sysdeps/x86/htl/pt-machdep.h similarity index 93% rename from sysdeps/i386/htl/pt-machdep.h rename to sysdeps/x86/htl/pt-machdep.h index b036909c42..d0cc979252 100644 --- a/sysdeps/i386/htl/pt-machdep.h +++ b/sysdeps/x86/htl/pt-machdep.h @@ -1,4 +1,4 @@ -/* Machine dependent pthreads internal defenitions. i386 version. +/* Machine dependent pthreads internal defenitions. x86 version. Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/sysdeps/x86_64/htl/Implies b/sysdeps/x86_64/htl/Implies new file mode 100644 index 0000000000..aad38fb53d --- /dev/null +++ b/sysdeps/x86_64/htl/Implies @@ -0,0 +1 @@ +x86/htl