From 01b7b6948108307f930902ca7c73f87c7d6eb1af Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 22 Sep 2013 10:28:23 -0500 Subject: __times.c: Fix missing prototype warnings --- cpukit/libcsupport/src/__times.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cpukit/libcsupport/src/__times.c b/cpukit/libcsupport/src/__times.c index 13e26058c2..d8076d89c0 100644 --- a/cpukit/libcsupport/src/__times.c +++ b/cpukit/libcsupport/src/__times.c @@ -6,7 +6,7 @@ */ /* - * COPYRIGHT (c) 1989-2010. + * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -18,6 +18,11 @@ #include "config.h" #endif +/* + * Needed to get the prototype for this newlib helper method + */ +#define _COMPILING_NEWLIB + #include #include -- cgit v1.2.3