Skip to content

Commit

Permalink
simpler message for mallinfo failure
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jan 6, 2025
1 parent eae200d commit 8d057a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/io/getparam.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ local void report(char what)
// size_t keepcost; /* =Top-most, releasable space (bytes) */

#else
dprintf(0,"report_mem not implemented for non-linux\n");
dprintf(0,"report_mem not implemented\n");
#endif
return;
}
Expand Down

0 comments on commit 8d057a9

Please sign in to comment.