summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/__gettod.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/__gettod.c')
-rw-r--r--cpukit/libcsupport/src/__gettod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/__gettod.c b/cpukit/libcsupport/src/__gettod.c
index 610f2c4d4a..b43081c9eb 100644
--- a/cpukit/libcsupport/src/__gettod.c
+++ b/cpukit/libcsupport/src/__gettod.c
@@ -41,7 +41,7 @@
/*
* Needed to get the prototype for the newlib helper method
*/
-#define _COMPILING_NEWLIB
+#define _LIBC
#include <sys/time.h>
#include <reent.h>