From 1dfaf25d8c83b19d2e34b92d82f3eaaba4ef1062 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 24 May 2019 11:52:30 +0200 Subject: be more conformant, from Timur.R.Mustafin@mcst.ru --- test/inet/bug-if1.c | 2 ++ test/nptl/tst-eintr1.c | 2 ++ test/nptl/tst-eintr2.c | 2 ++ test/nptl/tst-eintr3.c | 2 ++ test/nptl/tst-eintr5.c | 2 ++ 5 files changed, 10 insertions(+) (limited to 'test') diff --git a/test/inet/bug-if1.c b/test/inet/bug-if1.c index ea84a68..d4f8fa7 100644 --- a/test/inet/bug-if1.c +++ b/test/inet/bug-if1.c @@ -16,6 +16,8 @@ License along with the GNU C Library; if not, see . */ +#define _GNU_SOURCE 1 + #include #include #include diff --git a/test/nptl/tst-eintr1.c b/test/nptl/tst-eintr1.c index ac381a8..17feb0b 100644 --- a/test/nptl/tst-eintr1.c +++ b/test/nptl/tst-eintr1.c @@ -16,6 +16,8 @@ License along with the GNU C Library; if not, see . */ +#define _GNU_SOURCE 1 + #include #include #include diff --git a/test/nptl/tst-eintr2.c b/test/nptl/tst-eintr2.c index f20c709..a33ad74 100644 --- a/test/nptl/tst-eintr2.c +++ b/test/nptl/tst-eintr2.c @@ -16,6 +16,8 @@ License along with the GNU C Library; if not, see . */ +#define _GNU_SOURCE 1 + #include #include #include 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 . */ +#define _GNU_SOURCE 1 + #include #include #include diff --git a/test/nptl/tst-eintr5.c b/test/nptl/tst-eintr5.c index f7cb762..47d7339 100644 --- a/test/nptl/tst-eintr5.c +++ b/test/nptl/tst-eintr5.c @@ -16,6 +16,8 @@ License along with the GNU C Library; if not, see . */ +#define _GNU_SOURCE 1 + #include #include #include -- cgit v1.2.3