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

issetugid-stub.c « net « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3aac0b636e7ec423d40eb62316f57de916e6416 (plain)
1
2
3
4
5
int
issetugid(void)
{
	return 0;
}