summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/ltp/ltp/0001-statx-fix-compile-errors.patch1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp/0001-statx-fix-compile-errors.patch b/meta/recipes-extended/ltp/ltp/0001-statx-fix-compile-errors.patch
index c4fd8d0223..140bfeb879 100644
--- a/meta/recipes-extended/ltp/ltp/0001-statx-fix-compile-errors.patch
+++ b/meta/recipes-extended/ltp/ltp/0001-statx-fix-compile-errors.patch
@@ -6,6 +6,7 @@ Subject: [PATCH] statx: fix compile errors
6struct statx is only defined in sys/stat.h when _GNU_SOURCE is defined. 6struct statx is only defined in sys/stat.h when _GNU_SOURCE is defined.
7The testcases do define _GNU_SOURCE, but not the m4 struct check. 7The testcases do define _GNU_SOURCE, but not the m4 struct check.
8 8
9Upstream-Status: Backport
9Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com> 10Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
10Acked-by: Cyril Hrubis <chrubis@suse.cz> 11Acked-by: Cyril Hrubis <chrubis@suse.cz>
11--- 12---