summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips64
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-05-16 16:17:44 -0700
committerElliott Hughes <enh@google.com>2014-05-16 16:17:44 -0700
commit31d0398de65becc83168fa931cbd3345bbc346bd (patch)
tree22f5cc2853de1dde796ed791df3acae98f688a36 /libc/arch-mips64
parentaafa3d0e4623f3c57c7abe66f6afa726b9cde348 (diff)
downloadbionic-31d0398de65becc83168fa931cbd3345bbc346bd.zip
bionic-31d0398de65becc83168fa931cbd3345bbc346bd.tar.gz
bionic-31d0398de65becc83168fa931cbd3345bbc346bd.tar.bz2
Hide _exit_with_stack_teardown.
Bug: 11156955 Change-Id: Ida3020343c9975177dc324918cd1f10c455eb173
Diffstat (limited to 'libc/arch-mips64')
-rw-r--r--libc/arch-mips64/bionic/_exit_with_stack_teardown.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-mips64/bionic/_exit_with_stack_teardown.S b/libc/arch-mips64/bionic/_exit_with_stack_teardown.S
index 3b537eb..fcf8cc1 100644
--- a/libc/arch-mips64/bionic/_exit_with_stack_teardown.S
+++ b/libc/arch-mips64/bionic/_exit_with_stack_teardown.S
@@ -29,7 +29,7 @@
#include <private/bionic_asm.h>
// void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
-ENTRY(_exit_with_stack_teardown)
+ENTRY_PRIVATE(_exit_with_stack_teardown)
li v0, __NR_munmap
syscall
// If munmap failed, we ignore the failure and exit anyway.