commit | fff6e272e9edea3f33b2f64ec9e342413d92e36f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 24 17:03:20 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Oct 24 17:03:20 2013 -0700 |
tree | aca6bdedbb53e763e279cefa15d3b68e72316a05 | |
parent | 972885499255a9368e96332f9da0d28b2436d042 [diff] [blame] |
Use hidden visibility for generated stubs whose names begin with underscores. Change-Id: Idb39fd04b7a14114801624e744e76e0e7913d951
diff --git a/libc/arch-x86_64/syscalls/__syslog.S b/libc/arch-x86_64/syscalls/__syslog.S index ed6a4ff..db3a397 100644 --- a/libc/arch-x86_64/syscalls/__syslog.S +++ b/libc/arch-x86_64/syscalls/__syslog.S
@@ -16,3 +16,4 @@ 1: ret END(__syslog) +.hidden _C_LABEL(__syslog)