From 4e284b5e40f08e708af9ddeb9ca04d9642636dcd Mon Sep 17 00:00:00 2001 From: Toni Date: Mon, 12 Jun 2023 19:53:57 +0200 Subject: Set _DEFAULT_SOURCE and _GNU_SOURCE globally. (#2010) Signed-off-by: Toni Uhlig --- tests/unit/unit.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/unit') diff --git a/tests/unit/unit.c b/tests/unit/unit.c index 5212c768e..37ed1315d 100644 --- a/tests/unit/unit.c +++ b/tests/unit/unit.c @@ -19,9 +19,6 @@ */ #ifdef __linux__ -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif #include #endif /* linux */ -- cgit v1.2.3