mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-08 05:34:00 -04:00
pgo: stub implementation of reaper_del()
This commit is contained in:
parent
c83cc7f862
commit
fe12c54d35
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ notify_notify(const struct terminal *term, const char *title, const char *body)
|
||||||
}
|
}
|
||||||
|
|
||||||
void reaper_add(struct reaper *reaper, pid_t pid, reaper_cb cb, void *cb_data) {}
|
void reaper_add(struct reaper *reaper, pid_t pid, reaper_cb cb, void *cb_data) {}
|
||||||
|
void reaper_del(struct reaper *reaper, pid_t pid) {}
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue