summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd/0008-add-missing-FTW_-macros-for-musl.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/systemd/systemd/0008-add-missing-FTW_-macros-for-musl.patch b/meta/recipes-core/systemd/systemd/0008-add-missing-FTW_-macros-for-musl.patch
index 4cce9a3fe6..0c0d3d0b62 100644
--- a/meta/recipes-core/systemd/systemd/0008-add-missing-FTW_-macros-for-musl.patch
+++ b/meta/recipes-core/systemd/systemd/0008-add-missing-FTW_-macros-for-musl.patch
@@ -21,12 +21,12 @@ Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
21 3 files changed, 22 insertions(+) 21 3 files changed, 22 insertions(+)
22 22
23diff --git a/src/basic/missing_type.h b/src/basic/missing_type.h 23diff --git a/src/basic/missing_type.h b/src/basic/missing_type.h
24index aeaf6ad5ec..3df1084ef2 100644 24index 6c0456349d..5140892e22 100644
25--- a/src/basic/missing_type.h 25--- a/src/basic/missing_type.h
26+++ b/src/basic/missing_type.h 26+++ b/src/basic/missing_type.h
27@@ -19,3 +19,23 @@ typedef int (*comparison_fn_t)(const void *, const void *); 27@@ -14,3 +14,23 @@
28 #define __COMPAR_FN_T 28 #ifndef __GLIBC__
29 typedef int (*__compar_fn_t)(const void *, const void *); 29 typedef int (*comparison_fn_t)(const void *, const void *);
30 #endif 30 #endif
31+ 31+
32+#ifndef FTW_ACTIONRETVAL 32+#ifndef FTW_ACTIONRETVAL