commio: further win32 fixes
This commit is contained in:
parent
7dbf237f93
commit
339150ec60
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ struct rb_iovec
|
|||
|
||||
void rb_fdlist_init(int closeall, int maxfds, size_t heapsize);
|
||||
|
||||
rb_fde_t *rb_open(int, uint8_t, const char *);
|
||||
rb_fde_t *rb_open(rb_platform_fd_t, uint8_t, const char *);
|
||||
void rb_close(rb_fde_t *);
|
||||
void rb_dump_fd(DUMPCB *, void *xdata);
|
||||
void rb_note(rb_fde_t *, const char *);
|
||||
|
|
|
@ -74,7 +74,7 @@ static void mangle_mapped_sockaddr(struct sockaddr *in);
|
|||
#endif
|
||||
|
||||
#ifndef HAVE_SOCKETPAIR
|
||||
static int rb_inet_socketpair(int d, int type, int protocol, int sv[2]);
|
||||
static int rb_inet_socketpair(int d, int type, int protocol, rb_platform_fd_t sv[2]);
|
||||
static int rb_inet_socketpair_udp(rb_fde_t **newF1, rb_fde_t **newF2);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue