mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-04 02:42:02 +03:00
Commit 9a354cd
exposed a few modules that were previously
picking up the <wchar.h> replacement via indirect dependency,
rather than explicitly including it. This led to a compile
failure on Tru64 for the vsnprintf module, for example.
* modules/mbmemcasecoll (Depends-on): Add wchar.
* modules/mbtowc (Depends-on): Likewise.
* modules/vasnprintf (Depends-on): Likewise.
* modules/unistdio/u-printf-args (Depends-on): Likewise.
* modules/wctomb (Depends-on): Likewise.
Reported by Peter O'Gorman.
Signed-off-by: Eric Blake <eblake@redhat.com>
28 lines
311 B
Plaintext
28 lines
311 B
Plaintext
Description:
|
|
mbtowc() function: convert multibyte character to wide character.
|
|
|
|
Files:
|
|
lib/mbtowc.c
|
|
lib/mbtowc-impl.h
|
|
m4/mbtowc.m4
|
|
|
|
Depends-on:
|
|
stdlib
|
|
mbrtowc
|
|
wchar
|
|
|
|
configure.ac:
|
|
gl_FUNC_MBTOWC
|
|
gl_STDLIB_MODULE_INDICATOR([mbtowc])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|