projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0d7195
)
Fixed a typo
author
khizmax
<libcds.dev@gmail.com>
Tue, 29 Nov 2016 20:43:22 +0000
(23:43 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Tue, 29 Nov 2016 20:43:22 +0000
(23:43 +0300)
cds/compiler/feature_tsan.h
patch
|
blob
|
history
diff --git
a/cds/compiler/feature_tsan.h
b/cds/compiler/feature_tsan.h
index 193cfb6efff6e62bcb8ae67dee0696850bda0643..7703be40ca1c23db47aca63002737adb90a0fd2d 100644
(file)
--- 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 );
}