diff options
| author | Thomas Weißschuh <[email protected]> | 2023-04-06 21:54:48 +0000 |
|---|---|---|
| committer | Paul E. McKenney <[email protected]> | 2023-06-09 11:46:07 -0700 |
| commit | 0738c2d7bf93cb2c11cd4b24b53a77fe9faaad5d (patch) | |
| tree | 041d880a06d40c73b6301baf27b72818e27c483d /tools/perf/scripts/python/stackcollapse.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 <[email protected]>
Signed-off-by: Willy Tarreau <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions