summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sysvi386/utime.s
blob: 23fc5047639db39267ffec7b08be4dd39cdff21d (plain)
1
2
3
4
5
6
7
8
	.globl	_utime
	.globl	utime
_utime:
utime:	
	movl	$0x1e, %eax
	lcall	$7,$0
	jb	_cerror
	ret