mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
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
6 lines
120 B
Makefile
6 lines
120 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
|
|
|
|
SRCS+= thr_error.c _atomic_lock.S
|
|
|