summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-09 20:49:34 +0000
committerSteve Huston <shuston@riverace.com>1999-07-09 20:49:34 +0000
commitcb72f88b4556a41ce210dfd3da413fc1038152aa (patch)
tree387d980ca5c51cfccf7c4601eedbeebb6dfeae1d
parentec0b8ca68ac5008f08792efd180645760cf92559 (diff)
downloadATCD-cb72f88b4556a41ce210dfd3da413fc1038152aa.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index b7f0d6bd7de..ea559bfebc4 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -5,6 +5,10 @@ Fri Jul 9 14:02:52 1999 Steve Huston <shuston@riverace.com>
in this area, but will need to wait til after ACE 5.0 is done
before straightening it out.
+ * ace/WFMO_Reactor.cpp (ACE_WFMO_Reactor_Handler_Repository::bind_i):
+ Set errno to EMFILE if the max number of handles is registered,
+ instead of leaving a stale errno for the user to figure out.
+
* tests/MT_Reactor_Timer_Test.h (Dispatch_Count_Handler): Changed
type of timers_fired_ from int to size_t so it matches type of
ACE_MAX_TIMERS.