summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/pseudo/realpath_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo/realpath_fix.patch')
-rw-r--r--meta/recipes-devtools/pseudo/pseudo/realpath_fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo/realpath_fix.patch b/meta/recipes-devtools/pseudo/pseudo/realpath_fix.patch
index 7beea519c5..4a107e006c 100644
--- a/meta/recipes-devtools/pseudo/pseudo/realpath_fix.patch
+++ b/meta/recipes-devtools/pseudo/pseudo/realpath_fix.patch
@@ -65,7 +65,7 @@ index 600a918..07a4429 100644
65 65
66+static void 66+static void
67+pseudo_init_one_wrapper(pseudo_function *func) { 67+pseudo_init_one_wrapper(pseudo_function *func) {
68+ int (*f)(void); 68+ int (*f)(void) = (int (*)(void)) NULL;
69+ char *e; 69+ char *e;
70+ if (*func->real != NULL) { 70+ if (*func->real != NULL) {
71+ /* already initialized */ 71+ /* already initialized */