8000 fix macros (#14481) · arangodb/arangodb@fd00b75 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd00b75

Browse files
committed
fix macros (#14481)
1 parent d370ced commit fd00b75

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

3rdParty/iresearch/external/absl/absl/base/dynamic_annotations.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194

195195
// Function prototypes of annotations provided by the compiler-based sanitizer
196196
// implementation.
197-
ABSL_INTERNAL_BEGIN_EXTERN_C
197+
IRESEARCH_ABSL_INTERNAL_BEGIN_EXTERN_C
198198
void AnnotateRWLockCreate(const char* file, int line,
199199
const volatile void* lock);
200200
void AnnotateRWLockCreateStatic(const char* file, int line,
@@ -212,7 +212,7 @@ void AnnotateBenignRaceSized(const char* file, int line,
212212
const char* description);
213213
void AnnotateThreadName(const char* file, int line, const char* name);
214214
void AnnotateEnableRaceDetection(const char* file, int line, int enable);
215-
ABSL_INTERNAL_END_EXTERN_C
215+
IRESEARCH_ABSL_INTERNAL_END_EXTERN_C
216216

217217
#else // IRESEARCH_ABSL_INTERNAL_RACE_ANNOTATIONS_ENABLED == 0
218218

@@ -300,12 +300,12 @@ ABSL_INTERNAL_END_EXTERN_C
300300

301301
// Function prototypes of annotations provided by the compiler-based sanitizer
302302
// implementation.
303-
ABSL_INTERNAL_BEGIN_EXTERN_C
303+
IRESEARCH_ABSL_INTERNAL_BEGIN_EXTERN_C
304304
void AnnotateIgnoreReadsBegin(const char* file, int line)
305305
IRESEARCH_ABSL_INTERNAL_IGNORE_READS_BEGIN_ATTRIBUTE;
306306
void AnnotateIgnoreReadsEnd(const char* file,
307307
int line) IRESEARCH_ABSL_INTERNAL_IGNORE_READS_END_ATTRIBUTE;
308-
ABSL_INTERNAL_END_EXTERN_C
308+
IRESEARCH_ABSL_INTERNAL_END_EXTERN_C
309309

310310
#elif defined(IRESEARCH_ABSL_INTERNAL_ANNOTALYSIS_ENABLED)
311311

@@ -350,10 +350,10 @@ IRESEARCH_ABSL_INTERNAL_STATIC_INLINE void AbslInternalAnnotateIgnoreReadsEnd()
350350

351351
// Function prototypes of annotations provided by the compiler-based sanitizer
352352
// implementation.
353-
ABSL_INTERNAL_BEGIN_EXTERN_C
353+
IRESEARCH_ABSL_INTERNAL_BEGIN_EXTERN_C
354354
void AnnotateIgnoreWritesBegin(const char* file, int line);
355355
void AnnotateIgnoreWritesEnd(const char* file, int line);
356-
ABSL_INTERNAL_END_EXTERN_C
356+
IRESEARCH_ABSL_INTERNAL_END_EXTERN_C
357357

358358
#else
359359

@@ -421,10 +421,10 @@ IRESEARCH_ABSL_NAMESPACE_END
421421

422422
#ifdef __cplusplus
423423
#ifdef IRESEARCH_ABSL_HAVE_THREAD_SANITIZER
424-
ABSL_INTERNAL_BEGIN_EXTERN_C
424+
IRESEARCH_ABSL_INTERNAL_BEGIN_EXTERN_C
425425
int RunningOnValgrind();
426426
double ValgrindSlowdown();
427-
ABSL_INTERNAL_END_EXTERN_C
427+
IRESEARCH_ABSL_INTERNAL_END_EXTERN_C
428428
#else
429429
namespace iresearch_absl {
430430
IRESEARCH_ABSL_NAMESPACE_BEGIN

0 commit comments

Comments
 (0)
0