diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2005-04-16 16:58:35 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2005-04-16 16:58:35 +0000 |
commit | 6feaa084f88c96b72f840c2e9ed280fc742b1f98 (patch) | |
tree | d156f4f535f6fa53299a5cfac16c2d29a981988e /libiberty/ChangeLog | |
parent | 41704a387ef7a69778f2d06325b1c10b800bca0d (diff) | |
download | gcc-6feaa084f88c96b72f840c2e9ed280fc742b1f98.tar.gz |
libiberty.h (unlock_stream): New.
include:
* libiberty.h (unlock_stream): New.
libiberty:
* fopen_unlocked.c (unlock_stream): New.
Consolidate unlocking code into a helper function.
* functions.texi: Regenerate.
From-SVN: r98234
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 72b421b54dd..a92bcdc76d7 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,10 @@ +2005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * fopen_unlocked.c (unlock_stream): New. + Consolidate unlocking code into a helper function. + + * functions.texi: Regenerate. + 2005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net> * asprintf.c: Include config.h. |