OSDN Git Service

next portion of libc_hidden_proto removal
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / avr32 / brk.c
index a54b49a..7d34405 100644 (file)
@@ -9,7 +9,7 @@
 #include <unistd.h>
 #include <sys/syscall.h>
 
-libc_hidden_proto(brk)
+/* libc_hidden_proto(brk) */
 
 void *__curbrk attribute_hidden = 0;