summaryrefslogtreecommitdiff
path: root/libc/nptl/tst-cancel7.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/nptl/tst-cancel7.c')
-rw-r--r--libc/nptl/tst-cancel7.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/nptl/tst-cancel7.c b/libc/nptl/tst-cancel7.c
index be9b1c606..af0d18f1e 100644
--- a/libc/nptl/tst-cancel7.c
+++ b/libc/nptl/tst-cancel7.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
@@ -204,7 +204,7 @@ do_cleanup (void)
case OPT_PIDFILE: \
pidfile = optarg; \
break;
-// #define CLEANUP_HANDLER do_cleanup ()
+#define CLEANUP_HANDLER do_cleanup ()
#define PREPARE(argc, argv) do_prepare (argc, argv)
#define TEST_FUNCTION do_test ()
#define TIMEOUT 5