diff options
Diffstat (limited to 'libc/sysdeps/linux/nios')
-rw-r--r-- | libc/sysdeps/linux/nios/brk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/nios/brk.c b/libc/sysdeps/linux/nios/brk.c index fb4ea94b6..c88b692a0 100644 --- a/libc/sysdeps/linux/nios/brk.c +++ b/libc/sysdeps/linux/nios/brk.c @@ -24,7 +24,6 @@ /* This must be initialized data because commons can't have aliases. */ void *__curbrk attribute_hidden = 0; -/* libc_hidden_proto(brk) */ int brk (void *addr) { void *newbrk; |