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

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