102610b73e
Thanks to Rudolf Polzer and Justin Head! PR: ports/157176 Submitted by: Rudolf Polzer <rpolzer@mucke-novak.de> Approved by: Justin Head <ports@encarnate.com> (maintainer)
20 lines
598 B
C
20 lines
598 B
C
--- include/clplumbing/longclock.h.orig 2008-08-18 07:32:19.000000000 -0500
|
|
+++ include/clplumbing/longclock.h 2011-09-07 16:43:50.000000000 -0500
|
|
@@ -37,7 +37,7 @@
|
|
*
|
|
* The functions provided here are:
|
|
*
|
|
- * unsigned long cl_times(void);
|
|
+ * clock_t cl_times(void);
|
|
* A rational wrapper for the times(2) call
|
|
* for those cases where only the return value
|
|
* is wanted.
|
|
@@ -79,7 +79,7 @@
|
|
*
|
|
* extern const longclock_t zero_longclock;
|
|
*/
|
|
-extern unsigned long cl_times(void);
|
|
+extern clock_t cl_times(void);
|
|
|
|
#ifdef CLOCK_T_IS_LONG_ENOUGH
|
|
# ifndef HAVE_LONGCLOCK_ARITHMETIC
|