Make gensyscalls.py use the ALIAS_SYMBOL macro.

Change-Id: Ib94c0abb6fc85126ecc5ed3f1962b2b8b90b9952
This commit is contained in:
Christopher Ferris
2015-03-24 16:50:46 -07:00
parent ee4997ecc3
commit fa5faa0ce6
50 changed files with 50 additions and 105 deletions

View File

@@ -24,5 +24,4 @@ ENTRY(setrlimit)
.set pop
END(setrlimit)
.globl setrlimit64
.equ setrlimit64, setrlimit
ALIAS_SYMBOL(setrlimit64, setrlimit)