David Marcin
2005-09-26 09:18:48 UTC
Under what conditions would this have an error and return an error code?
/*
* Register the Return_Signal trampoline for this process.
* Signals cannot be delivered until this is registered.
* Params:
* state->ebx - pointer to Return_Signal function
* state->ecx - pointer to the default handler
* state->edx - pointer to the ignore handler
*
* Returns: 0 on success or error code (< 0) on error
*/
/*
* Register the Return_Signal trampoline for this process.
* Signals cannot be delivered until this is registered.
* Params:
* state->ebx - pointer to Return_Signal function
* state->ecx - pointer to the default handler
* state->edx - pointer to the ignore handler
*
* Returns: 0 on success or error code (< 0) on error
*/