nptl: remove duplicate vfork() in libpthread
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / i386 / Makefile.arch
blob9dc878c4ca0fe2f93ee21708a52f08e277dec354
1 # Makefile for uClibc NPTL
3 # Copyright (C) 2006 Steven J. Hill <sjhill@uclibc.org>
5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
8 libpthread_linux_arch_SSRC = clone.S pthread_spin_unlock.S pthread_once.S
9 libpthread_linux_arch_CSRC = pthread_spin_init.c pt-__syscall_error.c
11 libc_linux_arch_CSRC = fork.c
12 libc_linux_arch_SSRC = clone.S vfork.S
14 ASFLAGS += -DUSE___THREAD