summaryrefslogtreecommitdiff
path: root/wctype/bug-wctypeh.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-12-29 23:21:21 +0000
committerUlrich Drepper <drepper@redhat.com>2008-12-29 23:21:21 +0000
commit5703f4727380ca751da51a94664689b5e97dc89f (patch)
tree42a7904610946d5219f9d8c9a3e8eba9be1d7aac /wctype/bug-wctypeh.c
parent0f2ae55cf707947688bd28b55899a148fd3d7646 (diff)
* wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
* wctype/Makefile (tests): Add bug-wctypeh. * wctype/bug-wctypeh.c: New file.
Diffstat (limited to 'wctype/bug-wctypeh.c')
-rw-r--r--wctype/bug-wctypeh.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/wctype/bug-wctypeh.c b/wctype/bug-wctypeh.c
new file mode 100644
index 0000000000..9d5acb3a5c
--- /dev/null
+++ b/wctype/bug-wctypeh.c
@@ -0,0 +1,10 @@
+#include <wchar.h>
+#include <wctype.h>
+#include <stddef.h>
+ptrdiff_t i;
+
+int
+main (void)
+{
+ return 0;
+}