mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Fix MODE=rel build
This commit is contained in:
parent
16fc83f9ce
commit
03dd14c298
1 changed files with 2 additions and 1 deletions
|
@ -302,7 +302,8 @@ textstartup void __printargs(const char *prologue) {
|
|||
if (prctl(PR_CAPBSET_READ, 0) != -1) {
|
||||
for (gotsome = i = 0; i <= CAP_LAST_CAP; ++i) {
|
||||
if (prctl(PR_CAPBSET_READ, i) == 1) {
|
||||
PRINT(" ☼ %s", DescribeCapability(i));
|
||||
char buf[64];
|
||||
PRINT(" ☼ %s", (DescribeCapability)(buf, i));
|
||||
gotsome = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue