diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-07 10:05:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-07 10:05:54 +0000 |
commit | ead327594300796f6e87293c5a53827b744eb93d (patch) | |
tree | 600b7e27b951efef56d7f9db6de057e567749be7 /nptl/tst-once4.c | |
parent | a7467d522b9966392fe8626ffb5916c5e4369062 (diff) | |
download | glibc-ead327594300796f6e87293c5a53827b744eb93d.tar.gz glibc-ead327594300796f6e87293c5a53827b744eb93d.tar.xz glibc-ead327594300796f6e87293c5a53827b744eb93d.zip |
Remove unnecessary macro definition.
Diffstat (limited to 'nptl/tst-once4.c')
-rw-r--r-- | nptl/tst-once4.c | 4 |
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; |