summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-08-24 06:11:13 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-08-24 06:11:13 +0000
commit37b1cf4975d749ae67a347272ef40f5af80508a7 (patch)
treebaef9ee066d12405ca2443b3104b36667a2eefe2
parent98ed902939578c1c96dbd5b6f64663cba6a48264 (diff)
downloadATCD-37b1cf4975d749ae67a347272ef40f5af80508a7.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 51e0583c0d7..3f8a62f010d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,8 +7,8 @@ Tue Aug 23 22:56:33 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Deallocate epoll event data structure array and /dev/poll event
handler file descriptor array after closing the epoll and
- /dev/poll file descriptor to ensure consistent finalization of
- resources, respectively, to prevent potential destruction of
+ /dev/poll file descriptor, respectively, to ensure consistent
+ finalization of resources, to prevent potential destruction of
event resources while waiting for events in another thread.
It's not clear whether such a scenario will occur since a lock
is current held but better to be consistent.