commit | 58f06e11122723d68c5cb393aeb4ed1c7a2e7bfe | [log] [tgz] |
---|---|---|
author | Nick Desaulniers <ndesaulniers@google.com> | Wed Apr 17 10:23:50 2024 -0700 |
committer | Nick Desaulniers <ndesaulniers@google.com> | Wed Apr 17 10:51:09 2024 -0700 |
tree | a600303ad9715d557fa9548b8eab72d9a7e575b1 | |
parent | c574f79afaaad84c62e2e03d9a4894392358db74 [diff] [blame] |
Use inline keyword without underscores consistently s/__inline__/inline s/__inline/inline Change-Id: I5d8d930a7a41d678a0795e7a608dacbb9eb8cb37
diff --git a/libc/include/bits/swab.h b/libc/include/bits/swab.h index 9591c2e..ebb7c74 100644 --- a/libc/include/bits/swab.h +++ b/libc/include/bits/swab.h
@@ -33,7 +33,7 @@ #include <sys/types.h> #if !defined(__BIONIC_SWAB_INLINE) -#define __BIONIC_SWAB_INLINE static __inline +#define __BIONIC_SWAB_INLINE static inline #endif __BEGIN_DECLS