From c927e8958d4006bc8942b6e11d20769ee9bb9a50 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 8 Sep 2005 23:46:56 +0000 Subject: punt wrapsyscall.c as glibc has --- libpthread/linuxthreads/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libpthread/linuxthreads/Makefile') diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile index cca65d51c..08ff8a2d8 100644 --- a/libpthread/linuxthreads/Makefile +++ b/libpthread/linuxthreads/Makefile @@ -47,8 +47,7 @@ CFLAGS += $(SYSDEPINC) CSRC=attr.c cancel.c condvar.c errno.c events.c join.c lockfile.c manager.c \ mutex.c oldsemaphore.c pt-machine.c ptfork.c pthread.c \ - ptlongjmp.c rwlock.c semaphore.c signals.c specific.c spinlock.c \ - wrapsyscall.c + ptlongjmp.c rwlock.c semaphore.c signals.c specific.c spinlock.c ifeq ($(UCLIBC_HAS_XLOCALE),y) CSRC += locale.c -- cgit v1.2.3