llvm-project/libc/docs/signal.rst
Xu Zhang 7ab7e7a55f
[libc][docs] Generate docs for signal.h & optimized is_implemented func (#88028)
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.
2024-04-11 08:49:59 -07:00

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|
-