From f4a0f856f31291dd316a937f8060d2f205e8d4d6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 24 Apr 2011 10:09:45 +0200 Subject: s3: pthreadpool_sig_fd->pthreadpool_signal_fd --- source3/lib/pthreadpool/pthreadpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/pthreadpool/pthreadpool.c') diff --git a/source3/lib/pthreadpool/pthreadpool.c b/source3/lib/pthreadpool/pthreadpool.c index 4605538cf28..2a75a525577 100644 --- a/source3/lib/pthreadpool/pthreadpool.c +++ b/source3/lib/pthreadpool/pthreadpool.c @@ -250,7 +250,7 @@ static void pthreadpool_prep_atfork(void) * finished */ -int pthreadpool_sig_fd(struct pthreadpool *pool) +int pthreadpool_signal_fd(struct pthreadpool *pool) { return pool->sig_pipe[0]; } -- cgit