diff options
Diffstat (limited to 'core/safe_refcount.h')
| -rw-r--r-- | core/safe_refcount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/safe_refcount.h b/core/safe_refcount.h index 08bea9d244..6e349d89d8 100644 --- a/core/safe_refcount.h +++ b/core/safe_refcount.h @@ -38,6 +38,7 @@ uint32_t atomic_conditional_increment( register uint32_t * counter ); uint32_t atomic_decrement( register uint32_t * pw ); +uint32_t atomic_increment( register uint32_t * pw ); |