]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Remove isascii usage
authorRosen Penev <rosenp@gmail.com>
Thu, 8 Aug 2019 19:12:55 +0000 (12:12 -0700)
committerRosen Penev <rosenp@gmail.com>
Thu, 8 Aug 2019 19:12:55 +0000 (12:12 -0700)
commit76b680b1a9deeb83c310115fd96fd6f51d37cd53
tree919d26df133940b7863e1072e2539da12bf4a9f3
parentc60231a7447692c42602c77cf96f1291740f4637
Remove isascii usage

There is a c_isascii function that can be used.

isascii is deprecated and not available with some libcs like uClibc-ng
where it can be compile time disabled.
include/carefulputc.h
term-utils/agetty.c
term-utils/wall.c