1
2	.globl	_ioctl
3	.globl	ioctl
4_ioctl:
5ioctl:
6	movl	$0x36, %eax
7	lcall	$7,$0
8	jb	_cerror
9	ret
10