Buildroot Archive mirror
 help / color / mirror / Atom feed
From: Waldemar Brodkorb <wbx@openadk.org>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH] package/uclibc: fix compile with gcc 14.x
Date: Mon, 13 May 2024 10:17:09 +0200	[thread overview]
Message-ID: <ZkHMhbT9Nq1M32sV@waldemar-brodkorb.de> (raw)

Add missing header file.

Fixes:
 http://autobuild.buildroot.net/results/e022040c15e1b1aebc539a0ca0e00b5a1888ccfe

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 .../0001-futimesat-add-missing-header.patch   | 26 +++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 package/uclibc/0001-futimesat-add-missing-header.patch

diff --git a/package/uclibc/0001-futimesat-add-missing-header.patch b/package/uclibc/0001-futimesat-add-missing-header.patch
new file mode 100644
index 0000000000..f8af3290fa
--- /dev/null
+++ b/package/uclibc/0001-futimesat-add-missing-header.patch
@@ -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
+
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2024-05-13  8:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13  8:17 Waldemar Brodkorb [this message]
2024-05-13 19:59 ` [Buildroot] [PATCH] package/uclibc: fix compile with gcc 14.x Thomas Petazzoni via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZkHMhbT9Nq1M32sV@waldemar-brodkorb.de \
    --to=wbx@openadk.org \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).