summaryrefslogtreecommitdiff
path: root/nptl/tst-once4.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-once4.c')
-rw-r--r--nptl/tst-once4.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/nptl/tst-once4.c b/nptl/tst-once4.c
index bf0638b63f..35bae3c0e5 100644
--- a/nptl/tst-once4.c
+++ b/nptl/tst-once4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
@@ -24,8 +24,6 @@
#include <unistd.h>
-#define N 100
-
static pthread_once_t once = PTHREAD_ONCE_INIT;
static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;