From 98910dbd4677f5d0d40ec5047705b2698c5c7676 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 6 Sep 2009 20:32:06 +0000 Subject: =?UTF-8?q?2009-09-06=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/src/issetugid.c: New (relocated from libnetworking). * libnetworking/rtems/issetugid.c: Remove. * libnetworking/Makefile.am: Reflect changes above. * libcsupport/Makefile.am: Reflect changes above. --- cpukit/libcsupport/src/issetugid.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cpukit/libcsupport/src/issetugid.c (limited to 'cpukit/libcsupport/src/issetugid.c') diff --git a/cpukit/libcsupport/src/issetugid.c b/cpukit/libcsupport/src/issetugid.c new file mode 100644 index 0000000000..09deaaf019 --- /dev/null +++ b/cpukit/libcsupport/src/issetugid.c @@ -0,0 +1,15 @@ +/* + * Dummy version of BSD routine + * + * $Id$ + */ + +#if HAVE_CONFIG_H +#include "config.h" +#endif + +int +issetugid (void) +{ + return 0; +} -- cgit v1.2.3