summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-20 00:31:17 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-20 00:31:17 +0000
commit101cc59887f30651022b57f00200e5528990d190 (patch)
tree6a2a11d1041731d94d223ec9d7a5aa67b91440a0 /ChangeLog
parentf50fa10c8ac99e0efdca8469c646a08dd2cdefe2 (diff)
* 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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c135d0ad69..a995578297 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.