On Sat, Jul 09, 2011, Paul Irofti wrote: > Mostly for people asking for my secret diffs. > > This is the cas diff...
> +int
> +tstohz(const struct timespec *ts)
> +{
> +int
> +itimespecfix(struct timespec *ts)
> +{
These functions can't go here with these names. That's too generic.
Add futex prefixes. Or use existing functions. There's already a
tvtohz for instance.
