Skip to content
Snippets Groups Projects
Commit 1f2c9396 authored by Constantin Papizh's avatar Constantin Papizh
Browse files

type fixed

parent 3a9d3cb1
No related branches found
No related tags found
1 merge request!13type fixed
......@@ -61,7 +61,7 @@ static void *_cdb_bgtask_func(void *arg)
CDBBGTASK *bt = (CDBBGTASK *)arg;
#ifndef _WIN32
/* block all signals coming into current thread */
_sigset_t smask;
sigset_t smask;
sigfillset(&smask);
pthread_sigmask(SIG_BLOCK, &smask, NULL);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment