Re: [PATCH] remove timerd() syscall number

2007-09-17 Thread Michael Kerrisk
> > I hope I've done this right... This patch, against 2.6.23-rc6, > > removes the timerfd() syscall (which in any case had a bug > > on its 2.6.22 release) from all architectures, so that we > > can have some breathing space to think about the API design. > > All of the existing timerfd() code is

Re: [PATCH] remove timerd() syscall number

2007-09-17 Thread Andrew Morton
On Mon, 17 Sep 2007 18:58:58 +0200 Michael Kerrisk <[EMAIL PROTECTED]> wrote: > I hope I've done this right... This patch, against 2.6.23-rc6, > removes the timerfd() syscall (which in any case had a bug > on its 2.6.22 release) from all architectures, so that we > can have some breathing space t