Skip to content

Fix EINTR handling in clock_nanosleep

Mok Keith requested to merge ek9852/drm-hwcomposer:nanosleep_fix into main

clock_nanosleep return errno directly instead of -1 with errno set

Signed-off-by: Keith Mok keithmok@google.com

Merge request reports