PERFORCE change 69960 for review

David Xu davidxu at FreeBSD.org
Sat Jan 29 23:48:07 PST 2005


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

Change 69960 by davidxu at davidxu_tiger on 2005/01/30 07:47:18

	remove thr_autoinit.c
	add thr_umtx.c

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/thread/Makefile.inc#7 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/Makefile.inc#7 (text+ko) ====

@@ -5,7 +5,6 @@
 
 SRCS+= \
 	thr_attr.c \
-	thr_autoinit.c \
 	thr_barrier.c \
 	thr_barrierattr.c \
 	thr_cancel.c \
@@ -51,4 +50,5 @@
 	thr_suspend_np.c \
 	thr_switch_np.c \
 	thr_symbols.c \
+	thr_umtx.c \
 	thr_yield.c


More information about the p4-projects mailing list