summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/uClibc-0.9.30.3-xtensa-011-sysdep.h.patch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-12-05 09:01:34 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-12-07 21:48:57 +0100
commiteb9e933292d3e262debda5cc7d0a6a295d2ba479 (patch)
tree408115588ae36c876138b24f8348309237ba3179 /toolchain/uClibc/uClibc-0.9.30.3-xtensa-011-sysdep.h.patch
parent7cbb85c15065aa02c425747c4d5df15c1934fd33 (diff)
uClibc: remove deprecated 0.9.30 series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/uClibc/uClibc-0.9.30.3-xtensa-011-sysdep.h.patch')
-rw-r--r--toolchain/uClibc/uClibc-0.9.30.3-xtensa-011-sysdep.h.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.30.3-xtensa-011-sysdep.h.patch b/toolchain/uClibc/uClibc-0.9.30.3-xtensa-011-sysdep.h.patch
deleted file mode 100644
index 692b0a722..000000000
--- a/toolchain/uClibc/uClibc-0.9.30.3-xtensa-011-sysdep.h.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/libc/sysdeps/linux/xtensa/sysdep.h 2008-09-23 21:17:42.000000000 -0700
-+++ b/libc/sysdeps/linux/xtensa/sysdep.h 2008-09-23 21:17:59.000000000 -0700
-@@ -114,15 +114,7 @@
-
- #define ret_ERRVAL retw
-
--#if RTLD_PRIVATE_ERRNO
--# define SYSCALL_ERROR_HANDLER \
--0: movi a4, rtld_errno; \
-- neg a2, a2; \
-- s32i a2, a4, 0; \
-- movi a2, -1; \
-- j .Lpseudo_end;
--
--#elif defined _LIBC_REENTRANT
-+#if defined _LIBC_REENTRANT
-
- # if USE___THREAD
- # ifndef NOT_IN_libc