]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/strutils: circumvent missing localeconv()
authormaximilian attems <max@stro.at>
Thu, 31 May 2012 17:40:49 +0000 (19:40 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 5 Jun 2012 12:54:12 +0000 (14:54 +0200)
commitab65d635c8bb11b9343e727f8e73e7d718322e1e
tree70d75645cc8350a659d24691d8dbeee4dba3cfdc
parente7b976862abb7d664998abaf9d38c9a6a07714ae
lib/strutils: circumvent missing localeconv()

Add stub too nls.h, include it instead of locale.h.
Code in strutils handles already returned NULL.

Signed-off-by: maximilian attems <max@stro.at>
include/nls.h
lib/strutils.c