From 941d7dfd247bc116b89ec97d530d618b5862a80f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 14 May 2014 10:16:27 -0700 Subject: x86: Consolidate NPTL/non versions of clone --- nptl/sysdeps/unix/sysv/linux/x86_64/clone.S | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 nptl/sysdeps/unix/sysv/linux/x86_64/clone.S (limited to 'nptl/sysdeps/unix/sysv/linux/x86_64') diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/clone.S b/nptl/sysdeps/unix/sysv/linux/x86_64/clone.S deleted file mode 100644 index 675a997e97..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/clone.S +++ /dev/null @@ -1,9 +0,0 @@ -/* 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 -- cgit 1.4.1