From 3ea6b8841dbc3640db0344986ee65e1c4d4bcbd0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 22 Sep 2013 10:05:53 -0500 Subject: issetugid.c: Fix missing prototype warnings --- cpukit/libcsupport/src/issetugid.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cpukit/libcsupport/src/issetugid.c b/cpukit/libcsupport/src/issetugid.c index 0cb870ea00..8d2b98cad1 100644 --- a/cpukit/libcsupport/src/issetugid.c +++ b/cpukit/libcsupport/src/issetugid.c @@ -12,6 +12,11 @@ #if defined(RTEMS_NEWLIB) && !defined(HAVE_ISSETUGID) +/* + * Prototype to avoid warnings + */ +int issetugid (void); + /** * Dummy version of BSD routine */ -- cgit v1.2.3