Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/sys/times.h')
-rw-r--r--newlib/libc/include/sys/times.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/times.h b/newlib/libc/include/sys/times.h
index 9375cb19d..927812cb8 100644
--- a/newlib/libc/include/sys/times.h
+++ b/newlib/libc/include/sys/times.h
@@ -21,6 +21,9 @@ struct tms {
};
clock_t _EXFUN(times,(struct tms *));
+#ifdef _COMPILING_NEWLIB
+clock_t _EXFUN(_times,(struct tms *));
+#endif
#ifdef __cplusplus
}