diff options
Diffstat (limited to 'packages/uClibc-ng/1.0.48/0000-futimesat-add-missing-header.patch')
-rw-r--r-- | packages/uClibc-ng/1.0.48/0000-futimesat-add-missing-header.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/uClibc-ng/1.0.48/0000-futimesat-add-missing-header.patch b/packages/uClibc-ng/1.0.48/0000-futimesat-add-missing-header.patch new file mode 100644 index 00000000..53d183d7 --- /dev/null +++ b/packages/uClibc-ng/1.0.48/0000-futimesat-add-missing-header.patch @@ -0,0 +1,24 @@ +From 4bcf25e75df857806623ff80924675bf849a60d2 Mon Sep 17 00:00:00 2001 +From: Waldemar Brodkorb <wbx@openadk.org> +Date: Wed, 8 May 2024 10:08:08 +0200 +Subject: [PATCH 0/7] futimesat: add missing header + +--- + libc/sysdeps/linux/common/futimesat.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/libc/sysdeps/linux/common/futimesat.c b/libc/sysdeps/linux/common/futimesat.c +index fd19fea7c..bf36550dd 100644 +--- a/libc/sysdeps/linux/common/futimesat.c ++++ b/libc/sysdeps/linux/common/futimesat.c +@@ -7,6 +7,7 @@ + */ + + #include <sys/syscall.h> ++#include <sys/stat.h> + #include <sys/time.h> + + #ifdef __NR_futimesat +-- +2.43.2 + |