summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2010-04-22 15:07:28 +0200
committerZheng Da <zhengda1936@gmail.com>2010-04-22 15:07:28 +0200
commitb168f41d6eab6319bb5a2fcc065541ba2b18926e (patch)
tree712aa02040b2c224e3176e47fb4abfbcf353b549
parent6dc9cfc88e514e367ff2413d8859b2337e286ce9 (diff)
jiffies in the type of unsigned long.
-rw-r--r--libddekit/include/ddekit/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libddekit/include/ddekit/timer.h b/libddekit/include/ddekit/timer.h
index 435ba8aa..387f2078 100644
--- a/libddekit/include/ddekit/timer.h
+++ b/libddekit/include/ddekit/timer.h
@@ -54,6 +54,6 @@ void ddekit_init_timers(void);
/** Get the timer thread.
*/
ddekit_thread_t *ddekit_get_timer_thread(void);
-extern long long fetch_jiffies (void);
+extern unsigned long fetch_jiffies (void);
#endif