summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sh/brk.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/sh/brk.c')
-rw-r--r--libc/sysdeps/linux/sh/brk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/brk.c b/libc/sysdeps/linux/sh/brk.c
index cac45bae2..a98cd5446 100644
--- a/libc/sysdeps/linux/sh/brk.c
+++ b/libc/sysdeps/linux/sh/brk.c
@@ -13,7 +13,6 @@ extern void * __curbrk attribute_hidden;
extern int __init_brk (void) attribute_hidden;
extern void *_brk(void *ptr) attribute_hidden;
-/* libc_hidden_proto(brk) */
int brk(void * end_data_seg)
{
if (__init_brk () == 0)