From b0ee8aac88dfad1a2d7c47f49670e52b368fa580 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 17 Dec 2007 07:46:30 +0000 Subject: created thread-class internal wrapper for calling user supplied thread main function --- syslogd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index d762cf3b..e7d09fbc 100644 --- a/syslogd.c +++ b/syslogd.c @@ -2629,7 +2629,8 @@ static void startWorker(void) * worker thread. Having more than one worker requires considerable * additional code review in regard to thread-safety. */ -static void *singleWorker() +static void * +singleWorker() { msgQueue *fifo = pMsgQueue; msg_t *pMsg; -- cgit v1.2.3