diff --git a/c/libuv/fs.go b/c/libuv/fs.go index 42afbe8a..227d4a8c 100644 --- a/c/libuv/fs.go +++ b/c/libuv/fs.go @@ -112,7 +112,7 @@ type FsPollCb func(handle *FsPoll, status c.Int, events c.Int) /* Fs related function and method */ //go:linkname FsGetType C.uv_fs_get_type -func FsGetType(req *Fs) *FsType +func FsGetType(req *Fs) FsType //go:linkname FsGetPath C.uv_fs_get_path func FsGetPath(req *Fs) *c.Char