diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-20 00:31:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-20 00:31:17 +0000 |
commit | 101cc59887f30651022b57f00200e5528990d190 (patch) | |
tree | 6a2a11d1041731d94d223ec9d7a5aa67b91440a0 /ChangeLog | |
parent | f50fa10c8ac99e0efdca8469c646a08dd2cdefe2 (diff) | |
download | glibc-101cc59887f30651022b57f00200e5528990d190.tar glibc-101cc59887f30651022b57f00200e5528990d190.tar.gz glibc-101cc59887f30651022b57f00200e5528990d190.tar.bz2 glibc-101cc59887f30651022b57f00200e5528990d190.zip |
* nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
to allocate memory for my_pollfd. Better initialization of
cb_is_running. Use TEMP_FAILURE_RETRY.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-05-19 Ulrich Drepper <drepper@redhat.com> + * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc + to allocate memory for my_pollfd. Better initialization of + cb_is_running. Use TEMP_FAILURE_RETRY. + * malloc/memusage.sh (memusageso): Add quotes. (memusagestat): Likewise. * debug/xtrace.sh (pcprofileso): Likewise. |