Fixes #87835 This patch added the documentation for the POSIX functions according to [n3096](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3096.pdf) Section 7.14, and gives the *docgen.py* script a more elegant *is_implemented* function.
44 lines
552 B
ReStructuredText
44 lines
552 B
ReStructuredText
.. include:: check.rst
|
|
|
|
signal.h Functions
|
|
==================
|
|
|
|
.. list-table::
|
|
:widths: auto
|
|
:align: center
|
|
:header-rows: 1
|
|
|
|
* - Function
|
|
- Implemented
|
|
- Standard
|
|
* - kill
|
|
- |check|
|
|
-
|
|
* - raise
|
|
- |check|
|
|
- 7.14.2.1
|
|
* - sigaction
|
|
- |check|
|
|
-
|
|
* - sigaddset
|
|
- |check|
|
|
-
|
|
* - sigaltstack
|
|
- |check|
|
|
-
|
|
* - sigdelset
|
|
- |check|
|
|
-
|
|
* - sigemptyset
|
|
- |check|
|
|
-
|
|
* - sigfillset
|
|
- |check|
|
|
-
|
|
* - signal
|
|
- |check|
|
|
- 7.14.1.1
|
|
* - sigprocmask
|
|
- |check|
|
|
-
|