[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] If 'poll()' signals a file descriptor with POLLHUP or POLLERR, immediately...
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] If 'poll()' signals a file descriptor with POLLHUP or POLLERR, immediately...
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Sat, 22 Feb 2025 19:59:04 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 3c6144fe by Benoît Minisini at 2025-02-22T20:57:53+01:00 If 'poll()' signals a file descriptor with POLLHUP or POLLERR, immediately remove the watch, otherwise the fd will be signaled again and again. [INTERPRETER] * BUG: If 'poll()' signals a file descriptor with POLLHUP or POLLERR, immediately remove the watch, otherwise the fd will be signaled again and again. - - - - - 1 changed file: - main/gbx/gbx_watch.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3c6144fe0bec828944e6a75fedc494b67eaac8b5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3c6144fe0bec828944e6a75fedc494b67eaac8b5 You're receiving this email because of your account on gitlab.com.