forked from Imagelibrary/rtems
issetugid.c: Fix missing prototype warnings
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
|
||||
#if defined(RTEMS_NEWLIB) && !defined(HAVE_ISSETUGID)
|
||||
|
||||
/*
|
||||
* Prototype to avoid warnings
|
||||
*/
|
||||
int issetugid (void);
|
||||
|
||||
/**
|
||||
* Dummy version of BSD routine
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user