diff options
Diffstat (limited to 'libports')
-rw-r--r-- | libports/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libports/ChangeLog b/libports/ChangeLog index 240b9faf..ea17aa8d 100644 --- a/libports/ChangeLog +++ b/libports/ChangeLog @@ -1,3 +1,13 @@ +1997-08-14 Miles Bader <miles@gnu.ai.mit.edu> + + * interrupt-rpcs.c (ports_interrupt_rpcs): Put RPC into the + interrupted list. + * end-rpc.c (ports_end_rpc): Call ports_self_interrupted to remove + the current thread from the interrupted list. + * ports.h (ports_self_interrupted): New declaration. + (struct rpc_info): Add interrupted_next field. + * Makefile (SRCS): Add interrupted.c. + Wed Aug 20 13:56:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * manage-multithread.c (ports_manage_port_operations_multithread): |