minimal-bootstrap.heirloom: Remove unneeded stubs

These caused the build to fail, so they had to be removed.
This commit is contained in:
dish
2025-12-10 23:22:31 -05:00
parent 2d7ae75a42
commit a0685d704c
@@ -28,15 +28,6 @@ int mkstemp(char *t)
return fd;
}
int putenv(char *string)
{
return 0;
}
char* realpath (char* path, char* resolved) {
return NULL;
}
#define strncasecmp(a,b,n) strncmp(strupr(a),strupr(b),n)