Date: Fri, 14 Jul 2006 22:26:15 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 101612 for review Message-ID: <200607142226.k6EMQFEq054274@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101612 Change 101612 by jb@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607142226.k6EMQFEq054274>