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

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