]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libsanitizer/tsan/tsan_interface.h
[libsanitizer] merge from upstream r168699
[thirdparty/gcc.git] / libsanitizer / tsan / tsan_interface.h
index dede9be5f06d4358c3571adf63698dd60a98294b..e3c89714d092b6d784d6c89813e53b50fdbbb44e 100644 (file)
@@ -42,6 +42,9 @@ void __tsan_vptr_update(void **vptr_p, void *new_val);
 void __tsan_func_entry(void *call_pc);
 void __tsan_func_exit();
 
+void __tsan_read_range(void *addr, unsigned long size);  // NOLINT
+void __tsan_write_range(void *addr, unsigned long size);  // NOLINT
+
 #ifdef __cplusplus
 }  // extern "C"
 #endif