You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`_SD_ARRAY_STATIC` is a custom / conditional macro for static C99
array size, which got introduced in recent libsystemd and thus cannot
build on older versions.
Due to how it is currently used in our Go wrapper, it can be safely
omitted from here.
Ref: systemd/systemd@4199f68
0 commit comments