]> code.ossystems Code Review - openembedded-core.git/commitdiff
wordsize.h: Fix a miss, this file in arm and aarch64 should be the same.
authorleimaohui <leimaohui@fujitsu.com>
Sat, 21 Aug 2021 21:41:52 +0000 (05:41 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Aug 2021 21:21:12 +0000 (22:21 +0100)
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc/0029-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch

index 8e011699ef8007a09211932988db09e36b0cd87a..ece792509eece07e761c208837221916c48052d8 100644 (file)
@@ -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/>.  */