diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-11 05:19:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-11 05:19:24 +0000 |
commit | c020d48c6e91b351cefebbc7a82a9c1ec2d9d83b (patch) | |
tree | 28f297727c45d6197e23e00356713030cc9cc9fb /libio/strops.c | |
parent | 07ba7349279441bd084c8661a4e53c19cba12bf6 (diff) | |
download | glibc-c020d48c6e91b351cefebbc7a82a9c1ec2d9d83b.tar glibc-c020d48c6e91b351cefebbc7a82a9c1ec2d9d83b.tar.gz glibc-c020d48c6e91b351cefebbc7a82a9c1ec2d9d83b.tar.bz2 glibc-c020d48c6e91b351cefebbc7a82a9c1ec2d9d83b.zip |
Update.
* libio/iovdprintf.c (_IO_vdprintf): Set _IO_USER_LOCK flag for
temporary stream. Don't define lock.
* libio/iovsprintf.c: Likewise.
* libio/iovsnprintf.c: Likewise.
* libio/iovswprintf.c: Likewise.
* libio/iovsscanf.c: Likewise.
* libio/iovswscanf.c: Likewise.
* stdio-common/vfprintf.c [USE_IN_LIBIO] (buffered_vfprintf): Likewise.
* libio/genops.c (_IO_no_init): Don't call _IO_lock_init if _lock
is NULL.
(_IO_default_finish): Likewise.
* libio/wgenops.c (_IO_wdefault_finish): Likewise.
Diffstat (limited to 'libio/strops.c')
-rw-r--r-- | libio/strops.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libio/strops.c b/libio/strops.c index c3b6625a1d..d679a0de63 100644 --- a/libio/strops.c +++ b/libio/strops.c @@ -108,11 +108,6 @@ _IO_str_init_static (sf, ptr, size, pstart) } /* A null _allocate_buffer function flags the strfile as being static. */ sf->_s._allocate_buffer = (_IO_alloc_type) 0; - -#ifdef _IO_MTSAFE_IO - /* We never have to lock this stream. */ - __fsetlocking ((FILE *) fp, FSETLOCKING_BYCALLER); -#endif } void |