summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/alpha
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-01 11:55:56 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-01 11:55:56 +0000
commit40f2d136165fc84a0cdccaa2d831eb5382b73403 (patch)
tree56ff21804c2e58e03609caafe1eda8bba2509f79 /libc/sysdeps/linux/alpha
parentbb9b5b976f12b36e1d8c0781b4688c1427cf148d (diff)
I will risk this one: __curbrk
Diffstat (limited to 'libc/sysdeps/linux/alpha')
-rw-r--r--libc/sysdeps/linux/alpha/brk.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/brk.S b/libc/sysdeps/linux/alpha/brk.S
index de0a7563f..05c3b2c43 100644
--- a/libc/sysdeps/linux/alpha/brk.S
+++ b/libc/sysdeps/linux/alpha/brk.S
@@ -36,6 +36,7 @@ __curbrk: .skip 8
#else
.comm __curbrk, 8
#endif
+libc_hidden_data_def(__curbrk)
.text
.globl brk;