projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b88856
)
Fixed typo
author
khizmax
<libcds.dev@gmail.com>
Thu, 1 Dec 2016 19:37:42 +0000
(22:37 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Thu, 1 Dec 2016 19:37:42 +0000
(22:37 +0300)
cds/compiler/feature_tsan.h
patch
|
blob
|
history
diff --git
a/cds/compiler/feature_tsan.h
b/cds/compiler/feature_tsan.h
index 3f6e67baa161594d2ca762aeca0364cc35d6bfcd..2b1d7d7fe97ddd246fa111c0f0dc6a5ffb18e05e 100644
(file)
--- a/
cds/compiler/feature_tsan.h
+++ b/
cds/compiler/feature_tsan.h
@@
-70,7
+70,7
@@
void AnnotateIgnoreWritesBegin(const char *f, int l);
void AnnotateIgnoreWritesEnd(const char *f, int l);
- void AnnotatePublishMemoryRange( const char *f, int l, void * mem, size_t size )
+ void AnnotatePublishMemoryRange( const char *f, int l, void * mem, size_t size )
;
void AnnotateNewMemory( const char *f, int l, void * mem, size_t size );
void AnnotateRWLockCreate( const char *f, int l, void* m );