From 3c2175b12b8a6cd2362a8c5bd8e2e31d54a8b4da Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 14 Dec 2005 13:48:23 +0000 Subject: Do hidden brk, hide _brk as well for some archs, convert users of brk --- libc/sysdeps/linux/alpha/brk.S | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/alpha') 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; -- cgit v1.2.3