V9/libc/nsys/utime.s

# C library -- utime
 
#  error = utime(string,timev);
 
.globl	_utime
.globl	cerror
	utime = 30
 
_utime:
	linkw	a6,#0
	pea	utime
	trap	#0
	bcc	noerror
	jmp	cerror
noerror:
	unlk	a6
	rts