#include int mknod(const char *path, mode_t mode, dev_t dev) { return 0; } /* XOPEN(400) */