pgo: stub implementation of reaper_del()

This commit is contained in:
Daniel Eklöf 2021-01-12 09:20:54 +01:00
parent c83cc7f862
commit fe12c54d35
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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