ossp-pkg/pth/pth_high.c 1.85 -> 1.86
--- pth_high.c 2002/10/15 21:14:27 1.85
+++ pth_high.c 2002/10/20 16:10:38 1.86
@@ -362,7 +362,7 @@
return rc;
}
-/* Pth variant of select(2) */
+/* Pth variant of poll(2) */
int pth_poll(struct pollfd *pfd, nfds_t nfd, int timeout)
{
return pth_poll_ev(pfd, nfd, timeout, NULL);
|
|