diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 18:19:39 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 18:19:39 +0000 |
commit | 9596c4ee221e90fa4d35255e290f3e6988756bd7 (patch) | |
tree | 48a3a0eb67885313c1d3bf664805c7ab740c15b0 /libports/ChangeLog | |
parent | a553ffc7606c7f72d9a3e42c076a23a1f961d41b (diff) |
Wed Aug 20 13:56:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* manage-multithread.c (ports_manage_port_operations_multithread):
Drop parms `wire_cthreads' and `wire_threads'. Add parm `hook'.
(thread_function): Call HOOK instead of cthread_wire and/or
thread_wire.
* ports.h (ports_manage_port_operations_multithread): Adjust
declaration.
Diffstat (limited to 'libports/ChangeLog')
-rw-r--r-- | libports/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libports/ChangeLog b/libports/ChangeLog index db13aaf6..240b9faf 100644 --- a/libports/ChangeLog +++ b/libports/ChangeLog @@ -1,3 +1,12 @@ +Wed Aug 20 13:56:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * manage-multithread.c (ports_manage_port_operations_multithread): + Drop parms `wire_cthreads' and `wire_threads'. Add parm `hook'. + (thread_function): Call HOOK instead of cthread_wire and/or + thread_wire. + * ports.h (ports_manage_port_operations_multithread): Adjust + declaration. + Fri Feb 14 00:51:32 1997 Miles Bader <miles@gnu.ai.mit.edu> * create-bucket.c (ports_create_bucket): Initialize rpcs, flags, & |