Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/lib/libpthread Add the new headers.



details:   https://anonhg.NetBSD.org/src/rev/2237601b25e9
branches:  nathanw_sa
changeset: 504841:2237601b25e9
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Fri Jul 13 02:10:35 2001 +0000

description:
Add the new headers.

diffstat:

 lib/libpthread/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4ad9ca5e809d -r 2237601b25e9 lib/libpthread/Makefile
--- a/lib/libpthread/Makefile   Fri Jul 13 02:09:59 2001 +0000
+++ b/lib/libpthread/Makefile   Fri Jul 13 02:10:35 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8.2.1 2001/03/08 00:20:10 nathanw Exp $
+#      $NetBSD: Makefile,v 1.8.2.2 2001/07/13 02:10:35 nathanw Exp $
 #
 
 .if exists(${.CURDIR}/arch/${MACHINE_ARCH})
@@ -29,7 +29,8 @@
 SRCS+= pthread_sa.c pthread_sig.c pthread_stack.c pthread_switch.S
 SRCS+= sched.c
 
-INCS=  pthread.h sched.h
+INCS=  pthread.h pthread_types.h pthread_queue.h sched.h
 INCSDIR=/usr/include
 
 .include <bsd.lib.mk>
+# DO NOT DELETE



Home | Main Index | Thread Index | Old Index