#include "internal.h" int mkdirat(int dirfd, char *path, uint mode) { long ret = syscall(·MkdirAt, dirfd, path, mode); return error(ret); }