100-fw_env_gnu_source.patch 196 B

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