Fix compilation when HAVE_DECL_SIG2STR_MAX is not defined.
This commit is contained in:
@@ -312,7 +312,7 @@ extern int errno;
|
||||
#endif
|
||||
|
||||
/* For sig2str() */
|
||||
#if defined(HAVE_DECL_SIG2STR_MAX) && !HAVE_DECL_SIG2STR_MAX
|
||||
#if !defined(HAVE_DECL_SIG2STR_MAX) || !HAVE_DECL_SIG2STR_MAX
|
||||
# define SIG2STR_MAX 32
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user