]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - src/proc_loadavg.c
tree-wide: set _GNU_SOURCE in meson.build
[mirror_lxcfs.git] / src / proc_loadavg.c
index b70437a930239739c29a4659b3fa5079ba329005..5f9bec7920548330b6b975f79413b03519179b5f 100644 (file)
@@ -1,12 +1,7 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE
-#endif
-
 #include "config.h"
 
-#define __STDC_FORMAT_MACROS
 #include <dirent.h>
 #include <errno.h>
 #include <fcntl.h>