diff options
author | Miles Bader <miles@gnu.org> | 1997-08-20 20:34:23 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-08-20 20:34:23 +0000 |
commit | 5a42011e93e118b3159b645be9a7183906099be0 (patch) | |
tree | 171ecf3b507a7a8f04a8e5eb84b14a1aa37b4e3e /libports | |
parent | 470c6aa3baff592cbb6d028a97e79320d8156495 (diff) |
.
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): |