Welcome to mirror list, hosted at ThFree Co, Russian Federation.

utime.s « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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