2 * Copyright 2004-2009, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
10 #include <errno_private.h>
14 mknod(const char *name
, mode_t mode
, dev_t dev
)
22 mknodat(int fd
, const char *name
, mode_t mode
, dev_t dev
)