summaryrefslogtreecommitdiff
path: root/patches/glibc/2.7/280-sh-fix-kernel-headers-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/glibc/2.7/280-sh-fix-kernel-headers-location.patch')
-rw-r--r--patches/glibc/2.7/280-sh-fix-kernel-headers-location.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/patches/glibc/2.7/280-sh-fix-kernel-headers-location.patch b/patches/glibc/2.7/280-sh-fix-kernel-headers-location.patch
deleted file mode 100644
index 0c5caa5..0000000
--- a/patches/glibc/2.7/280-sh-fix-kernel-headers-location.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -durN glibc-2.7.orig/sysdeps/unix/sysv/linux/sh/sys/procfs.h glibc-2.7/sysdeps/unix/sysv/linux/sh/sys/procfs.h
---- glibc-2.7.orig/sysdeps/unix/sysv/linux/sh/sys/procfs.h 2008-10-22 21:23:32.000000000 +0200
-+++ glibc-2.7/sysdeps/unix/sysv/linux/sh/sys/procfs.h 2008-10-22 21:41:54.000000000 +0200
-@@ -29,6 +29,7 @@
- #include <sys/types.h>
- #include <sys/ucontext.h>
- #include <sys/user.h>
-+#include <asm/ptrace.h>
-
- __BEGIN_DECLS
-
-diff -durN glibc-2.7.orig/sysdeps/unix/sysv/linux/sh/sys/user.h glibc-2.7/sysdeps/unix/sysv/linux/sh/sys/user.h
---- glibc-2.7.orig/sysdeps/unix/sysv/linux/sh/sys/user.h 2008-10-22 21:23:32.000000000 +0200
-+++ glibc-2.7/sysdeps/unix/sysv/linux/sh/sys/user.h 2008-10-22 21:33:34.000000000 +0200
-@@ -21,8 +21,6 @@
-
- #include <features.h>
-
--#include <asm/user.h>
--
- #undef start_thread
-
- #endif /* sys/user.h */