Fix visibility for a bunch more symbols.

Bug: 11156955
Bug: 15291317

(cherry picked from commit a167eef548)

Change-Id: Ib038ad34ef59631f7b4ed6dff2b7956001b8b159
This commit is contained in:
Elliott Hughes
2014-07-14 14:41:47 -07:00
parent 99ae0983c0
commit ca276c40df
5 changed files with 16 additions and 14 deletions

View File

@@ -17,6 +17,4 @@
#ifndef _BIONIC_FREEBSD_NAMESPACE_H_included
#define _BIONIC_FREEBSD_NAMESPACE_H_included
__attribute__((visibility("hidden"))) char* _mktemp(char*);
#endif