ack/mach/sun2/libsys/gethostnam.s

5 lines
142 B
ArmAsm
Raw Permalink Normal View History

1987-03-03 09:37:26 +00:00
#include "syscall.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define _gethostname
_gethostname: SYSTEM(SYS_gethostname)