summaryrefslogtreecommitdiff
path: root/nptl/tst-sem14.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-sem14.c')
-rw-r--r--nptl/tst-sem14.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/nptl/tst-sem14.c b/nptl/tst-sem14.c
index 426b968c4e..186bed665d 100644
--- a/nptl/tst-sem14.c
+++ b/nptl/tst-sem14.c
@@ -1,5 +1,5 @@
/* Test for sem_post race: bug 14532.
- Copyright (C) 2012-2018 Free Software Foundation, Inc.
+ Copyright (C) 2012-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <pthread.h>
#include <semaphore.h>
@@ -87,6 +87,5 @@ do_test (void)
return thread_fail;
}
-#define TIMEOUT 10
#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"