runtime: testing runtime
This commit is contained in:
5
runtime/internal/clite/libuv/_wrap/libuv.c
Normal file
5
runtime/internal/clite/libuv/_wrap/libuv.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <uv.h>
|
||||
|
||||
int uv_tcp_get_io_watcher_fd (uv_tcp_t* handle) {
|
||||
return handle->io_watcher.fd;
|
||||
}
|
||||
Reference in New Issue
Block a user