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 --- lib/libvfio-user.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libvfio-user.c') diff --git a/lib/libvfio-user.c b/lib/libvfio-user.c index 8df125f..3140a75 100644 --- a/lib/libvfio-user.c +++ b/lib/libvfio-user.c @@ -30,7 +30,6 @@ * */ -#define _GNU_SOURCE #include #include #include -- cgit v1.1