git: libc/locale: Remove some redundant redeclarations of __mb_sb_limit.
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Jul 31 10:54:39 PDT 2020
commit cb40c8cc2df81ae2ad923617b2becc49e89c11de
Author: Sascha Wildner <saw at online.de>
Date: Fri Jul 31 19:54:07 2020 +0200
libc/locale: Remove some redundant redeclarations of __mb_sb_limit.
We already get an extern declaration from <ctype.h> (via <wchar.h>).
Summary of changes:
lib/libc/locale/big5.c | 2 --
lib/libc/locale/euc.c | 2 --
lib/libc/locale/gbk.c | 2 --
lib/libc/locale/mskanji.c | 2 --
lib/libc/locale/setrunelocale.c | 2 --
lib/libc/locale/utf8.c | 2 --
6 files changed, 12 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cb40c8cc2df81ae2ad923617b2becc49e89c11de
--
DragonFly BSD source repository
More information about the Commits
mailing list