From 89d17b4f3dfd4f6503ce48e206b211c3bfb8dcee Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Thu, 19 Dec 2019 15:47:00 +0200 Subject: meson: simplify build scripts, prune some options. Also inadvertently fixed a bug with defining _GNU_SOURCE at the wrong time, which could have possibly led to unexpected build failures down the line. Signed-off-by: Gediminas Jakutis --- include/rin/compat.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/rin/compat.h') diff --git a/include/rin/compat.h b/include/rin/compat.h index 4ea777d..03bed37 100644 --- a/include/rin/compat.h +++ b/include/rin/compat.h @@ -29,7 +29,6 @@ # if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 29) # include # else -# define _GNU_SOURCE # include # define gettid() (syscall(SYS_gettid)) # endif -- cgit v1.2.3