1
1
Files
zyxel-vmg8825_b50b-cfw/package/boot/uboot-envtools/patches-2014.10/100-fw_env_gnu_source.patch
T
2026-04-17 18:33:03 +02:00

11 lines
196 B
Diff
Executable File

--- a/tools/env/fw_env.c
+++ b/tools/env/fw_env.c
@@ -8,6 +8,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
+#define _GNU_SOURCE
#include <errno.h>
#include <env_flags.h>
#include <fcntl.h>