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

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

	.globl	__close
	.globl	_close
__close:
_close:	chlvl	#0,#6
	jnl	ok	
	jmp	cerror
ok:	xor.w	r0,r0
	ret	#0