---- a/libc/sysdeps/linux/common/Makefile.in.org 2009-09-30 17:22:18.652679321 -0700
-+++ a/libc/sysdeps/linux/common/Makefile.in 2009-09-30 17:21:15.599669303 -0700
-@@ -92,6 +92,10 @@ ifeq ($(TARGET_ARCH),i386)
- CSRC := $(filter-out vfork.c,$(CSRC))
- endif
-
-+ifeq ($(TARGET_ARCH),arm)
-+CSRC := $(filter-out syscall.c,$(CSRC))
-+endif
-+
- # fails for some reason
- ifneq ($(strip $(ARCH_OBJS)),)
- CSRC := $(filter-out $(notdir $(ARCH_OBJS:.o=.c)),$(CSRC))
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/sysdep.h.orig 2009-09-30 17:12:46.571672582 -0700
+++ a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/sysdep.h 2009-09-30 17:10:12.255037520 -0700
@@ -273,37 +273,6 @@ __local_syscall_error: \
# on whether the base patches apply to the selected (SRCDATE) svn release.
#
UCLIBC_BASE ?= "0.9.30"
-SRCREV="072687ae9c54b55659431a5bd395d9956096ddea"
+SRCREV="af694a224ba5aa069d533931e10725c45295148d"
PV = "${UCLIBC_BASE}+gitr${SRCREV}"
DEFAULT_PREFERENCE = "-1"
#DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take