diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-14 13:48:23 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-14 13:48:23 +0000 |
commit | 3c2175b12b8a6cd2362a8c5bd8e2e31d54a8b4da (patch) | |
tree | afaf983954252b1fa0ee5c2fc000e275f28c319e /libc/sysdeps/linux/alpha | |
parent | 7635b30f9d62e33b057d830780a937c6c1d140f5 (diff) |
Do hidden brk, hide _brk as well for some archs, convert users of brk
Diffstat (limited to 'libc/sysdeps/linux/alpha')
-rw-r--r-- | libc/sysdeps/linux/alpha/brk.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/brk.S b/libc/sysdeps/linux/alpha/brk.S index 4e15518d2..a3f2edfe7 100644 --- a/libc/sysdeps/linux/alpha/brk.S +++ b/libc/sysdeps/linux/alpha/brk.S @@ -39,6 +39,7 @@ __curbrk: .skip 8 .text .globl __brk; +.hidden __brk; .align 3; .ent __brk , 0; |