retire PUBLIC, PRIVATE and FORWARD
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
/*===========================================================================*
|
||||
* do_sigreturn *
|
||||
*===========================================================================*/
|
||||
PUBLIC int do_sigreturn(struct proc * caller, message * m_ptr)
|
||||
int do_sigreturn(struct proc * caller, message * m_ptr)
|
||||
{
|
||||
/* POSIX style signals require sys_sigreturn to put things in order before
|
||||
* the signalled process can resume execution
|
||||
|
||||
Reference in New Issue
Block a user