From c685b2b0b4e86f488ead098816292684362e55f7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 6 Nov 2003 09:48:05 +0000 Subject: Update. 2003-11-06 Ulrich Drepper * Makefile: Add magic to clean up correctly. --- nptl/tst-cleanup4aux.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nptl/tst-cleanup4aux.c') diff --git a/nptl/tst-cleanup4aux.c b/nptl/tst-cleanup4aux.c index 0fcec5de47..cd1a89ac15 100644 --- a/nptl/tst-cleanup4aux.c +++ b/nptl/tst-cleanup4aux.c @@ -44,7 +44,7 @@ fn3 (void) _pthread_cleanup_push (&b, clh, (void *) 4l); fn0 (); - + _pthread_cleanup_pop (&b, 1); } @@ -68,7 +68,7 @@ fn5 (void) _pthread_cleanup_push (&b, clh, (void *) 6l); fn4 (); - + _pthread_cleanup_pop (&b, 1); } @@ -92,7 +92,7 @@ fn7 (void) _pthread_cleanup_push (&b, clh, (void *) 8l); fn6 (); - + _pthread_cleanup_pop (&b, 1); } @@ -116,6 +116,6 @@ fn9 (void) _pthread_cleanup_push (&b, clh, (void *) 10l); fn8 (); - + _pthread_cleanup_pop (&b, 1); } -- cgit v1.2.3