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