This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via 01eb30004d97d973765a55c58754072a14f0a495 (commit)
from 5e0e77674a8bee832d43575424e1d6bba709d96a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 01eb30004d97d973765a55c58754072a14f0a495
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Mon Mar 2 12:35:11 2015 -0600
symbol got renamed to __UCLIBC_HAS_LINUXTHREADS__
-----------------------------------------------------------------------
Summary of changes:
libc/sysdeps/linux/arm/clone.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libc/sysdeps/linux/arm/clone.S b/libc/sysdeps/linux/arm/clone.S
index d1c9239..51eda5f 100644
--- a/libc/sysdeps/linux/arm/clone.S
+++ b/libc/sysdeps/linux/arm/clone.S
@@ -27,7 +27,7 @@
#include <bits/arm_asm.h>
#include <bits/arm_bx.h>
-#if defined __UCLIBC_HAS_THREADS__ && !defined __LINUXTHREADS_OLD__
+#if defined __UCLIBC_HAS_THREADS__ && !defined __UCLIBC_HAS_LINUXTHREADS__
#include <sysdep-cancel.h>
#endif
hooks/post-receive
--
uClibc-ng - small C library for embedded systems