2006-08-09 23:09:00

by Toyo Abe

[permalink] [raw]
Subject: [PATCH 0/2] posix-timers: Fix wrong behaviour of clock_nanosleep()

This patch set fixes 2 problems in clock_nanosleep(). One is clock_nanosleep()
does not return the remaining time and returns wrong errno to user in compatibility
mode, if it is interrupted by a signal and restarts sleeping.
The other one is posix_cpu_nsleep() does not handle the flags argument properly.

Sincerely,
Toyo Abe <[email protected]>