summaryrefslogtreecommitdiff
path: root/test/nptl/tst-eintr3.c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-05-24 11:52:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-05-24 11:52:54 +0200
commit1dfaf25d8c83b19d2e34b92d82f3eaaba4ef1062 (patch)
tree9050ae14ea7731072644fae86fbc22d78c7e39b8 /test/nptl/tst-eintr3.c
parent38048ad53bcb31a9e26d58f46222704dacf178e7 (diff)
be more conformant, from Timur.R.Mustafin@mcst.ru
Diffstat (limited to 'test/nptl/tst-eintr3.c')
-rw-r--r--test/nptl/tst-eintr3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/nptl/tst-eintr3.c b/test/nptl/tst-eintr3.c
index 3149760..7f771d6 100644
--- a/test/nptl/tst-eintr3.c
+++ b/test/nptl/tst-eintr3.c
@@ -16,6 +16,8 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
+#define _GNU_SOURCE 1
+
#include <errno.h>
#include <pthread.h>
#include <signal.h>