summaryrefslogtreecommitdiffstats
path: root/libc/upstream-freebsd/namespace.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-07-19 15:20:31 -0700
committerElliott Hughes <enh@google.com>2013-07-19 15:20:31 -0700
commit284f7880323d33356df682c3cfb6b7f0c665bfd4 (patch)
treee810aa0bbbd9ca8257a1bcd6d52ea9b10540a592 /libc/upstream-freebsd/namespace.h
parentf8a66bb31204b42f830c1865a795b5f3eb1e0147 (diff)
downloadbionic-284f7880323d33356df682c3cfb6b7f0c665bfd4.zip
bionic-284f7880323d33356df682c3cfb6b7f0c665bfd4.tar.gz
bionic-284f7880323d33356df682c3cfb6b7f0c665bfd4.tar.bz2
Upgrade mktemp.c to the current upstream version.
Yet another archaic relic containing bugs that had been fixed years before the Android project even started... Bug: 9935113 Change-Id: I3c9d019a216efd609ee568cf8c70bc360f357403
Diffstat (limited to 'libc/upstream-freebsd/namespace.h')
-rw-r--r--libc/upstream-freebsd/namespace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/upstream-freebsd/namespace.h b/libc/upstream-freebsd/namespace.h
index a3f850e..a980b57 100644
--- a/libc/upstream-freebsd/namespace.h
+++ b/libc/upstream-freebsd/namespace.h
@@ -17,4 +17,6 @@
#ifndef _BIONIC_FREEBSD_NAMESPACE_H_included
#define _BIONIC_FREEBSD_NAMESPACE_H_included
+__attribute__((visibility("hidden"))) char* _mktemp(char*);
+
#endif