This patchset implements the POSIX clock_nanosleep(2) function:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_nanosleep.html
http://www.kernel.org/doc/man-pages/online/pages/man2/clock_nanosleep.2.html
In summary, clock_nanosleep(2) replaces nanosleep(2) as the primary
sleeping
On Tue, Jul 19, 2011 at 09:43:43AM +0200, Corinna Vinschen wrote:
>On Jul 18 21:20, Yaakov (Cygwin/X) wrote:
>> This patch adds getconf(1) as required by POSIX:
>
>This looks good. I'm just wondering... on one hand the code seems to
>have nothing Cygwin-specifc and could be packed as an external p
Hi Yaakov,
On Jul 18 21:20, Yaakov (Cygwin/X) wrote:
> This patch adds getconf(1) as required by POSIX:
This looks good. I'm just wondering... on one hand the code seems to
have nothing Cygwin-specifc and could be packed as an external package
like any other POSIX tool, on the other hand I can s