mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-16 15:40:31 +00:00
Fix some issues
This commit is contained in:
parent
211d5d902e
commit
9d372f48dd
29 changed files with 373 additions and 63 deletions
|
@ -130,6 +130,9 @@ void AppendResourceReport(char **b, struct rusage *ru, const char *nl) {
|
|||
if (ru->ru_nsignals) {
|
||||
appends(b, "delivered ");
|
||||
AppendUnit(st, ru->ru_nsignals, "signal");
|
||||
if ((ru->ru_nsignals) > 1) {
|
||||
appendw(b, READ16LE("s"));
|
||||
}
|
||||
AppendNl(st);
|
||||
}
|
||||
if (ru->ru_nswap) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue