lib: add libc and micro libc
This commit is contained in:
8
lib/ulibc/include/unistd.h
Normal file
8
lib/ulibc/include/unistd.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef UNISTD_H_
|
||||
#define UNISTD_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern void *sbrk(intptr_t increment);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user