nptl: remove duplicate vfork() in libpthread
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / x86_64 / Makefile.arch
blobaf14164850bd11ca61c7862fee1b5aa26864b9f6
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_once.S \
9         lowlevellock.S pthread_barrier_wait.S pthread_cond_signal.S pthread_cond_broadcast.S \
10         sem_post.S sem_timedwait.S lowlevelrobustlock.S \
11         sem_trywait.S sem_wait.S pthread_rwlock_rdlock.S pthread_rwlock_wrlock.S \
12         pthread_rwlock_timedrdlock.S pthread_rwlock_timedwrlock.S pthread_rwlock_unlock.S \
13         pthread_spin_unlock.S cancellation.S pthread_cond_timedwait.S pthread_cond_wait.S
14 libpthread_linux_arch_CSRC = pthread_spin_init.c pt-__syscall_error.c
16 libc_linux_arch_CSRC = fork.c
17 libc_linux_arch_SSRC = clone.S vfork.S libc-cancellation.S libc-lowlevellock.S
18 libc_linux_arch_SSRC-OMIT = waitpid.S
19 librt_linux_arch_SSRC = librt-cancellation.S
21 ASFLAGS += -DUSE___THREAD