preinit: disable nolibc
- it stopped working with 22.11->23.05 - linking statically against musl is about 17k, so this is costing us 11k or so
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifdef USE_LIBC
|
||||
#ifdef PREINIT_USE_LIBC
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/wait.h>
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user