Fixed a typo
authorkhizmax <libcds.dev@gmail.com>
Tue, 29 Nov 2016 20:43:22 +0000 (23:43 +0300)
committerkhizmax <libcds.dev@gmail.com>
Tue, 29 Nov 2016 20:43:22 +0000 (23:43 +0300)
cds/compiler/feature_tsan.h

index 193cfb6efff6e62bcb8ae67dee0696850bda0643..7703be40ca1c23db47aca63002737adb90a0fd2d 100644 (file)
@@ -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 );
     }