summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sysvi386/time.s
blob: c5617891c14339b366dc0009bb364f019fbcf781 (plain)
1
2
3
4
5
6
7
8
	.globl	_time
	.globl	time
_time:
time:
	movl	$0xd, %eax
	lcall	$7,$0
	jb	_cerror
	ret