summaryrefslogtreecommitdiff
path: root/rt/tst-aio5.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/tst-aio5.c')
-rw-r--r--rt/tst-aio5.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/rt/tst-aio5.c b/rt/tst-aio5.c
index 20182a205c..c207cc5b8f 100644
--- a/rt/tst-aio5.c
+++ b/rt/tst-aio5.c
@@ -1,5 +1,5 @@
/* Test for completion thread handling.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-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 <aio.h>
#include <signal.h>
@@ -23,9 +23,6 @@
#include <unistd.h>
#include <errno.h>
-/* We might need a bit longer timeout. */
-#define TIMEOUT 10 /* sec */
-
#define MY_SIVAL 27
volatile sig_atomic_t flag;