Skip to content

Commit b2f90e5

Browse files
author
Ralph Castain
authored
Merge pull request #3831 from rhc54/topic/fix
Prefix the MB macro in one more place
2 parents 823382f + a190b4b commit b2f90e5

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)