From 9dd7309ceee055ed98039f29982dc773bfc63bef Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 12 Apr 2001 04:45:10 +0000 Subject: Update. * Makefile (tests): Comment out tst-cancel for now. --- linuxthreads/tst-cancel.c | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'linuxthreads/tst-cancel.c') diff --git a/linuxthreads/tst-cancel.c b/linuxthreads/tst-cancel.c index 84b8197e42..8f2d307c9b 100644 --- a/linuxthreads/tst-cancel.c +++ b/linuxthreads/tst-cancel.c @@ -25,15 +25,6 @@ cleanup (void *arg) } -volatile int cleanupokcnt; - -static void -cleanupok (void *arg) -{ - ++cleanupokcnt; -} - - static void * t1 (void *arg) { @@ -63,6 +54,16 @@ t2 (void *arg) } +/* This does not work yet. */ +volatile int cleanupokcnt; + +static void +cleanupok (void *arg) +{ + ++cleanupokcnt; +} + + static void innerok (int a) { -- cgit v1.2.3