PERFORCE change 65537 for review

David Xu davidxu at FreeBSD.org
Fri Nov 19 21:34:21 PST 2004


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

Change 65537 by davidxu at davidxu_alona on 2004/11/20 05:34:19

	libthread. :-)

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/Makefile#3 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/Makefile#3 (text+ko) ====

@@ -8,9 +8,9 @@
 # (for system call stubs) to CFLAGS below.  -DSYSLIBC_SCCS affects just the
 # system call stubs.
 .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
-LIB=kse
+LIB=thread
 .else
-LIB=pthread
+LIB=thread
 .endif
 SHLIB_MAJOR= 1
 CFLAGS+=-DPTHREAD_KERNEL


More information about the p4-projects mailing list