From c03c66ddb5423255ae5e5309443eaeaf90eac441 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 6 Dec 2004 22:39:13 +0000 Subject: Update. 2004-12-06 Ulrich Drepper * libio/fileops.c (_IO_new_file_seekoff): Fix optimization of in-buffer seek. Remove dead code. 2004-12-02 Jakub Jelinek * libio/Makefile (tests): Add bug-ungetc4. * libio/bug-ungetc4.c: New test. --- libio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio/Makefile') 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. -- cgit v1.2.3