diff options
| author | Jonathan Mini <mini@FreeBSD.org> | 2002-10-30 06:07:18 +0000 |
|---|---|---|
| committer | Jonathan Mini <mini@FreeBSD.org> | 2002-10-30 06:07:18 +0000 |
| commit | 2d9a293b4e8800812d6f640a56c1f8343085482b (patch) | |
| tree | 0bf6e4da0afbcb394be3c20c8b89b3a674bd8c07 /lib/libpthread/sys | |
| parent | 66b8df5fdf8ff12880b6684f9f28ea271619b7a6 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/sys')
| -rw-r--r-- | lib/libpthread/sys/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/sys/Makefile.inc b/lib/libpthread/sys/Makefile.inc index bfcb3d9c8431..2945285043a0 100644 --- a/lib/libpthread/sys/Makefile.inc +++ b/lib/libpthread/sys/Makefile.inc @@ -2,5 +2,4 @@ .PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH} -SRCS+= thr_error.c _atomic_lock.S - +SRCS+= thr_error.c _atomic_lock.S thr_enter_uts.S thr_switch.S |
