summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libnetworking/rtems/issetugid.c
blob: 3baf0ec88b369cb8a17753763060bb7351efa2db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Dummy version of BSD routine
 *
 *  $Id$
 */

int
issetugid (void)
{
	return 0;
}