__gitpid.c: Fix missing prototype warnings

This commit is contained in:
Joel Sherrill
2013-09-22 10:07:20 -05:00
parent e0e2615e29
commit 196749cedd

View File

@@ -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.