diff options
| author | Thomas Weißschuh <linux@weissschuh.net> | 2023-04-06 21:54:48 +0000 |
|---|---|---|
| committer | Paul E. McKenney <paulmck@kernel.org> | 2023-06-09 11:46:07 -0700 |
| commit | 0738c2d7bf93cb2c11cd4b24b53a77fe9faaad5d (patch) | |
| tree | 041d880a06d40c73b6301baf27b72818e27c483d /scripts/gdb/linux/utils.py | |
| parent | 7f291cfa90d7f95da11fe9aa7062344ddfce603a (diff) | |
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 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions
