Remove unnecessary macro definition.
This commit is contained in:
parent
a7467d522b
commit
ead3275943
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user