From: khizmax Date: Tue, 29 Nov 2016 20:43:22 +0000 (+0300) Subject: Fixed a typo X-Git-Tag: v2.2.0~31 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7fd5d578ad6ba6ccee6a00ac2002acfd9a4889bd;p=libcds.git Fixed a typo --- 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 ); }