Make __set_errno hidden in asm.

This fixes the build after the -Bsymbolic change.

Bug: 16853291
Change-Id: I989c9fec3c32e0289ea257a3bd2b7fd2709b6ce2
(cherry picked from commit bc9f9f25bf)
This commit is contained in:
Dan Albert
2014-08-08 15:19:20 -07:00
parent 43227c0b40
commit e35fd48a83
1159 changed files with 2318 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ syscall_stub_header = "/* " + warning + " */\n" + \
"""
#include <private/bionic_asm.h>
.hidden __set_errno
ENTRY(%(func)s)
"""