]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc: Update status of musl stddef.h patch
authorKhem Raj <raj.khem@gmail.com>
Wed, 15 Dec 2021 01:56:44 +0000 (17:56 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Dec 2021 12:01:03 +0000 (12:01 +0000)
This patch has been accepted upstream

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc/0030-sync-gcc-stddef.h-with-musl.patch

index 86f75d0d51d7d544f2eb0db5acf7b0fe285df8a4..fd7d604e988f90de4f56ea2dbd3e0a8012240142 100644 (file)
@@ -6,7 +6,7 @@ Subject: [PATCH] sync gcc stddef.h with musl
 musl defines ptrdiff_t size_t and wchar_t
 so dont define them here if musl is definining them
 
-Upstream-Status: Pending
+Upstream-Status: Backport [https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=85a438fc78dd12249ca854a3e5c577fefeb1a5cd]
 
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---