summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2011-01-31 07:53:11 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-31 07:53:11 -0800
commit040e18f362716c0bab1d9c39a869b98d6c61584c (patch)
tree3723faa12b05bbff4c41fcc849d9486a444eb179 /libc
parent727c443a2748e7687d2fe121d5d1f50ef72b8b71 (diff)
parentb969b5a32a3924412b3584a2ab606ff64a3c4203 (diff)
downloadbionic-040e18f362716c0bab1d9c39a869b98d6c61584c.zip
bionic-040e18f362716c0bab1d9c39a869b98d6c61584c.tar.gz
bionic-040e18f362716c0bab1d9c39a869b98d6c61584c.tar.bz2
Merge "libc: fix kernel cleanup script typo."
Diffstat (limited to 'libc')
-rw-r--r--libc/kernel/tools/defaults.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/tools/defaults.py b/libc/kernel/tools/defaults.py
index ca7e6bb..5e9d6770 100644
--- a/libc/kernel/tools/defaults.py
+++ b/libc/kernel/tools/defaults.py
@@ -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