diff options
author | Roland McGrath <roland@gnu.org> | 1995-01-17 08:14:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-01-17 08:14:16 +0000 |
commit | 281e9389d4296c491fe454721b330d5cdfba1a64 (patch) | |
tree | ef7f96a83d3eb035b33dd6b3269a1703f383bae3 /hurd/msg_reply.defs | |
parent | 0b17071b6cb900ba7cb3c3434f21e8511eb751a7 (diff) |
Add sig_post_untraced_reply, and intervening skips.
Diffstat (limited to 'hurd/msg_reply.defs')
-rw-r--r-- | hurd/msg_reply.defs | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/hurd/msg_reply.defs b/hurd/msg_reply.defs index 8831d58c..53d5adb2 100644 --- a/hurd/msg_reply.defs +++ b/hurd/msg_reply.defs @@ -1,5 +1,5 @@ /* Reply side of miscellaneous callbacks from Hurd servers to their clients - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1995 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -28,4 +28,29 @@ simpleroutine sig_post_reply ( reply_port: reply_port_t; in return_code: kern_return_t); -/* Add the others as necessary. */ +skip; /* proc_newids */ +skip; /* add_auth */ +skip; /* del_auth */ +skip; /* get_init_port */ +skip; /* set_init_port */ +skip; /* get_init_ports */ +skip; /* set_init_ports */ +skip; /* get_init_int */ +skip; /* set_init_int */ +skip; /* get_init_ints */ +skip; /* set_init_ints */ +skip; /* get_dtable */ +skip; /* set_dtable */ +skip; /* get_fd */ +skip; /* set_fd */ +skip; /* get_environment */ +skip; /* set_environment */ +skip; /* get_env_variable */ +skip; /* set_env_variable */ +skip; /* startup_dosync */ +skip; /* dir_changed */ +skip; /* file_changed */ + +simpleroutine sig_post_reply ( + reply_port: reply_port_t; + in return_code: kern_return_t); |