From 0ecb606cb6cf65de1d9fc8a919bceb4be476c602 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 12 Jul 2007 18:26:36 +0000 Subject: 2.5-18.1 --- libio/tst-wmemstream1.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libio/tst-wmemstream1.c (limited to 'libio/tst-wmemstream1.c') diff --git a/libio/tst-wmemstream1.c b/libio/tst-wmemstream1.c new file mode 100644 index 0000000000..f8b308bc6c --- /dev/null +++ b/libio/tst-wmemstream1.c @@ -0,0 +1,7 @@ +#include + +#define CHAR_T wchar_t +#define W(o) L##o +#define OPEN_MEMSTREAM open_wmemstream + +#include "tst-memstream1.c" -- cgit 1.4.1