summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/brk.S
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-14 13:48:23 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-14 13:48:23 +0000
commit3c2175b12b8a6cd2362a8c5bd8e2e31d54a8b4da (patch)
treeafaf983954252b1fa0ee5c2fc000e275f28c319e /libc/sysdeps/linux/powerpc/brk.S
parent7635b30f9d62e33b057d830780a937c6c1d140f5 (diff)
Do hidden brk, hide _brk as well for some archs, convert users of brk
Diffstat (limited to 'libc/sysdeps/linux/powerpc/brk.S')
-rw-r--r--libc/sysdeps/linux/powerpc/brk.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/powerpc/brk.S b/libc/sysdeps/linux/powerpc/brk.S
index c0b436d96..b718c0de4 100644
--- a/libc/sysdeps/linux/powerpc/brk.S
+++ b/libc/sysdeps/linux/powerpc/brk.S
@@ -26,6 +26,7 @@
.comm __curbrk,4,4
.text
.globl __brk
+ .hidden __brk
.type __brk,@function
.align 2