diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-06 22:39:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-06 22:39:13 +0000 |
commit | c03c66ddb5423255ae5e5309443eaeaf90eac441 (patch) | |
tree | 728ad5bc7091652fe9c0a85491d27235a629b464 /libio/Makefile | |
parent | e9a37a8390f6eb6e7ee34a1de8791ad9c16e3cef (diff) | |
download | glibc-c03c66ddb5423255ae5e5309443eaeaf90eac441.tar glibc-c03c66ddb5423255ae5e5309443eaeaf90eac441.tar.gz glibc-c03c66ddb5423255ae5e5309443eaeaf90eac441.tar.bz2 glibc-c03c66ddb5423255ae5e5309443eaeaf90eac441.zip |
Update.
2004-12-06 Ulrich Drepper <drepper@redhat.com>
* libio/fileops.c (_IO_new_file_seekoff): Fix optimization of in-buffer
seek. Remove dead code.
2004-12-02 Jakub Jelinek <jakub@redhat.com>
* libio/Makefile (tests): Add bug-ungetc4.
* libio/bug-ungetc4.c: New test.
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 1d7611d252..a97623f14a 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -54,7 +54,7 @@ tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ 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 bug-fopena+ bug-wfflush \ - bug-ungetc2 bug-ftell bug-ungetc3 + bug-ungetc2 bug-ftell bug-ungetc3 bug-ungetc4 test-srcs = test-freopen all: # Make this the default target; it will be defined in Rules. |