directory.h: remove directory_sigChldHandler decl
We no longer fork for directory updates, so we no longer have children to reap.
This commit is contained in:
parent
3b8bc33a04
commit
5c516b8421
@ -42,8 +42,6 @@ void reap_update_task(void);
|
|||||||
|
|
||||||
int isUpdatingDB(void);
|
int isUpdatingDB(void);
|
||||||
|
|
||||||
void directory_sigChldHandler(int pid, int status);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Starts the tag cache update in the specified location(s). Returns
|
* 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
|
* the job id on success, -1 on error or 0 if an update is already
|
||||||
|
Loading…
Reference in New Issue
Block a user