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:
Daniel Barlow
2023-06-18 23:02:08 +01:00
parent d66f5901a2
commit a7e7146887
2 changed files with 5 additions and 3 deletions

View File

@@ -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>