summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-11-19 22:36:03 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-11-19 22:36:03 +0000
commit7984325c0ea04171da39d2a764a5cea81c1b546e (patch)
tree18bbcdd2e949913c7a77bdfaded8a32ef55e2d41
parent09f2e873ea136eb0c7386f74bdcb097f89cebeea (diff)
downloadOSELAS.Toolchain-7984325c0ea04171da39d2a764a5cea81c1b546e.tar.gz
OSELAS.Toolchain-7984325c0ea04171da39d2a764a5cea81c1b546e.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@1275 f8d472c7-5700-0410-ac5a-87979cec3adf
-rw-r--r--patches/glibc-linuxthread-2.3.6/generic/oe/arm-raise.patch39
-rw-r--r--patches/glibc-linuxthread-2.3.6/generic/series-oe1
2 files changed, 0 insertions, 40 deletions
diff --git a/patches/glibc-linuxthread-2.3.6/generic/oe/arm-raise.patch b/patches/glibc-linuxthread-2.3.6/generic/oe/arm-raise.patch
deleted file mode 100644
index 3054ef7..0000000
--- a/patches/glibc-linuxthread-2.3.6/generic/oe/arm-raise.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Index: linuxthreads/sysdeps/unix/sysv/linux/raise.c
-===================================================================
---- linuxthreads.orig/sysdeps/unix/sysv/linux/raise.c
-+++ linuxthreads/sysdeps/unix/sysv/linux/raise.c
-@@ -1,4 +1,4 @@
--/* Copyright (C) 1991, 1996, 2002, 2003 Free Software Foundation, Inc.
-+/* Copyright (C) 1991, 1996, 2002, 2003, 2005 Free Software Foundation, Inc.
- This file is part of the GNU C Library.
-
- The GNU C Library is free software; you can redistribute it and/or
-@@ -18,10 +18,13 @@
-
- #include <signal.h>
- #include <unistd.h>
--#include <bits/libc-lock.h>
-
--#ifndef SHARED
-+#ifndef IS_IN_rtld
-+# include <bits/libc-lock.h>
-+
-+# ifndef SHARED
- weak_extern (__pthread_raise)
-+# endif
- #endif
-
- /* Raise the signal SIG. */
-@@ -29,8 +32,12 @@ int
- raise (sig)
- int sig;
- {
-+#ifdef IS_IN_rtld
-+ return __kill (__getpid (), sig);
-+#else
- return __libc_maybe_call2 (pthread_raise, (sig),
- __kill (__getpid (), sig));
-+#endif
- }
- libc_hidden_def (raise)
- weak_alias (raise, gsignal)
diff --git a/patches/glibc-linuxthread-2.3.6/generic/series-oe b/patches/glibc-linuxthread-2.3.6/generic/series-oe
deleted file mode 100644
index 2fa3f21..0000000
--- a/patches/glibc-linuxthread-2.3.6/generic/series-oe
+++ /dev/null
@@ -1 +0,0 @@
-oe/arm-raise.patch