1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/doc/posix-functions/mbsinit.texi
Bruno Haible cca34e7a16 mbsinit: Work around mingw bug.
* m4/mbsinit.m4 (gl_FUNC_MBSINIT): Replace mbsinit also on mingw.
* lib/mbsinit.c (mbsinit): Provide an alternate definition for native
Windows.
* doc/posix-functions/mbsinit.texi: Mention the mingw bug.
2011-02-13 18:23:20 +01:00

22 lines
494 B
Plaintext

@node mbsinit
@section @code{mbsinit}
@findex mbsinit
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbsinit.html}
Gnulib module: mbsinit
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5.
@item
This function always returns 1, even in multibyte locales, on some platforms:
mingw.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize