mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
cdefs: Add a default definition for __nosanitizememory
MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
8801440e4f
commit
f537ff8ee5
@ -714,6 +714,7 @@
|
||||
#define __nosanitizethread __attribute__((no_sanitize("thread")))
|
||||
#else
|
||||
#define __nosanitizeaddress
|
||||
#define __nosanitizememory
|
||||
#define __nosanitizethread
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user