diff options
author | Roland McGrath <roland@gnu.org> | 1995-08-17 09:00:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-08-17 09:00:05 +0000 |
commit | 191abc516c6f0ecd02f84ec98994b223252b48d7 (patch) | |
tree | 0e6b8044ad0fdd69692cd6511c36f903e1d0e75b /hurd/hurdsig.c | |
parent | 2f85f8807d39be6b9009d09c0881b8c7c5f7e6f4 (diff) | |
download | glibc-191abc516c6f0ecd02f84ec98994b223252b48d7.zip glibc-191abc516c6f0ecd02f84ec98994b223252b48d7.tar.gz glibc-191abc516c6f0ecd02f84ec98994b223252b48d7.tar.bz2 |
Wed Aug 16 17:04:26 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* hurd/intr-msg.c: Fixed calculation of syscall %esp.
Tue Aug 15 12:26:18 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* hurd/hurdsig.c (_hurdsig_abort_rpcs): Remove `static'.
* hurd/Makefile (sig): Add intr-msg.
Diffstat (limited to 'hurd/hurdsig.c')
-rw-r--r-- | hurd/hurdsig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index 7dd2b8c..10dbceb 100644 --- a/hurd/hurdsig.c +++ b/hurd/hurdsig.c @@ -267,7 +267,7 @@ interrupted_reply_port_location (struct machine_thread_all_state *thread_state, *STATE_CHANGE is set nonzero if STATE->basic was modified and should be applied back to the thread if it might ever run again, else zero. */ -static mach_port_t +mach_port_t _hurdsig_abort_rpcs (struct hurd_sigstate *ss, int signo, int sigthread, struct machine_thread_all_state *state, int *state_change, mach_port_t *reply_port, |