summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorleimaohui <leimaohui@fujitsu.com>2021-08-22 05:41:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-22 22:21:12 +0100
commitf33395253bec55578b02495a098d2558cc58258d (patch)
treeadc90116ad49b07bf1546a080be554e78fa20fe2 /meta
parent40d131ff65d36022ca604d1153c5948eb888a2e3 (diff)
downloadopenembedded-core-f33395253bec55578b02495a098d2558cc58258d.tar.gz
wordsize.h: Fix a miss, this file in arm and aarch64 should be the same.
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/glibc/glibc/0029-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-core/glibc/glibc/0029-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch b/meta/recipes-core/glibc/glibc/0029-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch
index 8e011699ef..ece792509e 100644
--- a/meta/recipes-core/glibc/glibc/0029-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch
+++ b/meta/recipes-core/glibc/glibc/0029-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch
@@ -46,14 +46,6 @@ copy to sysdeps/arm/bits/wordsize.h
index 91da566b74..34fcdef1f1 100644
--- a/sysdeps/aarch64/bits/wordsize.h
+++ b/sysdeps/arm/bits/wordsize.h
-@@ -1,6 +1,6 @@
- /* Determine the wordsize from the preprocessor defines.
-
-- Copyright (C) 2016-2021 Free Software Foundation, Inc.
-+ Copyright (C) 2016-2020 Free Software Foundation, Inc.
- This file is part of the GNU C Library.
-
- The GNU C Library is free software; you can redistribute it and/or
@@ -17,12 +17,16 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */