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