diff options
Diffstat (limited to 'xlators/features/changelog/src/changelog-helpers.c')
| -rw-r--r-- | xlators/features/changelog/src/changelog-helpers.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/changelog/src/changelog-helpers.c b/xlators/features/changelog/src/changelog-helpers.c index ba3367b339a..07c6096dce5 100644 --- a/xlators/features/changelog/src/changelog-helpers.c +++ b/xlators/features/changelog/src/changelog-helpers.c @@ -25,7 +25,7 @@  #include "changelog-encoders.h"  #include <pthread.h> -inline void +static inline void  __mask_cancellation (xlator_t *this)  {          int ret = 0; @@ -36,7 +36,7 @@ __mask_cancellation (xlator_t *this)                          "failed to disable thread cancellation");  } -inline void +static inline void  __unmask_cancellation (xlator_t *this)  {          int ret = 0;  | 
