diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-02-03 00:58:02 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-02-19 18:20:40 +0900 |
commit | aa8427fb130f323e5e27dfe25dee9b514462dde7 (patch) | |
tree | 001130269aa7806de1853d16bf88db62a7422c3a /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 17787468d4e73dc478738a4e6d2809d907c50c25 (diff) |
kconfig: remove compat_getline()
Commit 1a7a8c6fd8ca ("kconfig: allow long lines in config file") added
a self-implemented getline() for better portability.
However, getline() is standardized [1] and already used in other programs
such as scripts/kallsyms.c.
Use getline() provided by libc.
[1]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/getdelim.html
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions