4
0
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:
Mark Johnston 2021-07-23 10:30:00 -04:00 committed by Sebastian Huber
parent 8801440e4f
commit f537ff8ee5

View File

@ -714,6 +714,7 @@
#define __nosanitizethread __attribute__((no_sanitize("thread")))
#else
#define __nosanitizeaddress
#define __nosanitizememory
#define __nosanitizethread
#endif