diff --git a/pkgs/os-specific/linux/minimal-bootstrap/heirloom/stubs.h b/pkgs/os-specific/linux/minimal-bootstrap/heirloom/stubs.h index 5aef8168180b..002855eaa079 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/heirloom/stubs.h +++ b/pkgs/os-specific/linux/minimal-bootstrap/heirloom/stubs.h @@ -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)