From e35fd48a832cddbedcf84773fd1922f735ae7829 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 8 Aug 2014 15:19:20 -0700 Subject: Make __set_errno hidden in asm. This fixes the build after the -Bsymbolic change. Bug: 16853291 Change-Id: I989c9fec3c32e0289ea257a3bd2b7fd2709b6ce2 (cherry picked from commit bc9f9f25bf1247a6a638a2a2df8441bdd9fabad7) --- libc/arch-x86_64/syscalls/msync.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/arch-x86_64/syscalls/msync.S') diff --git a/libc/arch-x86_64/syscalls/msync.S b/libc/arch-x86_64/syscalls/msync.S index c0ff0f9..1d0e785 100644 --- a/libc/arch-x86_64/syscalls/msync.S +++ b/libc/arch-x86_64/syscalls/msync.S @@ -2,6 +2,8 @@ #include + .hidden __set_errno + ENTRY(msync) movl $__NR_msync, %eax syscall -- cgit v1.1