Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
Reverse Diff
Changes in
sock.h
[25b5a4a:136c2bb]
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
File:
1 edited
sock.h
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
sock.h
r25b5a4a
r136c2bb
11
11
#define sock_make_blocking(fd) fcntl(fd, F_SETFL, 0)
12
12
#define sockerr_again() (errno == EINPROGRESS || errno == EINTR)
13
#ifndef EVENTS_LIBEVENT
14
#define closesocket(a) close(a)
15
#else
13
16
void closesocket( int fd );
17
#endif
14
18
#else
15
19
# include <winsock2.h>
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive