summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/coreutils')
-rw-r--r--meta/recipes-core/coreutils/coreutils/strtod_fix_clash_with_strtold.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils/strtod_fix_clash_with_strtold.patch b/meta/recipes-core/coreutils/coreutils/strtod_fix_clash_with_strtold.patch
index 19410715f5..77770093cd 100644
--- a/meta/recipes-core/coreutils/coreutils/strtod_fix_clash_with_strtold.patch
+++ b/meta/recipes-core/coreutils/coreutils/strtod_fix_clash_with_strtold.patch
@@ -9,7 +9,7 @@ Simplify by remving the macro / external variable,
9and having just a function. User changed. This avoids 9and having just a function. User changed. This avoids
10the need for an external variable that might clash. 10the need for an external variable that might clash.
11 11
12Upstream-Status: Backported [rhel5] 12Upstream-Status: Backport [rhel5]
13 13
14Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> 14Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
15 15