mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Trim down MODE= linkage slightly
This commit is contained in:
parent
046c7ebd4a
commit
c95c9d9508
13 changed files with 315 additions and 283 deletions
|
@ -109,7 +109,6 @@ noasan int munmap(void *v, size_t n) {
|
|||
} else {
|
||||
rc = -1;
|
||||
}
|
||||
STRACE("munmap(%.12p, %'zu) → %d %s", p, n, rc,
|
||||
rc == -1 ? strerror(errno) : "");
|
||||
STRACE("munmap(%.12p, %'zu) → %d% m", p, n, rc);
|
||||
return rc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue