xref: /original-bsd/lib/libc/sys/gethostid.s (revision 3c32e3a3)
1/* gethostid.s 4.1 82/12/04 */
2
3#include "SYS.h"
4
5SYSCALL(gethostid)
6	ret		# hostid = gethostid()
7