PERFORCE change 101612 for review

John Birrell jb at FreeBSD.org
Fri Jul 14 22:26:16 UTC 2006


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

Change 101612 by jb at jb_freebsd2 on 2006/07/14 22:25:13

	Avoid clashing with a syscall object file name.

Affected files ...

.. //depot/projects/dtrace/src/lib/libthr/thread/Makefile.inc#3 edit

Differences ...

==== //depot/projects/dtrace/src/lib/libthr/thread/Makefile.inc#3 (text+ko) ====

@@ -4,6 +4,7 @@
 .PATH: ${.CURDIR}/thread
 
 SRCS+= \
+	pthread_self.c \
 	thr_attr.c \
 	thr_barrier.c \
 	thr_barrierattr.c \
@@ -37,7 +38,6 @@
 	thr_rtld.c \
 	thr_rwlock.c \
 	thr_rwlockattr.c \
-	thr_self.c \
 	thr_sem.c \
 	thr_setprio.c \
 	thr_setschedparam.c \


More information about the p4-projects mailing list