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

chmod.s « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab5ef3d6ae35e6655cfe41151fb43fb5fccc11b3 (plain)
1
2
3
4
5
6
7
8
9
	.globl	_chmod
	.globl	chmod
_chmod:
chmod:	
	movl	$0xf, %eax
	lcall	$7,$0
	jb	_cerror
	xor	%eax, %eax
	ret