Check-in Number:
|
2629 | |
Date: |
2002-Oct-20 18:10:38 (local)
2002-Oct-20 16:10:38 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix left-over from cut & paste |
Tickets: |
|
Inspections: |
|
Files: |
|
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);
|
|