summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/sys
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-04-29 11:03:34 +0000
committerjb <jb@FreeBSD.org>1998-04-29 11:03:34 +0000
commit338768eab399ad6507371104671265148abfd719 (patch)
treebc837d1b7b59f3377a833daf8dd9f0c531cb7088 /lib/libc_r/sys
parent6c9ee23acc144ec10f869bbd9b872379224a8938 (diff)
downloadFreeBSD-src-338768eab399ad6507371104671265148abfd719.zip
FreeBSD-src-338768eab399ad6507371104671265148abfd719.tar.gz
Add spinlock.
Diffstat (limited to 'lib/libc_r/sys')
-rw-r--r--lib/libc_r/sys/Makefile.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc_r/sys/Makefile.inc b/lib/libc_r/sys/Makefile.inc
index 16fd33d..79d1758 100644
--- a/lib/libc_r/sys/Makefile.inc
+++ b/lib/libc_r/sys/Makefile.inc
@@ -1,5 +1,6 @@
-# $Id$
+# $Id: Makefile.inc,v 1.7 1997/05/03 03:57:21 jb Exp $
-.PATH: ${.CURDIR}/sys
+.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}
+
+SRCS+= __error.c _atomic_lock.S
-SRCS+= __error.c
OpenPOWER on IntegriCloud