forked from Imagelibrary/rtems
__gitpid.c: Fix missing prototype warnings
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
/*
|
||||
* Prototype to avoid warning
|
||||
*/
|
||||
pid_t __getpid(void);
|
||||
|
||||
/**
|
||||
* Some C Libraries reference this routine since they think getpid is
|
||||
* a real system call.
|
||||
|
||||
Reference in New Issue
Block a user