mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
SIGRTMIN additions
In addition to [FreeBSD 14] there is another place, where we (re)define SIGRTMIN - in SMB_IF_RTSIGNAL_BUG macro in /source3/m4/aclocal.m4. Here is another small patch. With regards, Timur Bakeyev. Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
ab88f9017c
commit
96eaa412e6
3
source3/m4/aclocal.m4
vendored
3
source3/m4/aclocal.m4
vendored
@ -828,6 +828,9 @@ AC_DEFUN([SMB_IF_RTSIGNAL_BUG],
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
|
||||
#ifndef SIGRTMIN
|
||||
#define SIGRTMIN NSIG
|
||||
#endif
|
||||
/* from smbd/notify_kernel.c */
|
||||
#ifndef RT_SIGNAL_NOTIFY
|
||||
#define RT_SIGNAL_NOTIFY (SIGRTMIN+2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user