Skip to content

Commit b92a139

Browse files
authored
Merge pull request #3832 from rhc54/cmr30/mb
Prefix the MB macro in one more place
2 parents 147f014 + c620e61 commit b92a139

File tree

1 file changed

+1
-1
lines changed
  • opal/mca/pmix/pmix2x/pmix/src/atomics/sys/sync_builtin

1 file changed

+1
-1
lines changed

opal/mca/pmix/pmix2x/pmix/src/atomics/sys/sync_builtin/atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static inline void pmix_atomic_wmb(void)
4646
__sync_synchronize();
4747
}
4848

49-
#define MB() pmix_atomic_mb()
49+
#define PMIXMB() pmix_atomic_mb()
5050

5151
/**********************************************************************
5252
*

0 commit comments

Comments
 (0)