Set _DEFAULT_SOURCE and _GNU_SOURCE globally. (#2010)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2023-06-12 19:53:57 +02:00 committed by GitHub
parent 8ea0eaa0d0
commit 4e284b5e40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 13 deletions

View file

@ -19,9 +19,6 @@
*/
#ifdef __linux__
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <sched.h>
#endif /* linux */