mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
pgo: add fdm_del_no_close()
This commit is contained in:
parent
f36610f154
commit
79182ac287
1 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,12 @@ fdm_del(struct fdm *fdm, int fd)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool
|
||||
fdm_del_no_close(struct fdm *fdm, int fd)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool
|
||||
fdm_event_add(struct fdm *fdm, int fd, int events)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue