Zap __FUNCTION__.

This commit is contained in:
Andrew Cagney
2002-09-29 15:25:30 +00:00
parent 0aee02e418
commit 8939621045
3 changed files with 22 additions and 10 deletions

View File

@@ -1759,31 +1759,31 @@ ill_rpc (char *fun)
error_t
do_mach_notify_no_senders (mach_port_t notify, mach_port_mscount_t count)
{
return ill_rpc (__FUNCTION__);
return ill_rpc ("do_mach_notify_no_senders");
}
error_t
do_mach_notify_port_deleted (mach_port_t notify, mach_port_t name)
{
return ill_rpc (__FUNCTION__);
return ill_rpc ("do_mach_notify_port_deleted");
}
error_t
do_mach_notify_msg_accepted (mach_port_t notify, mach_port_t name)
{
return ill_rpc (__FUNCTION__);
return ill_rpc ("do_mach_notify_msg_accepted");
}
error_t
do_mach_notify_port_destroyed (mach_port_t notify, mach_port_t name)
{
return ill_rpc (__FUNCTION__);
return ill_rpc ("do_mach_notify_port_destroyed");
}
error_t
do_mach_notify_send_once (mach_port_t notify)
{
return ill_rpc (__FUNCTION__);
return ill_rpc ("do_mach_notify_send_once");
}
@@ -1845,13 +1845,13 @@ error_t
S_proc_setmsgport_reply (mach_port_t reply, error_t err,
mach_port_t old_msg_port)
{
return ill_rpc (__FUNCTION__);
return ill_rpc ("S_proc_setmsgport_reply");
}
error_t
S_proc_getmsgport_reply (mach_port_t reply, error_t err, mach_port_t msg_port)
{
return ill_rpc (__FUNCTION__);
return ill_rpc ("S_proc_getmsgport_reply");
}
@@ -1890,7 +1890,7 @@ S_msg_sig_post_untraced_reply (mach_port_t reply, error_t err)
error_t
S_msg_sig_post_reply (mach_port_t reply, error_t err)
{
return ill_rpc (__FUNCTION__);
return ill_rpc ("S_msg_sig_post_reply");
}