OSSP CVS Repository

ossp - Check-in [2780]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2780
Date: 2002-Nov-08 17:20:15 (local)
2002-Nov-08 16:20:15 (UTC)
User:rse
Branch:
Comment: cosmetics: be conistent with pth_select_ev parameter names
Tickets:
Inspections:
Files:
ossp-pkg/pth/pth_high.c      1.101 -> 1.102     3 inserted, 3 deleted

ossp-pkg/pth/pth_high.c 1.101 -> 1.102

--- pth_high.c   2002/11/08 15:35:30     1.101
+++ pth_high.c   2002/11/08 16:20:15     1.102
@@ -273,10 +273,10 @@
 }
 
 /* Pth variant of select(2) */
-int pth_select(int nfds, fd_set *readfds, fd_set *writefds,
-               fd_set *exceptfds, struct timeval *timeout)
+int pth_select(int nfds, fd_set *rfds, fd_set *wfds,
+               fd_set *efds, struct timeval *timeout)
 {
-    return pth_select_ev(nfds, readfds, writefds, exceptfds, timeout, NULL);
+    return pth_select_ev(nfds, rfds, wfds, efds, timeout, NULL);
 }
 
 /* Pth variant of select(2) with extra events */

CVSTrac 2.0.1