Re: Posix compliant cpu clocks V6 [1/3]: Generic Kernel patch

From: Andrew Morton
Date: Fri Oct 01 2004 - 16:22:49 EST


Christoph Lameter <clameter@xxxxxxx> wrote:
>
> --- linux-2.6.9-rc3.orig/kernel/posix-timers.c 2004-09-29 20:04:47.000000000 -0700
> +++ linux-2.6.9-rc3/kernel/posix-timers.c 2004-10-01 12:48:55.000000000 -0700
> ...
> +int do_posix_clock_notimer_create(int which_clock,
> + struct sigevent __user *time_event_spec,
> + timer_t __user *created_timer_id);
> +int do_posix_clock_nonanosleep(int which_clock, int flags, struct timespec * t);

These guys are already declared in posix-timers.h.

I'll fix that up, queue the patch up.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/