diff --git a/include/ucore/tailq.h b/include/ucore/tailq.h index a890b93..3e4ce17 100644 --- a/include/ucore/tailq.h +++ b/include/ucore/tailq.h @@ -189,4 +189,6 @@ static UC_INLINE void uc_tailq_move_tail(struct TailQ *entry, struct TailQ *head (entry) != (head); \ (entry) = (prv), (prv) = (entry)->prev) +#undef UC_INLINE + #endif