xref: /csrg-svn/lib/libc/sys/mknod.s (revision 9482)
1/* mknod.s 4.1 82/12/04 */
2
3#include "SYS.h"
4
5SYSCALL(mknod)
6	clrl	r0
7	ret
8