summaryrefslogtreecommitdiff
path: root/package/boot/kexec-tools/patches/110-fix-vmcore-dmsg-compilation-error.patch
blob: 0cf2d3ebb5959ac24d1feb1a20b48b9f48c34a56 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/vmcore-dmesg/vmcore-dmesg.c
+++ b/vmcore-dmesg/vmcore-dmesg.c
@@ -1,6 +1,8 @@
 #define _XOPEN_SOURCE 600
 #define _LARGEFILE_SOURCE 1
 #define _FILE_OFFSET_BITS 64
+#define _GNU_SOURCE
+
 #include <endian.h>
 #include <byteswap.h>
 #include <stdio.h>