Re: Remaining time for clock_nanosleep(2) & TIMER_ABSTIME

2016-11-11 Thread Christos Zoulas
In article <2016132343.ga20...@issan.sis.pasteur.fr>, Nicolas Joly wrote: >-=-=-=-=-=- Ship it! christos

Remaining time for clock_nanosleep(2) & TIMER_ABSTIME

2016-11-11 Thread Nicolas Joly
Hi, Accodring to the Open Group online specification[1] for clock_nanosleep(2); if TIMER_ABSTIME is set, the timespec struct to report the remaining time should not be altered. But our implementation do not obey, setting all struct members to 0. Here are 2 patches for review : 1) netbsd-clockna