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/performance/gcrypt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/performance/gcrypt.c') diff --git a/tests/performance/gcrypt.c b/tests/performance/gcrypt.c index febc18f1b..e6f59060b 100644 --- a/tests/performance/gcrypt.c +++ b/tests/performance/gcrypt.c @@ -1,5 +1,3 @@ -#define _DEFAULT_SOURCE -#define _GNU_SOURCE #include #include #include -- cgit v1.2.3