diff options
author | Thomas Weißschuh <linux@weissschuh.net> | 2023-04-07 00:54:48 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2023-06-09 21:46:07 +0300 |
commit | 0738c2d7bf93cb2c11cd4b24b53a77fe9faaad5d (patch) | |
tree | 041d880a06d40c73b6301baf27b72818e27c483d /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 7f291cfa90d7f95da11fe9aa7062344ddfce603a (diff) | |
download | linux-0738c2d7bf93cb2c11cd4b24b53a77fe9faaad5d.tar.xz |
tools/nolibc: use __inline__ syntax
When building in strict C89 mode the "inline" keyword is unknown.
While "__inline__" is non-standard it is used by the kernel headers
themselves.
So the used compilers would have to support it or the users shim it with
a #define.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions