summaryrefslogtreecommitdiffstats
path: root/sys/sys/times.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/times.h')
-rw-r--r--sys/sys/times.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/times.h b/sys/sys/times.h
index 668ac7a..eb68bd0 100644
--- a/sys/sys/times.h
+++ b/sys/sys/times.h
@@ -60,7 +60,7 @@ struct tms {
#include <sys/cdefs.h>
__BEGIN_DECLS
-clock_t times __P((struct tms *));
+clock_t times(struct tms *);
__END_DECLS
#endif
#endif /* !_SYS_TIMES_H_ */
OpenPOWER on IntegriCloud