![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
XSI Signals option group (placeholder). More...
Functions | |
| int | killpg (pid_t pgrp, int sig) |
| Send a signal to a process group (XSI extension). | |
| int | sigaltstack (const stack_t *ZRESTRICT ss, stack_t *ZRESTRICT oss) |
| Set or get the alternate signal stack (XSI extension). | |
XSI Signals option group (placeholder).
| int killpg | ( | pid_t | pgrp, |
| int | sig | ||
| ) |
Send a signal to a process group (XSI extension).
| pgrp | Process group ID (0 = calling process's group). |
| sig | Signal number. |
Set or get the alternate signal stack (XSI extension).
| ss | New alternate stack descriptor, or NULL. |
| oss | Output: previous descriptor, or NULL. |