Trim down MODE= linkage slightly

This commit is contained in:
Justine Tunney 2022-04-12 08:05:22 -07:00
parent 046c7ebd4a
commit c95c9d9508
13 changed files with 315 additions and 283 deletions

View file

@ -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;
}