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