summaryrefslogtreecommitdiff
path: root/2.6.11
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-08 05:41:33 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-08 05:41:33 +0000
commit59ecc67e9a369e9526fb81bf1f918958aa340ac4 (patch)
tree13013c1852a2b7c0cce2bd838afd810fceb95a46 /2.6.11
parentfix from upstream (diff)
downloadlinux-headers-patches-59ecc67e9a369e9526fb81bf1f918958aa340ac4.tar.gz
linux-headers-patches-59ecc67e9a369e9526fb81bf1f918958aa340ac4.tar.bz2
linux-headers-patches-59ecc67e9a369e9526fb81bf1f918958aa340ac4.zip
remove invalid check for uclibc
Diffstat (limited to '2.6.11')
-rw-r--r--2.6.11/2.6.11-appCompat.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/2.6.11/2.6.11-appCompat.patch b/2.6.11/2.6.11-appCompat.patch
index 5de1023..fb7ddea 100644
--- a/2.6.11/2.6.11-appCompat.patch
+++ b/2.6.11/2.6.11-appCompat.patch
@@ -866,11 +866,11 @@ diff -ur linux-2.6.7/include/asm-x86_64/sigcontext.h linux-2.6.7-gentoo/include/
/* Note: reserved1/2 may someday contain valuable data. Always save/restore
them when you change signal frames. */
+
-+#if ! defined(__KERNEL__) && ! defined(__UCLIBC__)
++#if ! defined(__KERNEL__)
+#include <signal.h> /* Pulls in <bits/sigcontext.h> which contains both /*
-+ /* of these structures ... except on uClibc ... */
++ /* of these structures */
+#else
-+#if ! defined(_SIGNAL_H) || defined(__UCLIBC__)
++#if ! defined(_SIGNAL_H)
struct _fpstate {
__u16 cwd;
__u16 swd;