summaryrefslogtreecommitdiffstats
path: root/include/widechar.h
diff options
context:
space:
mode:
authorKarel Zak2016-01-13 10:08:13 +0100
committerKarel Zak2016-01-13 10:08:13 +0100
commit6426f926ee3d23fe416cd82e0325f249ba973798 (patch)
tree51d4422c639fcbc3ea7fa27f5a517040c75a69c7 /include/widechar.h
parentlibblkid: use internally uint64_t for offsets and sizes (diff)
downloadkernel-qcow2-util-linux-6426f926ee3d23fe416cd82e0325f249ba973798.tar.gz
kernel-qcow2-util-linux-6426f926ee3d23fe416cd82e0325f249ba973798.tar.xz
kernel-qcow2-util-linux-6426f926ee3d23fe416cd82e0325f249ba973798.zip
lib/mbsalign: fix warnings when compile without widechars
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/widechar.h')
-rw-r--r--include/widechar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/widechar.h b/include/widechar.h
index b023b5fb2..8632f7699 100644
--- a/include/widechar.h
+++ b/include/widechar.h
@@ -32,6 +32,7 @@
# define wcschr strchr
# define wcsdup strdup
# define wcslen strlen
+# define wcspbrk strpbrk
# define wcwidth(c) 1