Menu

#94 pselect: use ptimespec not ptimeval

open
nobody
None
5
2001-12-11
2001-12-11
No

The declaration of Libc.pselect is wrong: the
__timeout argument should have type ptimespec, not
ptimeval:

function pselect(__nfds: Integer; __readfds,
__writefds, __exceptfds: PFDSet;
__timeout: Ptimespec = nil; __sigmask: PSigSet =
nil): Integer; cdecl;

Discussion


Log in to post a comment.

MongoDB Logo MongoDB