Cc: Ulrich Drepper <drepper@...>, <geoff@...>, lkml <linux-kernel@...>, Andrew Morton <akpm@...>, Thomas Gleixner <tglx@...>, Christoph Hellwig <hch@...>, Jonathan Corbet <corbet@...>, Randy Dunlap <rdunlap@...>, <vda.linux@...>, Linus Torvalds <torvalds@...>, Lee Schermerhorn <Lee.Schermerhorn@...>, <david@...>
There's the case of a timerfd_gettime return status when the timerfd has
not been set yet (ie, soon after a timerfd_create), to handle.
Current way is to return an (itimerspec) { 0, 0 }. Ok?
- Davide
-