mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
b6db0a5621
With compilers which follow the C99 standard (like modern versions of gcc and
clang), "extern inline" does the opposite thing from older versions of gcc
(emits code for an externally linkable version of the inline function).
"static inline" does the intended behavior in all cases instead.
Description taken from:
"staging, rtl8192e, LLVMLinux: Change extern inline to static inline"
(sha1:
|
||
---|---|---|
.. | ||
asm | ||
uapi/asm |