summaryrefslogtreecommitdiffstats
path: root/libc/upstream-freebsd
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-07-14 14:41:47 -0700
committerElliott Hughes <enh@google.com>2014-07-14 15:13:30 -0700
commita167eef5482d4a89d4277ec74f57adbe38052813 (patch)
tree53cfbccf1f41116a46996951eb08b6f00fb1fd09 /libc/upstream-freebsd
parent673bff01aed0c08991b98841ed0bfad78a589672 (diff)
downloadbionic-a167eef5482d4a89d4277ec74f57adbe38052813.zip
bionic-a167eef5482d4a89d4277ec74f57adbe38052813.tar.gz
bionic-a167eef5482d4a89d4277ec74f57adbe38052813.tar.bz2
Fix visibility for a bunch more symbols.
Bug: 11156955 Bug: 15291317 Change-Id: I664f25cce7c17085a101d6593d8e01525a1f6a90
Diffstat (limited to 'libc/upstream-freebsd')
-rw-r--r--libc/upstream-freebsd/android/include/namespace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/upstream-freebsd/android/include/namespace.h b/libc/upstream-freebsd/android/include/namespace.h
index a980b57..a3f850e 100644
--- a/libc/upstream-freebsd/android/include/namespace.h
+++ b/libc/upstream-freebsd/android/include/namespace.h
@@ -17,6 +17,4 @@
#ifndef _BIONIC_FREEBSD_NAMESPACE_H_included
#define _BIONIC_FREEBSD_NAMESPACE_H_included
-__attribute__((visibility("hidden"))) char* _mktemp(char*);
-
#endif