fixed type SIGMATHAULT -> SIGMATHFAULT
This commit is contained in:
parent
2c605cff1b
commit
d82ea1bb5d
|
@ -124,7 +124,7 @@ If another process calls them, they will just return without doing anything.
|
|||
- __SIGKILL__: kills the process and destroys the processes data structures
|
||||
- __SIGEXIT__: send by the kernel before stopping the process - handler implementation possible
|
||||
- __SIGPFAULT__: sends when the process access memory it is not permitted to. Followed by SIGEXIT - handler implementation possible
|
||||
- __SIGMATHAULT__: sends when the process does stuff like dividing by zero. Followed by SIGEXIT - handler implementation possible
|
||||
- __SIGMATHFAULT__: sends when the process does stuff like dividing by zero. Followed by SIGEXIT - handler implementation possible
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue