diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-27 00:16:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-27 00:16:51 +0000 |
commit | 0a04075ed9766681c796dfe0f2e2fb81881f09ba (patch) | |
tree | cd119d2b35e7172478d025f98ac1da2718c723ed /libio/Makefile | |
parent | 543cf8a9e162a9a812770c628fa06c7a256752ee (diff) | |
download | glibc-0a04075ed9766681c796dfe0f2e2fb81881f09ba.zip glibc-0a04075ed9766681c796dfe0f2e2fb81881f09ba.tar.gz glibc-0a04075ed9766681c796dfe0f2e2fb81881f09ba.tar.bz2 |
Update.
2001-03-26 Ulrich Drepper <drepper@redhat.com>
* libio/Makefile (tests): Add tst-ext.
* libio/tst-ext.c: New file.
* libio/iosetvbuf.c (_IO_setvbuf): Clear line buffer flag for _IONBF.
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 9e13a79..ab21780 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -48,7 +48,7 @@ routines := \ libc_fatal fmemopen tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ - tst_wprintf2 tst-widetext test-fmemopen + tst_wprintf2 tst-widetext test-fmemopen tst-ext test-srcs = test-freopen all: # Make this the default target; it will be defined in Rules. |