mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 21:05:06 +00:00
11 lines
271 B
Diff
11 lines
271 B
Diff
--- mandoc-1.14.5/catman.c.orig Sun Jan 19 23:55:20 2020
|
|
+++ mandoc-1.14.5/catman.c Sun Jan 19 23:55:30 2020
|
|
@@ -113,7 +113,7 @@
|
|
if ((sz = sendmsg(fd, &msg, 0)) != -1 ||
|
|
errno != EAGAIN)
|
|
break;
|
|
- nanosleep(&timeout, NULL);
|
|
+ sleep(1);
|
|
}
|
|
return sz;
|
|
}
|