From 196749ceddd3e18ab1d88fcf2cfd590822c1864c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 22 Sep 2013 10:07:20 -0500 Subject: __gitpid.c: Fix missing prototype warnings --- cpukit/libcsupport/src/__getpid.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cpukit/libcsupport/src/__getpid.c b/cpukit/libcsupport/src/__getpid.c index 96e1a3f813..9c15910f29 100644 --- a/cpukit/libcsupport/src/__getpid.c +++ b/cpukit/libcsupport/src/__getpid.c @@ -11,6 +11,11 @@ #include +/* + * Prototype to avoid warning + */ +pid_t __getpid(void); + /** * Some C Libraries reference this routine since they think getpid is * a real system call. -- cgit v1.2.3