lkml.org 
[lkml]   [2005]   [Dec]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 2.6.15-rc7] clocks: export symbol do_posix_clock_monotonic_gettime
From
Date

Getting access to monotonic time from modules is indispensable, for instance,
for modular evdev to timestamp input events with a useful time information.

(I have already provided patch for evdev (also this one) in my previous,
unanswered, post http://lkml.org/lkml/2005/10/6/92 )


Signed-off-by: Michal Maruska <mmc@maruska.dyndns.org>

--- linux-2.6.15-rc7/kernel/posix-timers.c 2005-12-26 13:01:54.000000000 +0100
+++ linux-2.6.15-rc7.mmc/kernel/posix-timers.c 2005-12-26 22:59:11.883817855 +0100
@@ -1219,6 +1219,7 @@ int do_posix_clock_monotonic_gettime(str
{
return do_posix_clock_monotonic_get(CLOCK_MONOTONIC, tp);
}
+EXPORT_SYMBOL_GPL(do_posix_clock_monotonic_gettime);

int do_posix_clock_nosettime(clockid_t clockid, struct timespec *tp)
{
\
 
 \ /
  Last update: 2005-12-26 23:23    [W:0.031 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site