Fix build by avoiding the _C_LABEL macro.
Change-Id: Ide367c2b65071388bd95fbc81a4ed6ae94aec4e4
This commit is contained in:
@@ -20,5 +20,5 @@ ENTRY(ftruncate)
|
||||
ret
|
||||
END(ftruncate)
|
||||
|
||||
.globl _C_LABEL(ftruncate64)
|
||||
.equ _C_LABEL(ftruncate64), _C_LABEL(ftruncate)
|
||||
.globl ftruncate64
|
||||
.equ ftruncate64, ftruncate
|
||||
|
||||
Reference in New Issue
Block a user