summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libnetworking/rtems/issetugid.c
blob: 1ae81c9f2ee06b97d147c8428e8771c9e3a574e0 (plain) (blame)
1
2
3
4
5
6
7
8
/*
 * Dummy version of BSD routine
 */
int
issetugid (void)
{
	return 0;
}