X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=datarace.h;fp=datarace.h;h=c36af066deceec59e6e2d14e9f0c1ada872dcdc0;hb=1e3cce83f208da50a267c163841f12d491aeec86;hp=2518464af9aa016bfea09050764e240e58a511b9;hpb=638ad334ebfab1329faaba7c1b554e8c59af5cf6;p=c11tester.git diff --git a/datarace.h b/datarace.h index 2518464a..c36af066 100644 --- a/datarace.h +++ b/datarace.h @@ -60,10 +60,10 @@ void raceCheckRead16(thread_id_t thread, const void *location); void raceCheckRead32(thread_id_t thread, const void *location); void raceCheckRead64(thread_id_t thread, const void *location); -void raceCheckWrite8(thread_id_t thread, void *location); -void raceCheckWrite16(thread_id_t thread, void *location); -void raceCheckWrite32(thread_id_t thread, void *location); -void raceCheckWrite64(thread_id_t thread, void *location); +void raceCheckWrite8(thread_id_t thread, const void *location); +void raceCheckWrite16(thread_id_t thread, const void *location); +void raceCheckWrite32(thread_id_t thread, const void *location); +void raceCheckWrite64(thread_id_t thread, const void *location); /** * @brief A record of information for detecting data races