summaryrefslogtreecommitdiff
path: root/lib/quotearg.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-23 08:38:25 +0000
committerJim Meyering <jim@meyering.net>2000-07-23 08:38:25 +0000
commite62f7a59622eab5c99a63df92b1bb8aac967c4cb (patch)
treef89c1927cce774b8d80e95d61f3a171e9046d36f /lib/quotearg.c
parenta121532512c8b4b7e312843ba3e98aea10bf7e59 (diff)
downloadcoreutils-e62f7a59622eab5c99a63df92b1bb8aac967c4cb.tar.xz
When the system forces us to redefine mbstate_t, shadow its mbsinit function.
Diffstat (limited to 'lib/quotearg.c')
-rw-r--r--lib/quotearg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/quotearg.c b/lib/quotearg.c
index b92d3b64a..0f2cc4919 100644
--- a/lib/quotearg.c
+++ b/lib/quotearg.c
@@ -67,6 +67,7 @@
size_t mbrtowc ();
# ifdef mbstate_t
# define mbrtowc(pwc, s, n, ps) (mbrtowc) (pwc, s, n, 0)
+# define mbsinit(ps) 1
# endif
#else
# define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0)