diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-19 01:35:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-19 01:35:28 +0000 |
commit | 01715b0337fb0a0d94eb605d93c5e91e116179b5 (patch) | |
tree | 0301863b66ab68d0bba95f85285aefc936d959ac /libio/Makefile | |
parent | a815c3ab359e99edc5d44934a0d00467a9a16bad (diff) | |
download | glibc-01715b0337fb0a0d94eb605d93c5e91e116179b5.tar glibc-01715b0337fb0a0d94eb605d93c5e91e116179b5.tar.gz glibc-01715b0337fb0a0d94eb605d93c5e91e116179b5.tar.bz2 glibc-01715b0337fb0a0d94eb605d93c5e91e116179b5.zip |
[BZ #2173]
2006-01-18 Ulrich Drepper <drepper@redhat.com>
[BZ #2173]
* libio/fileops.c (_IO_new_file_fopen): If ,ccs= is given, also
set vtable to the wide vtable.
* libio/tst-fopenloc2.c: New file.
* libio/Makefile (tests): Add tst-fopenloc2.
* sysdeps/unix/sysv/linux/shm_open.c [__ASSUME_TMPFS_NAME]
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 4437872984..e9c1d522fd 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-ungetc4 \ + bug-ungetc2 bug-ftell bug-ungetc3 bug-ungetc4 tst-fopenloc2 \ tst-memstream1 tst-memstream2 \ tst-wmemstream1 tst-wmemstream2 test-srcs = test-freopen |