#include #include #include int mkdirat(int fd, const char *path, mode_t mode) { return syscall(mkdirat, fd, path, mode); }