* libio/wmemstream.c: New file.
commitbb10459f2d534f67ebe771bed85e4ebfcd9eacd1
authorUlrich Drepper <drepper@redhat.com>
Thu, 12 Jan 2006 02:03:42 +0000 (12 02:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 12 Jan 2006 02:03:42 +0000 (12 02:03 +0000)
treed8f06d6ce03d5289e07b68f0d1726b31a6d9339d
parent37169cccddb401c9efeac446703dff7f815b5d1d
* libio/wmemstream.c: New file.

* libio/Makefile (routines): Add wmemstream.
(tests): Add tst-memstream1, tst-memstream2, tst-wmemstream2, and
tst-wmemstream2.
* libio/tst-memstream1.c: New file.
* libio/tst-memstream2.c: New file.
* libio/tst-wmemstream1.c: New file.
* libio/tst-wmemstream2.c: New file.

* libio/memstream.c (_IO_mem_sync): Remove useless call to
_IO_default_sync.
ChangeLog
libio/memstream.c
libio/tst-memstream1.c [new file with mode: 0644]
libio/tst-memstream2.c [new file with mode: 0644]
libio/tst-wmemstream1.c [new file with mode: 0644]
libio/tst-wmemstream2.c [new file with mode: 0644]
libio/wmemstream.c [copied from libio/memstream.c with 53% similarity]