Skip to content

Commit

Permalink
uv: merge luvit/luv#637
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 committed Mar 18, 2023
1 parent 1176d7e commit 2568e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/uv.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2240,12 +2240,12 @@ function uv.new_fs_poll() end
---**Note:** For maximum portability, use multi-second intervals. Sub-second
---intervals will not detect all changes on many file systems.
---
---@param fs_event uv_fs_event_t
---@param fs_poll uv_fs_poll_t
---@param path string
---@param interval integer
---@param callback fun(err?: string, prev: uv.aliases.fs_stat_table, curr: uv.aliases.fs_stat_table)
---@return 0|nil success, string? err_name, string? err_msg
function uv.fs_poll_start(fs_event, path, interval, callback) end
function uv.fs_poll_start(fs_poll, path, interval, callback) end
uv_fs_poll_t.start = uv.fs_poll_start

---
Expand Down

0 comments on commit 2568e51

Please sign in to comment.