This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
httperf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove these; not used.
ahc_fix_select
Adrian Chadd
8 years ago
parent
c62cdb51b9
commit
1e5e8d1bc2
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/core.c
+ 0
- 2
src/core.c
View File
@@ -1504,8 +1504,6 @@ core_loop(void)
readable = rdfds;
writable = wrfds;
min_i = min_sd / NFDBITS;
max_i = max_sd / NFDBITS;
SYSCALL(SELECT, n = select(max_sd + 1, &readable, &writable, 0, &tv));
Write
Preview
Loading…
Cancel
Save