diff options
Diffstat (limited to 'libc-bottom-half/headers/private/stdlib.h')
-rw-r--r-- | libc-bottom-half/headers/private/stdlib.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libc-bottom-half/headers/private/stdlib.h b/libc-bottom-half/headers/private/stdlib.h new file mode 100644 index 0000000..8c2b395 --- /dev/null +++ b/libc-bottom-half/headers/private/stdlib.h @@ -0,0 +1,8 @@ +#define __need_size_t +#define __need_wchar_t +#define __need_NULL +#include <stddef.h> + +#include_next <stdlib.h> + +int clearenv(void); |