remove sample utf-8 code that's not part of the standard library
[musl] / include / unistd.h
index b9e4814..c0994af 100644 (file)
@@ -144,6 +144,8 @@ void sync(void);
 #endif
 
 #ifdef _GNU_SOURCE
+int brk(void *);
+void *sbrk(intptr_t);
 pid_t vfork(void);
 int vhangup(void);
 int chroot(const char *);