#include "internal.h" int sys·mknodeat(int dirfd, char *path, uint mode, uint64 device) { long ret = syscall(·MkNodAt, dirfd, path, mode, device); return error(ret); }