Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 900d7c8f authored by threader's avatar threader Committed by Bernhard Thoben
Browse files

lib: refcount: fix unterminated ifdef after importing

parent 2a09a3a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@ static inline void refcount_dec(refcount_t *r)
{
	atomic_dec(&r->refs);
}
# endif /* !CONFIG_ARCH_HAS_REFCOUNT */
#endif /* CONFIG_REFCOUNT_FULL */

extern __must_check bool refcount_dec_if_one(refcount_t *r);