From 6994971256dd36be62ed1d5b9b1821c78db93eff Mon Sep 17 00:00:00 2001 From: Dmytro Firsov Date: Tue, 13 Feb 2024 12:13:22 +0200 Subject: [PATCH] TEST: Revert "toolchain: do not use posix C code for asm language in gcc.h" TEST COMMIT This reverts commit e17af571552242e6b8af49b33103dd478038547c. Signed-off-by: Dmytro Firsov --- include/zephyr/toolchain/gcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zephyr/toolchain/gcc.h b/include/zephyr/toolchain/gcc.h index 4f25909b95aa..ff00896223d1 100644 --- a/include/zephyr/toolchain/gcc.h +++ b/include/zephyr/toolchain/gcc.h @@ -94,7 +94,7 @@ #define FUNC_ALIAS(real_func, new_alias, return_type) \ return_type new_alias() ALIAS_OF(real_func) -#if defined(CONFIG_ARCH_POSIX) && !defined(_ASMLANGUAGE) +#if defined(CONFIG_ARCH_POSIX) #include /*let's not segfault if this were to happen for some reason*/