am 0f7d9df1: Merge "libc: fix typo in kernel helper script"

* commit '0f7d9df17f2f5a355b1b799a70219c18587482a6':
  libc: fix typo in kernel helper script
This commit is contained in:
David 'Digit' Turner 2011-08-29 17:57:57 -07:00 committed by Android Git Automerger
commit c7f5c8e270

View File

@ -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