Skip to content

Commit

Permalink
Added definition of select() for Watt32.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gisle Vanem committed Oct 31, 2006
1 parent 914dbeb commit c6c8a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ares/ares_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#undef closesocket
#define closesocket(s) close_s(s)
#define writev(s,v,c) writev_s(s,v,c)
#define select(n,r,w,x,t) select_s(n,r,w,x,t)
#endif

#ifdef NETWARE
Expand Down

0 comments on commit c6c8a30

Please sign in to comment.