Fix build by avoiding the _C_LABEL macro.
Change-Id: Ide367c2b65071388bd95fbc81a4ed6ae94aec4e4
This commit is contained in:
@@ -30,5 +30,5 @@ lseek:
|
||||
.set pop
|
||||
.end lseek
|
||||
|
||||
.globl _C_LABEL(lseek64)
|
||||
.equ _C_LABEL(lseek64), _C_LABEL(lseek)
|
||||
.globl lseek64
|
||||
.equ lseek64, lseek
|
||||
|
||||
Reference in New Issue
Block a user