Source-Changes-HG archive

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

[src/trunk]: src/regress/lib/libpthread Add condcancel1.



details:   https://anonhg.NetBSD.org/src/rev/39c42879c989
branches:  trunk
changeset: 555560:39c42879c989
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Fri Nov 21 19:26:05 2003 +0000

description:
Add condcancel1.

diffstat:

 regress/lib/libpthread/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 120cc865ceb9 -r 39c42879c989 regress/lib/libpthread/Makefile
--- a/regress/lib/libpthread/Makefile   Fri Nov 21 19:25:50 2003 +0000
+++ b/regress/lib/libpthread/Makefile   Fri Nov 21 19:26:05 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2003/09/12 21:15:05 christos Exp $
+#      $NetBSD: Makefile,v 1.17 2003/11/21 19:26:05 nathanw Exp $
 
 .include <bsd.own.mk>
 
@@ -15,9 +15,9 @@
 
 .if defined(ARCHSUBDIR)
 
-SUBDIR+= atexit barrier1 cancel2 cond1 cond2 cond3 cond4 cond5 exit1 \
-        fork mutex1 mutex2 mutex3 mutex4 name once1 once2 preempt1 sem \
-        sigalarm sigsuspend
+SUBDIR+= atexit barrier1 cancel2 cond1 cond2 cond3 cond4 cond5 condcancel1 \
+        exit1 fork mutex1 mutex2 mutex3 mutex4 name once1 once2 \
+        preempt1 sem sigalarm sigsuspend
 
 .endif
 



Home | Main Index | Thread Index | Old Index