mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[Sanitizer] nl_langinfo forgotten bit.
M lib/sanitizer_common/sanitizer_platform_interceptors.h llvm-svn: 348377
This commit is contained in:
parent
f3233b2ff2
commit
82494cb8cf
@ -526,7 +526,7 @@
|
||||
#define SANITIZER_INTERCEPT_SYSCTL (SI_NETBSD || SI_FREEBSD)
|
||||
#define SANITIZER_INTERCEPT_ASYSCTL SI_NETBSD
|
||||
#define SANITIZER_INTERCEPT_SYSCTLGETMIBINFO SI_NETBSD
|
||||
#define SANITIZER_INTERCEPT_NL_LANGINFO SI_NETBSD
|
||||
#define SANITIZER_INTERCEPT_NL_LANGINFO (SI_NETBSD || SI_FREEBSD)
|
||||
#define SANITIZER_INTERCEPT_MODCTL SI_NETBSD
|
||||
|
||||
#endif // #ifndef SANITIZER_PLATFORM_INTERCEPTORS_H
|
||||
|
Loading…
Reference in New Issue
Block a user