From 3f0ae13c4b409bcf39d926f5e73d5eb0feff6eb3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 23 Sep 2008 22:37:18 +0200 Subject: directory: update do its work inside a thread A lot of the preparation was needed (and done in previous months) in making update thread-safe, but here it is. This was the first thing I made work inside a thread when I started mpd-uclinux many years ago, and also the last thing I've done in mainline mpd to work inside a thread, go figure. --- src/sig_handlers.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sig_handlers.c') diff --git a/src/sig_handlers.c b/src/sig_handlers.c index 6b28cb675..e4ac21f22 100644 --- a/src/sig_handlers.c +++ b/src/sig_handlers.c @@ -57,7 +57,6 @@ static void chldSigHandler(mpd_unused int sig) else break; } - directory_sigChldHandler(pid, status); } } -- cgit v1.2.3