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