/* Create a device file named PATH, with permission and special bits MODE
and device number DEV (which can be constructed from major and minor
device numbers with the `makedev' macro above). */
extern int EXFUN(__mknod, (CONST char *__path,
__mode_t __mode, __dev_t __dev));
/* Create a device file named PATH, with permission and special bits MODE
and device number DEV (which can be constructed from major and minor
device numbers with the `makedev' macro above). */
extern int EXFUN(__mknod, (CONST char *__path,
__mode_t __mode, __dev_t __dev));