Merge "libc: fix typo in kernel helper script"
This commit is contained in:
commit
0f7d9df17f
@ -45,7 +45,7 @@ kernel_default_arch_macros = {
|
||||
|
||||
# Replace tokens in the output according to this mapping
|
||||
kernel_token_replacements = {
|
||||
{"asm": "__asm__"},
|
||||
"asm": "__asm__",
|
||||
}
|
||||
|
||||
# this is the set of known static inline functions that we want to keep
|
||||
|
Loading…
x
Reference in New Issue
Block a user