HomeFreeBSD

tests/libalias: Make inline functions static inline

Description

tests/libalias: Make inline functions static inline

In C, plain inline functions should never be used: they should be
declared either static inline or extern inline. In this case, they are
clearly meant to be static inline.

(cherry picked from commit 46aec7fae47ed46368f95338741b4daffa5cbc94)

Details

Provenance
dimAuthored on Dec 20 2021, 9:52 AM
Parents
rG0e426a4a3468: [libcxx] Guard C++20 atomic type aliases
Branches
Unknown
Tags
Unknown