/* * montauk_compat.h * POSIX compatibility shims for TCC on MontaukOS * Copyright (c) 2026 Daniel Hammer * * Historical note: this header used to carry static fallbacks for * unlink/chmod/execvp/realpath/fdopen before the Montauk libc grew * them (native binutils port). It is now a thin passthrough. */ #ifndef MONTAUK_COMPAT_H #define MONTAUK_COMPAT_H #include #include #include #include #include #include #endif /* MONTAUK_COMPAT_H */