Skip to content

Commit dcb98e5

Browse files
committedSep 6, 2014
Intercept sigfillset() and sigemptyset() for sanitizers needs on FreeBSD
Differential Revision: http://reviews.llvm.org/D5206 llvm-svn: 217307
1 parent eead048 commit dcb98e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@
151151
#define SANITIZER_INTERCEPT_SIGWAIT SI_NOT_WINDOWS
152152
#define SANITIZER_INTERCEPT_SIGWAITINFO SI_LINUX_NOT_ANDROID
153153
#define SANITIZER_INTERCEPT_SIGTIMEDWAIT SI_LINUX_NOT_ANDROID
154-
#define SANITIZER_INTERCEPT_SIGSETOPS SI_MAC || SI_LINUX_NOT_ANDROID
154+
#define SANITIZER_INTERCEPT_SIGSETOPS \
155+
SI_FREEBSD || SI_MAC || SI_LINUX_NOT_ANDROID
155156
#define SANITIZER_INTERCEPT_SIGPENDING SI_NOT_WINDOWS
156157
#define SANITIZER_INTERCEPT_SIGPROCMASK SI_NOT_WINDOWS
157158
#define SANITIZER_INTERCEPT_BACKTRACE SI_LINUX_NOT_ANDROID

0 commit comments

Comments
 (0)