[Build-System] Fix NSIG redefinition issue.

This commit is contained in:
Andrey Volk 2023-01-12 18:59:07 +03:00
parent c69c399dd2
commit fe68e3aff4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include "fspr_pools.h"
#include "fspr_errno.h"
#if !defined(_ANSI_SOURCE) && defined(_DARWIN_C_SOURCE)
#if !defined(NSIG) && !defined(_ANSI_SOURCE) && defined(_DARWIN_C_SOURCE)
#define NSIG __DARWIN_NSIG
#endif