mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 12:29:40 +01:00
Removed upstreamed patches and refreshed q few other. (From OE-Core rev: a21e8fdf1b66961ddae5929d393daa08800bb748) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
28 lines
682 B
Diff
28 lines
682 B
Diff
From f7f785c21306010b2367572250b2822df5bc7728 Mon Sep 17 00:00:00 2001
|
|
From: Mike Frysinger <vapier at gentoo.org>
|
|
Date: Thu, 18 Nov 2010 16:59:14 -0500
|
|
Subject: [PATCH] printf-parse: pull in features.h for __GLIBC__
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
|
|
|
|
---
|
|
lib/printf-parse.h | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/lib/printf-parse.h b/lib/printf-parse.h
|
|
index e7d0f82..d7b4534 100644
|
|
--- a/lib/printf-parse.h
|
|
+++ b/lib/printf-parse.h
|
|
@@ -28,6 +28,9 @@
|
|
|
|
#include "printf-args.h"
|
|
|
|
+#ifdef HAVE_FEATURES_H
|
|
+# include <features.h> /* for __GLIBC__ */
|
|
+#endif
|
|
|
|
/* Flags */
|
|
#define FLAG_GROUP 1 /* ' flag */
|