aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include/sys/times.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/sys/times.h')
-rw-r--r--newlib/libc/include/sys/times.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/include/sys/times.h b/newlib/libc/include/sys/times.h
index b1f1dc6..05b2547 100644
--- a/newlib/libc/include/sys/times.h
+++ b/newlib/libc/include/sys/times.h
@@ -21,9 +21,9 @@ struct tms {
clock_t tms_cstime; /* system time, children */
};
-clock_t _EXFUN(times,(struct tms *));
+clock_t times (struct tms *);
#ifdef _COMPILING_NEWLIB
-clock_t _EXFUN(_times,(struct tms *));
+clock_t _times (struct tms *);
#endif
#ifdef __cplusplus