Hi
I am all for this as I already have created a port but did not
submit it yet. My approach to sigtimedwait() is the following:
+#if defined(__OpenBSD__)
+ rc = syscall(SYS___thrsigdivert, signal_set, NULL, &timeout);
+#else
rc = sigtimedwait(&signal_set, NULL, &timeout);
+
No comments:
Post a Comment