diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-31 10:06:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-31 10:06:16 +0000 |
commit | 245eab025f92980428a499e6d7f4845f6ceaadc8 (patch) | |
tree | 8ab7d1c70438f00103f553a8ae6c3c54735d50df /ChangeLog | |
parent | 1d2b6e0c1fc977ff82cef59e9a57444552e82925 (diff) | |
download | glibc-245eab025f92980428a499e6d7f4845f6ceaadc8.tar glibc-245eab025f92980428a499e6d7f4845f6ceaadc8.tar.gz glibc-245eab025f92980428a499e6d7f4845f6ceaadc8.tar.bz2 glibc-245eab025f92980428a499e6d7f4845f6ceaadc8.zip |
Update.
* libio/libioP.h: Add libc_hidden_proto for _IO_list_lock,
_IO_list_unlock, and _IO_list_resetlock.
* libio/genops.c: Add libc_hidden_def for _IO_list_lock,
_IO_list_unlock, and _IO_list_resetlock.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2002-12-31 Ulrich Drepper <drepper@redhat.com> + * libio/libioP.h: Add libc_hidden_proto for _IO_list_lock, + _IO_list_unlock, and _IO_list_resetlock. + * libio/genops.c: Add libc_hidden_def for _IO_list_lock, + _IO_list_unlock, and _IO_list_resetlock. + * libio/libioP.h: Add libc_hidden_proto for _IO_iter_begin, _IO_iter_end, _IO_iter_next, and _IO_iter_file. * libio/genops.c: Add libc_hidden_def for _IO_iter_begin, |