1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 17:46:16 +02:00

process: ntoa function for signals

This enables signal numbers to be translated to names.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell
2018-12-02 00:34:37 -05:00
parent 4e962172a7
commit 0e42c75f5a
2 changed files with 75 additions and 0 deletions

View File

@ -77,5 +77,7 @@ namespace crucible {
double getloadavg1();
double getloadavg5();
double getloadavg15();
string signal_ntoa(int sig);
}
#endif // CRUCIBLE_PROCESS_H