summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/sbrk.c
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/common/sbrk.c
parentbb9b5b976f12b36e1d8c0781b4688c1427cf148d (diff)
I will risk this one: __curbrk
Diffstat (limited to 'libc/sysdeps/linux/common/sbrk.c')
-rw-r--r--libc/sysdeps/linux/common/sbrk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/sbrk.c b/libc/sysdeps/linux/common/sbrk.c
index 3c2d9bdc9..d9a4d6899 100644
--- a/libc/sysdeps/linux/common/sbrk.c
+++ b/libc/sysdeps/linux/common/sbrk.c
@@ -13,7 +13,7 @@ libc_hidden_proto(brk)
/* Defined in brk.c. */
extern void *__curbrk;
-
+libc_hidden_proto(__curbrk)
/* Extend the process's data space by INCREMENT.
If INCREMENT is negative, shrink data space by - INCREMENT.