mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -05:00
pgo: stub implementation of reaper_del()
This commit is contained in:
parent
a698fa62e2
commit
1d6b7d7a35
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_del(struct reaper *reaper, pid_t pid) {}
|
||||
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue