source: rtems/cpukit/libcsupport/src/issetugid.c @ e72bc298

4.115
Last change on this file since e72bc298 was e72bc298, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/10 at 15:37:48

2010-07-01 Joel Sherrill <joel.sherrill@…>

  • libcsupport/src/getegid.c, libcsupport/src/gxx_wrappers.c, libcsupport/src/issetugid.c: Formatting and spacing.
  • Property mode set to 100644
File size: 197 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 issetugid (void)
13{
14  return 0;
15}
16#endif
Note: See TracBrowser for help on using the repository browser.