commit | fa5faa0ce6deba5ad9c96fe5cf74e63e4a6edfb3 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Tue Mar 24 16:50:46 2015 -0700 |
committer | Christopher Ferris <cferris@google.com> | Tue Mar 24 21:08:26 2015 -0700 |
tree | 546a5eff515f97537cae2cbec5d99c68ee85844b | |
parent | ee4997ecc3daeb9af110d932ddb27f969cc7271a [diff] [blame] |
Make gensyscalls.py use the ALIAS_SYMBOL macro. Change-Id: Ib94c0abb6fc85126ecc5ed3f1962b2b8b90b9952
diff --git a/libc/arch-arm64/syscalls/truncate.S b/libc/arch-arm64/syscalls/truncate.S index 0e5a33e..e01cc7d 100644 --- a/libc/arch-arm64/syscalls/truncate.S +++ b/libc/arch-arm64/syscalls/truncate.S
@@ -13,5 +13,4 @@ ret END(truncate) - .globl truncate64 - .equ truncate64, truncate +ALIAS_SYMBOL(truncate64, truncate)