mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
Various stubs while trying to get an old coreutils to build.
This commit is contained in:
parent
e440c3fa87
commit
303577df16
20 changed files with 132 additions and 23 deletions
|
@ -5,6 +5,9 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#define EXIT_SUCCESS 0
|
||||
#define EXIT_FAILURE 1
|
||||
|
||||
void* malloc(size_t) __MALLOC;
|
||||
void free(void*);
|
||||
void* calloc(size_t nmemb, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue