package/uclibc: restore __isctype_l definition
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 9 Feb 2020 20:09:37 +0000 (12:09 -0800)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 9 Feb 2020 21:32:42 +0000 (22:32 +0100)
commit115185b407a35e61785e83eccd0bcaed7eaac5f0
tree24b1212d58a123412b4dc6983a376bd3d62994e3
parentc5ae77c97a519d7a1c13d2fdacff1b132950f67f
package/uclibc: restore __isctype_l definition

Recent is*_l fix broke uclibc build because removed __isctype_l
definition was used in libc/misc/ctype/ctype.c. Restore it.

Fixes: 8723c5e7a6db ("package/uclibc: fix ctype.h is*_l definitions")
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
[yann.morin.1998@free.fr:
  - add new patch, don't fix existing one
  - add URL to upstream ML post
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/uclibc/0002-include-ctype.h-restore-__isctype_l-definition.patch [new file with mode: 0644]