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

30 lines
461 B
JSON

{
"macros": [
"SIG_DFL",
"SIG_ERR",
"SIG_IGN",
"SIGABRT",
"SIGFPE",
"SIGILL",
"SIGINT",
"SIGSEGV",
"SIGTERM"
],
"functions": {
"kill": null,
"sigaction": null,
"sigaddset": null,
"sigaltstack": null,
"sigdelset": null,
"sigemptyset": null,
"sigfillset": null,
"sigprocmask": null,
"signal": {
"defined": "7.14.1.1"
},
"raise": {
"defined": "7.14.2.1"
}
}
}