#include #include int unlink(const char *path) { return syscall(SYS_unlink, path); }