Fix build by avoiding the _C_LABEL macro.

Change-Id: Ide367c2b65071388bd95fbc81a4ed6ae94aec4e4
This commit is contained in:
Elliott Hughes
2014-02-18 16:42:36 -08:00
parent 787c1f937a
commit 986f906710
52 changed files with 104 additions and 104 deletions

View File

@@ -30,5 +30,5 @@ fallocate:
.set pop
.end fallocate
.globl _C_LABEL(fallocate64)
.equ _C_LABEL(fallocate64), _C_LABEL(fallocate)
.globl fallocate64
.equ fallocate64, fallocate

View File

@@ -30,5 +30,5 @@ fstat64:
.set pop
.end fstat64
.globl _C_LABEL(fstat)
.equ _C_LABEL(fstat), _C_LABEL(fstat64)
.globl fstat
.equ fstat, fstat64

View File

@@ -30,5 +30,5 @@ fstatat64:
.set pop
.end fstatat64
.globl _C_LABEL(fstatat)
.equ _C_LABEL(fstatat), _C_LABEL(fstatat64)
.globl fstatat
.equ fstatat, fstatat64

View File

@@ -30,5 +30,5 @@ fstatfs64:
.set pop
.end fstatfs64
.globl _C_LABEL(fstatfs)
.equ _C_LABEL(fstatfs), _C_LABEL(fstatfs64)
.globl fstatfs
.equ fstatfs, fstatfs64

View File

@@ -30,5 +30,5 @@ ftruncate:
.set pop
.end ftruncate
.globl _C_LABEL(ftruncate64)
.equ _C_LABEL(ftruncate64), _C_LABEL(ftruncate)
.globl ftruncate64
.equ ftruncate64, ftruncate

View File

@@ -30,5 +30,5 @@ getrlimit:
.set pop
.end getrlimit
.globl _C_LABEL(getrlimit64)
.equ _C_LABEL(getrlimit64), _C_LABEL(getrlimit)
.globl getrlimit64
.equ getrlimit64, getrlimit

View File

@@ -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

View File

@@ -30,5 +30,5 @@ mmap:
.set pop
.end mmap
.globl _C_LABEL(mmap64)
.equ _C_LABEL(mmap64), _C_LABEL(mmap)
.globl mmap64
.equ mmap64, mmap

View File

@@ -30,5 +30,5 @@ pread64:
.set pop
.end pread64
.globl _C_LABEL(pread)
.equ _C_LABEL(pread), _C_LABEL(pread64)
.globl pread
.equ pread, pread64

View File

@@ -30,5 +30,5 @@ prlimit64:
.set pop
.end prlimit64
.globl _C_LABEL(prlimit)
.equ _C_LABEL(prlimit), _C_LABEL(prlimit64)
.globl prlimit
.equ prlimit, prlimit64

View File

@@ -30,5 +30,5 @@ pwrite64:
.set pop
.end pwrite64
.globl _C_LABEL(pwrite)
.equ _C_LABEL(pwrite), _C_LABEL(pwrite64)
.globl pwrite
.equ pwrite, pwrite64

View File

@@ -30,5 +30,5 @@ sendfile:
.set pop
.end sendfile
.globl _C_LABEL(sendfile64)
.equ _C_LABEL(sendfile64), _C_LABEL(sendfile)
.globl sendfile64
.equ sendfile64, sendfile

View File

@@ -30,5 +30,5 @@ setrlimit:
.set pop
.end setrlimit
.globl _C_LABEL(setrlimit64)
.equ _C_LABEL(setrlimit64), _C_LABEL(setrlimit)
.globl setrlimit64
.equ setrlimit64, setrlimit

View File

@@ -30,5 +30,5 @@ statfs64:
.set pop
.end statfs64
.globl _C_LABEL(statfs)
.equ _C_LABEL(statfs), _C_LABEL(statfs64)
.globl statfs
.equ statfs, statfs64

View File

@@ -30,5 +30,5 @@ truncate:
.set pop
.end truncate
.globl _C_LABEL(truncate64)
.equ _C_LABEL(truncate64), _C_LABEL(truncate)
.globl truncate64
.equ truncate64, truncate