summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-13 14:15:21 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-13 14:15:21 +0000
commita1da97350d9ed1749bba375d31d72ab97006090c (patch)
treeba96f5b49a3b19f9df614d087cec44b412d12dc8
parentaae29a405c5030252aefec988f91743778ded232 (diff)
downloadATCD-a1da97350d9ed1749bba375d31d72ab97006090c.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-97a5
1 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index a88382119c0..e371eacf29f 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -1,8 +1,7 @@
Sat Apr 12 20:42:11 1997 David L. Levine <levine@cs.wustl.edu>
- * tests/Priority_Task_Test.cpp (open): use ACE_SCHED_FIFO instead
- of THR_SCHED_FIFO so that the test works with STHREADS and
- without PTHREADS.
+ * tests/Priority_Task_Test.cpp (open): only use THR_SCHED_FIFO
+ if it is defined. (It isn't on Solaris without PTHREADS.)
* examples/ASX/Event_Server/Event_Server/Peer_Router.cpp
(make_svc_handler): added return statement.