Files
llgo/runtime/internal/clite/libuv/_wrap/libuv.c

5 lines
100 B
C
Raw Normal View History

2025-02-14 17:18:13 +08:00
#include <uv.h>
int uv_tcp_get_io_watcher_fd (uv_tcp_t* handle) {
return handle->io_watcher.fd;
}