This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libowfat
mirror of
/home/gitosis/repositories/libowfat.git
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
add io_finishandshutdown
master
Felix von Leitner
17 years ago
parent
3fb960078f
commit
73f198b17d
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
io/io_finishandshutdown.c
+ 6
- 0
io/io_finishandshutdown.c
View File
@ -0,0 +1,6 @@
#
include
"io_internal.h"
void
io_finishandshutdown
(
void
)
{
array_reset
(
&
io_fds
)
;
array_reset
(
&
io_pollfds
)
;
}
Write
Preview
Loading…
Cancel
Save