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

fcntl.s « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc3e11f74a6b4e9b1b60565714737831e596e4c7 (plain)
1
2
3
4
5
6
7
8
9

	.globl	_fcntl
	.globl	fcntl
_fcntl:
fcntl:	
	movl	$0x3e, %eax
	lcall	$7,$0
	jb	_cerror
	ret