From 7fd5d578ad6ba6ccee6a00ac2002acfd9a4889bd Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 29 Nov 2016 23:43:22 +0300 Subject: [PATCH] Fixed a typo --- cds/compiler/feature_tsan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cds/compiler/feature_tsan.h b/cds/compiler/feature_tsan.h index 193cfb6e..7703be40 100644 --- a/cds/compiler/feature_tsan.h +++ b/cds/compiler/feature_tsan.h @@ -71,8 +71,8 @@ void AnnotateNewMemory(char *f, int l, void * mem, size_t size); - void AnnotateRWLockCreate( char *f, int l, void* m ) - void AnnotateRWLockDestroy( char *f, int l, void* m ) + void AnnotateRWLockCreate( char *f, int l, void* m ); + void AnnotateRWLockDestroy( char *f, int l, void* m ); void AnnotateRWLockAcquired( const char *f, int l, void *m, long is_w ); void AnnotateRWLockReleased( const char *f, int l, void *m, long is_w ); } -- 2.34.1