From 8464c2a11033bf52c04043ec65166d99f115b16e Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 20 May 2014 20:31:04 -0500 Subject: PowerPC: Consolidate NPTL/non versions of clone --- nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (limited to 'nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S') diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S b/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S deleted file mode 100644 index 675a997e97..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/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