Checking patch time/tst-clock2.c... error: while searching for: puts ("clock_settime(CLOCK_MONOTONIC) did not fail"); return 1; } if (errno != EINVAL) { printf ("clock_settime(CLOCK_MONOTONIC) set errno to %d, expected %d\n", errno, EINVAL); return 1; } return 0; error: patch failed: time/tst-clock2.c:27 error: time/tst-clock2.c: patch does not apply