mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5b045c6542
commit
982e6e91a7
2 changed files with 2 additions and 0 deletions
|
@ -176,6 +176,7 @@ extern SOCKET myaccept(SOCKET, struct sockaddr *, int *);
|
|||
extern int mybind(SOCKET, struct sockaddr *, int);
|
||||
extern int myconnect(SOCKET, struct sockaddr *, int);
|
||||
extern void myfdset(int, fd_set*);
|
||||
extern void myfdclr(int, fd_set*);
|
||||
extern int myfdisset(int, fd_set*);
|
||||
extern long myselect(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
||||
extern int mygetpeername(SOCKET, struct sockaddr *, int *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue