summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/avr32/brk.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/avr32/brk.c')
-rw-r--r--libc/sysdeps/linux/avr32/brk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/avr32/brk.c b/libc/sysdeps/linux/avr32/brk.c
index a54b49a61..7d34405dc 100644
--- a/libc/sysdeps/linux/avr32/brk.c
+++ b/libc/sysdeps/linux/avr32/brk.c
@@ -9,7 +9,7 @@
#include <unistd.h>
#include <sys/syscall.h>
-libc_hidden_proto(brk)
+/* libc_hidden_proto(brk) */
void *__curbrk attribute_hidden = 0;