Assume that all Unix-like systems will want to handle signals and

simplify conditional.

llvm-svn: 248199
This commit is contained in:
Joerg Sonnenberger 2015-09-21 19:38:56 +00:00
parent d742184e0b
commit 64be2d271d
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class kmp_stats_list;
#endif
#include "kmp_i18n.h"
#define KMP_HANDLE_SIGNALS (KMP_OS_LINUX || KMP_OS_FREEBSD || KMP_OS_WINDOWS || KMP_OS_DARWIN)
#define KMP_HANDLE_SIGNALS (KMP_OS_UNIX || KMP_OS_WINDOWS)
#include "kmp_wrapper_malloc.h"
#if KMP_OS_UNIX