Re: [PATCH] time: Add macros to prevent duplicate inclusion of headers

From: Thomas Gleixner
Date: Sun Mar 09 2025 - 14:33:28 EST


On Sun, Mar 09 2025 at 23:05, Qiuer Zhu wrote:
> Add macros to prevent duplicate inclusion of tick-internal.h
> and posix-timers.h.

That's a problem for public headers, but not for directory local
headers. They don't suffer the problem of accidental recursion.

Thanks,

tglx