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

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