mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
cc118d869b
The new libpthread will provide POSIX threading support using KSE. These files were previously repo-copied from src/lib/libc_r. Reviewed by: deischen Approved by: -arch
7 lines
120 B
Makefile
7 lines
120 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
|
|
|
|
SRCS+= thr_error.c _atomic_lock.S
|
|
|