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

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

	.globl	_ioctl
	.globl	ioctl
_ioctl:
ioctl:	
	movl	$0x36, %eax
	lcall	$7,$0
	jb	_cerror
	ret