From e549ee56584d0c25e1f9dfcb6b05947fb3950447 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 26 Jun 2014 09:30:33 -0700 Subject: S390: Consolidate NPTL/non versions of clone --- nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S | 9 --------- nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S | 9 --------- 2 files changed, 18 deletions(-) delete mode 100644 nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S delete mode 100644 nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S (limited to 'nptl') diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S b/nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S deleted file mode 100644 index 675a997e97..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/s390/s390-32/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 diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S b/nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S deleted file mode 100644 index 675a997e97..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/s390/s390-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