Commit 5c516b84 authored by Eric Wong's avatar Eric Wong Committed by Max Kellermann

directory.h: remove directory_sigChldHandler decl

We no longer fork for directory updates, so we no longer have children to reap.
parent 3b8bc33a
......@@ -42,8 +42,6 @@ void reap_update_task(void);
int isUpdatingDB(void);
void directory_sigChldHandler(int pid, int status);
/**
* Starts the tag cache update in the specified location(s). Returns
* the job id on success, -1 on error or 0 if an update is already
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment