summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/issetugid.c
blob: 09deaaf0199e26d9a4014218c9c54abc0c003a80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Dummy version of BSD routine
 *
 *  $Id$
 */

#if HAVE_CONFIG_H
#include "config.h"
#endif

int
issetugid (void)
{
	return 0;
}