summaryrefslogtreecommitdiff
path: root/nptl/tst-cleanup4aux.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-11-06 09:48:05 +0000
committerUlrich Drepper <drepper@redhat.com>2003-11-06 09:48:05 +0000
commitc685b2b0b4e86f488ead098816292684362e55f7 (patch)
tree11fb207b58dc7ca4173d77490c394b073b9d7881 /nptl/tst-cleanup4aux.c
parent44e941492d0dcefa98e0b7686ecfba3f39ded173 (diff)
Update.
2003-11-06 Ulrich Drepper <drepper@redhat.com> * Makefile: Add magic to clean up correctly.
Diffstat (limited to 'nptl/tst-cleanup4aux.c')
-rw-r--r--nptl/tst-cleanup4aux.c8
1 files changed, 4 insertions, 4 deletions
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);
}