mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 03:07:51 +08:00
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