diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-26 08:08:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-26 08:08:50 +0000 |
commit | 442685a8ba011460eb27ad83855d05c9c9345aa6 (patch) | |
tree | e48e8bb958df68f389e3b9914acb17b1f5def480 /libio/Makefile | |
parent | 34816665b678a06e096a378303b68d35ff10a693 (diff) | |
download | glibc-442685a8ba011460eb27ad83855d05c9c9345aa6.tar glibc-442685a8ba011460eb27ad83855d05c9c9345aa6.tar.gz glibc-442685a8ba011460eb27ad83855d05c9c9345aa6.tar.bz2 glibc-442685a8ba011460eb27ad83855d05c9c9345aa6.zip |
Update.
2002-08-26 Ulrich Drepper <drepper@redhat.com>
* libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
finding the read position [PR libc/4265].
* libio/Makefile (tests): Add bug-rewind2.
* libio/bug-rewind2.c: New file.
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index 58d6575340..a6d3a24cc1 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -51,7 +51,7 @@ tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ tst_wprintf2 tst-widetext test-fmemopen tst-ext tst-fopenloc \ tst-fgetws tst-ungetwc1 tst-ungetwc2 tst-swscanf tst-sscanf \ tst-mmap-setvbuf bug-ungetwc1 bug-ungetwc2 tst-atime tst-eof \ - tst-freopen bug-rewind bug-ungetc bug-fseek \ + tst-freopen bug-rewind bug-rewind2 bug-ungetc bug-fseek \ tst-mmap-eofsync tst-mmap-fflushsync bug-mmap-fflush \ tst-mmap2-eofsync tst-mmap-offend test-srcs = test-freopen |