mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
wordsize.h: Fix a miss, this file in arm and aarch64 should be the same.
(From OE-Core rev: f33395253bec55578b02495a098d2558cc58258d) Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c40ce02534
commit
ead5293553
-8
@@ -46,14 +46,6 @@ copy to sysdeps/arm/bits/wordsize.h
|
|||||||
index 91da566b74..34fcdef1f1 100644
|
index 91da566b74..34fcdef1f1 100644
|
||||||
--- a/sysdeps/aarch64/bits/wordsize.h
|
--- a/sysdeps/aarch64/bits/wordsize.h
|
||||||
+++ b/sysdeps/arm/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 @@
|
@@ -17,12 +17,16 @@
|
||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<https://www.gnu.org/licenses/>. */
|
<https://www.gnu.org/licenses/>. */
|
||||||
|
|||||||
Reference in New Issue
Block a user