From 510d1ed6dfdbf33103efe7d625779df1835d6ce9 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Fri, 19 Feb 2010 03:29:32 -0800 Subject: x86_64: compile pthread it's own version of __syscall_error also fix up clone.S from sync Signed-off-by: Austin Foxley --- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/clone.S | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/clone.S') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/clone.S b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/clone.S index 675a997e9..efbaee3d1 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/clone.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/clone.S @@ -1,9 +1,3 @@ -/* We want an #include_next, but we are the main source file. - So, #include ourselves and in that incarnation we can use #include_next. */ -#ifndef INCLUDED_SELF -# define INCLUDED_SELF -# include -#else -# define RESET_PID -# include_next -#endif +#include +#define RESET_PID +#include -- cgit v1.2.3