From 40f2d136165fc84a0cdccaa2d831eb5382b73403 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 1 Feb 2006 11:55:56 +0000 Subject: I will risk this one: __curbrk --- libc/sysdeps/linux/common/sbrk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/sbrk.c') 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. -- cgit v1.2.3