diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 23:46:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 23:46:56 +0000 |
commit | c927e8958d4006bc8942b6e11d20769ee9bb9a50 (patch) | |
tree | 153f704381d1fd3c1b284c05ba8369898ef1d96c /libpthread/linuxthreads/Makefile | |
parent | 4ae4ca4f8e958c6d2188c393a3840ed84653dc2c (diff) |
punt wrapsyscall.c as glibc has
Diffstat (limited to 'libpthread/linuxthreads/Makefile')
-rw-r--r-- | libpthread/linuxthreads/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |