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.
30 lines
461 B
JSON
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"
|
|
}
|
|
}
|
|
}
|