include/ctype.h: drop is*_l macro definitions
commitd1a3ca7ca56630fddde7311a0474eed4a21335a7
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 3 Feb 2020 21:57:32 +0000 (3 13:57 -0800)
committerWaldemar Brodkorb <wbx@openadk.org>
Tue, 4 Feb 2020 07:56:57 +0000 (4 08:56 +0100)
treee1682ce5d7fc2e03c5ea0e90220473e3fb2c96cf
parent8a04c4d84c8a1a1297ec0c5cec5522112981e0c0
include/ctype.h: drop is*_l macro definitions

ctype locale-specific macro definitions are broken because they result
in dereference of pointer to structure of incomplete type.
Drop these macros since they are optional and let applications use
functions with the same names.

This change fixes parted-3.3 build with uClibc-ng:
  http://autobuild.buildroot.net/results/b7ba1210d5aa184b133f0171da621d2b0083ec39/build-end.log

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
include/ctype.h