diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-28 17:23:19 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-28 17:23:19 -0700 |
commit | 0d3b7a190c3abbdce27d4b0b9f16517bf5664099 (patch) | |
tree | e54ee5f9f67d861777778971456b68e04517c6a8 /nptl | |
parent | 1efe2bd9dcde62506e5ce4f7f8494dfaa1fdf012 (diff) | |
download | glibc-0d3b7a190c3abbdce27d4b0b9f16517bf5664099.tar.gz glibc-0d3b7a190c3abbdce27d4b0b9f16517bf5664099.tar.xz glibc-0d3b7a190c3abbdce27d4b0b9f16517bf5664099.zip |
SH: Consolidate NPTL/non versions of clone
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/sh/clone.S | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/sh/clone.S b/nptl/sysdeps/unix/sysv/linux/sh/clone.S deleted file mode 100644 index 675a997e97..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/sh/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 <clone.S> -#else -# define RESET_PID -# include_next <clone.S> -#endif |