PERFORCE change 101588 for review

John Birrell jb at FreeBSD.org
Fri Jul 14 19:39:31 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101588

Change 101588 by jb at jb_freebsd2 on 2006/07/14 19:39:26

	Add the pthread subs if not building threads into libc.

Affected files ...

.. //depot/projects/dtrace/src/lib/libc/gen/Makefile.inc#4 edit

Differences ...

==== //depot/projects/dtrace/src/lib/libc/gen/Makefile.inc#4 (text+ko) ====

@@ -34,7 +34,7 @@
 	wordexp.c
 
 .if ${MK_LIBC_THREADS} == "no"
-SRCS+=	_spinlock_stub.c
+SRCS+=	_pthread_stubs.c _spinlock_stub.c
 .endif
 
 SYM_MAPS+=${.CURDIR}/gen/Symbol.map


More information about the p4-projects mailing list