xref: /original-bsd/lib/libc/sys/gethostname.s (revision f0fd5f8a)
1/* gethostname.s 4.1 82/12/04 */
2
3#include "SYS.h"
4
5SYSCALL(gethostname)
6	ret		# len = gethostname(buf, buflen)
7