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

innetgr-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: 690d82e14a4d9602a2fe39f0b7507168b1b8df30 (plain)
1
2
3
4
5
6
7
int
innetgr(const char *netgroup, const char *host, const char *user,
	     const char *domain)
{
	return 0;
}