diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-11-28 23:35:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-11-28 23:35:29 +0000 |
commit | c6baa867d3d57ca3eb89226b44ad696960d869cd (patch) | |
tree | 65612b8dabc1e9d2b0f957290c8076eae741d895 /ChangeLog | |
parent | cf6a2367e82ba5b322baf0fc0caa5d57e799c72d (diff) | |
download | glibc-c6baa867d3d57ca3eb89226b44ad696960d869cd.zip glibc-c6baa867d3d57ca3eb89226b44ad696960d869cd.tar.gz glibc-c6baa867d3d57ca3eb89226b44ad696960d869cd.tar.bz2 |
Update.
2001-11-28 Ulrich Drepper <drepper@redhat.com>
* libio/genops.c (_IO_flush_all_lockp): New function. The same code
as the old _IO_flush_all but lock only if parameter is nonzero.
(_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
* libio/libioP.h: Add prototype for _IO_flush_all_lockp.
* sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
if libio is used.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2001-11-28 Ulrich Drepper <drepper@redhat.com> + + * libio/genops.c (_IO_flush_all_lockp): New function. The same code + as the old _IO_flush_all but lock only if parameter is nonzero. + (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter. + * libio/libioP.h: Add prototype for _IO_flush_all_lockp. + * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0) + if libio is used. + 2001-11-28 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit, |