Set SIGRTMIN to NSIG
authorTimur I. Bakeyev <timur@com.bat.ru>
Sun, 7 Jun 2009 13:58:38 +0000 (13:58 +0000)
committerStefan Metzmacher <metze@samba.org>
Mon, 8 Jun 2009 11:20:52 +0000 (13:20 +0200)
commitab88f9017c977af3bb669a638f77552defff3fbf
tree8fa1e4d1a6c20eab9cab58009f95a6200c2eb964
parent16f5aedea0cd05113b5fbed06e140d7fedbad095
Set SIGRTMIN to NSIG

In the includes we define SIGRTMIN to 32 if it's not defined already. This
value could be fairly low and it's better to use NSIG(number of defined
signals) as the lower mark for the available signals.

We have similar defenition in the source3/smbd/aio.c, which can be safely
removed, as it comes from includes.h then.

With regards,
Timur Bakeyev.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/include/includes.h
source3/smbd/aio.c