issetugid.c: Fix missing prototype warnings

This commit is contained in:
Joel Sherrill
2013-09-22 10:05:53 -05:00
parent a85a55263b
commit 3ea6b8841d

View File

@@ -12,6 +12,11 @@
#if defined(RTEMS_NEWLIB) && !defined(HAVE_ISSETUGID)
/*
* Prototype to avoid warnings
*/
int issetugid (void);
/**
* Dummy version of BSD routine
*/