package/uclibc: fix compile with gcc 14.x
Add missing header file. Fixes: http://autobuild.buildroot.net/results/e022040c15e1b1aebc539a0ca0e00b5a1888ccfe Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
67855e77c1
commit
682b61b5b1
26
package/uclibc/0001-futimesat-add-missing-header.patch
Normal file
26
package/uclibc/0001-futimesat-add-missing-header.patch
Normal file
@ -0,0 +1,26 @@
|
||||
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] futimesat: add missing header
|
||||
|
||||
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
|
||||
Upstream: https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/?id=4bcf25e75df857806623ff80924675bf849a60d2
|
||||
---
|
||||
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.30.2
|
||||
|
Loading…
Reference in New Issue
Block a user