diff options
Diffstat (limited to 'compiler-rt/lib/tsan/go/test.c')
-rw-r--r-- | compiler-rt/lib/tsan/go/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/go/test.c b/compiler-rt/lib/tsan/go/test.c index c6c21a165bd..7d6a8ce3ea9 100644 --- a/compiler-rt/lib/tsan/go/test.c +++ b/compiler-rt/lib/tsan/go/test.c @@ -4,7 +4,7 @@ void __tsan_init(); void __tsan_fini(); void __tsan_event(int typ, int tid, void *pc, void *addr, int info); -int goCallbackCommentPc(void *pc, char **img, char **rtn, char **file, int *l) { +int __tsan_symbolize(void *pc, char **img, char **rtn, char **file, int *l) { return 0; } |