From 9ce917012604279718d008c87fabfe2f7182fd56 Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Fri, 13 Mar 2026 15:16:06 +0000 Subject: [PATCH] fixup! fs-poll: remove uv_fs_poll_t entirely --- docs/src/fs_poll.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/fs_poll.rst b/docs/src/fs_poll.rst index ecd0b5365..9c0407812 100644 --- a/docs/src/fs_poll.rst +++ b/docs/src/fs_poll.rst @@ -6,5 +6,6 @@ .. deprecated:: - ``uv_fs_poll_t`` has been removed. Use :c:type:`uv_fs_event_t` instead. - See `issue #4543 `_ for details. + ``uv_fs_poll_t`` has been removed. Use :c:type:`uv_fs_stat` instead with a + manual :c:type:`uv_timer` instead. See `issue #4543 + `_ for details.