lib: micro-c: implement sbrk emulation and dlmalloc
This commit is contained in:
7
lib/ulibc/include/errno.h
Normal file
7
lib/ulibc/include/errno.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef ERRNO_H_
|
||||
#define ERRNO_H_
|
||||
|
||||
#define EINVAL 1
|
||||
#define ENOMEM 2
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user