commit | a6519d63063fe3c543bfd3b75b1145ddcd3b36b8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 17 16:56:40 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Oct 17 16:56:40 2013 -0700 |
tree | d08a4bfaf1309a26f3dd92643ba31042bde43aa5 | |
parent | 5b1916043728f7f869f1286b6e04662a3d7d472b [diff] [blame] |
Add missing aliases for off64_t functions in 64-bit land. See the comment in SYSCALLS.TXT for an explanation. Change-Id: I33d4056e84160c3cca74b7b588e9924a569753ed
diff --git a/libc/arch-x86_64/syscalls/ftruncate.S b/libc/arch-x86_64/syscalls/ftruncate.S index 2560ade..5157fec 100644 --- a/libc/arch-x86_64/syscalls/ftruncate.S +++ b/libc/arch-x86_64/syscalls/ftruncate.S
@@ -16,3 +16,6 @@ 1: ret END(ftruncate) + + .globl _C_LABEL(ftruncate64) + .equ _C_LABEL(ftruncate64), _C_LABEL(ftruncate)