summary refs log tree commit diff
path: root/include/libc-symbols.h
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-08-01 14:23:38 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-08-01 14:23:38 +0530
commit3f3dd810e03661535980e334723666205c693313 (patch)
tree353de90ce25d898f9ff72e6cb4a2d4b1ca2f28ff /include/libc-symbols.h
parent95ee7fb13ba99ba265b49531c57e1cb8db629bc6 (diff)
downloadglibc-3f3dd810e03661535980e334723666205c693313.tar.gz
glibc-3f3dd810e03661535980e334723666205c693313.tar.xz
glibc-3f3dd810e03661535980e334723666205c693313.zip
Fix -Wundef warnings in fnmatch.c
Fixes -Wundef warnings for MBSTATE_T and HAVE_STRING_H.  The
HAVE_STRING_H bit is a merge from the gnulib fnmatch.c and the
MBSTATE_T fix has been posted to gnulib for inclusion.
Diffstat (limited to 'include/libc-symbols.h')
-rw-r--r--include/libc-symbols.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index 03061aed9d..d833eb7420 100644
--- a/include/libc-symbols.h
+++ b/include/libc-symbols.h
@@ -57,9 +57,11 @@
    so it's harmless.  */
 #define HAVE_CONFIG_H	0
 
-/* Define this for the benefit of portable GNU code that wants to check it.
-   Of course, it's never false when building libc!  */
+/* Define these macros for the benefit of portable GNU code that wants to check
+   them.  Of course, STDC_HEADERS is never false when building libc!  */
 #define STDC_HEADERS	1
+#define HAVE_MBSTATE_T	1
+#define HAVE_MBSRTOWCS	1
 
 /* The symbols in all the user (non-_) macros are C symbols.  */