commit | a8184456229ace2b0255468e6b15aeb6509e27f7 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Oct 23 12:32:52 2015 -0700 |
committer | Christopher Ferris <cferris@google.com> | Fri Oct 23 12:32:52 2015 -0700 |
tree | bb0e1d6bdc4571d8b68b292a02c41a335fcae56f | |
parent | c45f3bf3e691f48af63c5ea2bf7a348a698013ac [diff] [blame] |
Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC. Change-Id: If4da9e46398ca5524f6f0680d70588e3dc7e80b4
diff --git a/libc/stdio/glue.h b/libc/stdio/glue.h index a9e5d10..cb1d182 100644 --- a/libc/stdio/glue.h +++ b/libc/stdio/glue.h
@@ -47,6 +47,6 @@ }; /* This was referenced by a couple of different pieces of middleware and the Crystax NDK. */ -__LIBC64_HIDDEN__ extern struct glue __sglue; +__LIBC32_LEGACY_PUBLIC__ extern struct glue __sglue; __END_DECLS