From c0c891a19d78ba8881f9bc77013bdfd583e223f2 Mon Sep 17 00:00:00 2001 From: John Levon Date: Tue, 23 Mar 2021 15:56:59 +0000 Subject: globally define _GNU_SOURCE (#401) This avoids any issues with multiple definitions when passing CFLAGS in. Signed-off-by: John Levon Reviewed-by: Swapnil Ingle --- samples/client.c | 1 - 1 file changed, 1 deletion(-) (limited to 'samples/client.c') diff --git a/samples/client.c b/samples/client.c index 309c193..94702d5 100644 --- a/samples/client.c +++ b/samples/client.c @@ -28,7 +28,6 @@ * */ -#define _GNU_SOURCE #include #include #include -- cgit v1.1