source: rtems/cpukit/libcsupport/src/issetugid.c @ 346725cc

4.104.115
Last change on this file since 346725cc was 346725cc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/09 at 08:20:32

Rework autoconf defines.

  • Property mode set to 100644
File size: 195 bytes
Line 
1/*
2 * Dummy version of BSD routine
3 *
4 *  $Id$
5 */
6
7#if HAVE_CONFIG_H
8#include "config.h"
9#endif
10
11#if defined(RTEMS_NEWLIB) && !defined(HAVE_ISSETUGID)
12int
13issetugid (void)
14{
15        return 0;
16}
17#endif
Note: See TracBrowser for help on using the repository browser.