Adding clock_getres1() to be shared with emulations ?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Nicolas Joly
Date: Thursday, April 1, 2010 - 12:52 am

Hi,

The attached patch introduce a new function clock_getres1() function
which has most of the corresponding syscall logic except for the
copyout call.

This has the benefit to have all emulations can use it and are now
automatically synced with the native version (as a side effect, they
all gain CLOCK_MONOTONIC support i was looking for).

I'd like to commit it in a few days, unless someone objects ... And
then do mostly the same for clock_gettime().

Thanks for review/comments.

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Adding clock_getres1() to be shared with emulations ?, Nicolas Joly, (Thu Apr 1, 12:52 am)
Re: Adding clock_getres1() to be shared with emulations ?, Christos Zoulas, (Thu Apr 1, 1:16 pm)
Re: Adding clock_gettime1() to be shared with emulations ?, Joerg Sonnenberger, (Wed Apr 7, 2:15 pm)
Re: Adding clock_gettime1() to be shared with emulations ? , Matthias Drochner, (Thu Apr 8, 10:16 am)