From 377388043d1da1f361cd8298622789c746e87e3f Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Tue, 9 Feb 2010 07:49:57 +0100 Subject: nptl: sysdep headers update for i386, mips and x86_64 Update the arch specific sysdep headers to include the common header under libc/sysdeps/linux/common instead of libpthread/nptl/sysdeps/generic. Signed-off-by: Carmelo Amoroso --- libpthread/nptl/sysdeps/i386/sysdep.h | 2 +- libpthread/nptl/sysdeps/mips/sysdep.h | 2 +- libpthread/nptl/sysdeps/x86_64/sysdep.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libpthread') diff --git a/libpthread/nptl/sysdeps/i386/sysdep.h b/libpthread/nptl/sysdeps/i386/sysdep.h index e49d65759..50253de20 100644 --- a/libpthread/nptl/sysdeps/i386/sysdep.h +++ b/libpthread/nptl/sysdeps/i386/sysdep.h @@ -18,7 +18,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include +#include #ifdef __ASSEMBLER__ diff --git a/libpthread/nptl/sysdeps/mips/sysdep.h b/libpthread/nptl/sysdeps/mips/sysdep.h index 69cecae70..b53c9a9c4 100644 --- a/libpthread/nptl/sysdeps/mips/sysdep.h +++ b/libpthread/nptl/sysdeps/mips/sysdep.h @@ -19,7 +19,7 @@ 02111-1307 USA. */ #include -#include +#include #ifdef __ASSEMBLER__ diff --git a/libpthread/nptl/sysdeps/x86_64/sysdep.h b/libpthread/nptl/sysdeps/x86_64/sysdep.h index ac74b7c23..350e3b5e2 100644 --- a/libpthread/nptl/sysdeps/x86_64/sysdep.h +++ b/libpthread/nptl/sysdeps/x86_64/sysdep.h @@ -17,7 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include +#include #ifdef __ASSEMBLER__ -- cgit v1.2.3