On Mon, Dec 19, 2011 at 8:32 PM, Christos Zoulas
<christos%zoulas.com@localhost> wrote:
On Dec 19, 6:06pm, jmmv%NetBSD.org@localhost (Julio Merino) wrote:
-- Subject: Re: CVS commit: src/external/bsd/atf/dist/atf-run
| I could only check with Snow Leopard and there is no timer_t there. I
| don't have access to Lion at the moment; when I do, I'll check again. If
| there is no support in it, I'll have to implement some conditional logic to
| use the new timers only if available (unless you have a better
| alternative?). If there is support, then I won't care about backwards
| compatibility.
Since it is my fault that I broke it, I will add a shim for OS/X that
does not do anything fancy and implements the previous basic functionality
that setitimer had.
Could you check if this support exists in Lion first? If that's the case, I personally don't think it is a big deal. But thanks if you do that!
--