mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
update NSPR to 4.24 and keep NSPR Bug 1586070 and win64 patch intact.
This commit is contained in:
parent
dd094ae552
commit
0b9855b841
487 changed files with 42933 additions and 48679 deletions
|
|
@ -55,7 +55,7 @@ int main(int argc, char **argv)
|
|||
if (PR_Close(savefds[i]) == PR_FAILURE) {
|
||||
fprintf(stderr, "PR_Close failed\n");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -79,7 +79,7 @@ int main(int argc, char **argv)
|
|||
if (PR_Close(savefds[i]) == PR_FAILURE) {
|
||||
fprintf(stderr, "PR_Close failed\n");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Switch to the fd stack. */
|
||||
|
|
@ -109,7 +109,7 @@ int main(int argc, char **argv)
|
|||
if (PR_Close(savefds[i]) == PR_FAILURE) {
|
||||
fprintf(stderr, "PR_Close failed\n");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -132,7 +132,7 @@ int main(int argc, char **argv)
|
|||
if (PR_Close(savefds[i]) == PR_FAILURE) {
|
||||
fprintf(stderr, "PR_Close failed\n");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Switch to the fd cache. */
|
||||
|
|
@ -157,7 +157,7 @@ int main(int argc, char **argv)
|
|||
if (PR_Close(savefds[i]) == PR_FAILURE) {
|
||||
fprintf(stderr, "PR_Close failed\n");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
for (i = 0; i < numfds; i++) {
|
||||
|
|
@ -175,7 +175,7 @@ int main(int argc, char **argv)
|
|||
if (PR_Close(savefds[i]) == PR_FAILURE) {
|
||||
fprintf(stderr, "PR_Close failed\n");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Switch to the fd stack. */
|
||||
|
|
@ -200,7 +200,7 @@ int main(int argc, char **argv)
|
|||
if (PR_Close(savefds[i]) == PR_FAILURE) {
|
||||
fprintf(stderr, "PR_Close failed\n");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
for (i = 0; i < numfds; i++) {
|
||||
|
|
@ -218,7 +218,7 @@ int main(int argc, char **argv)
|
|||
if (PR_Close(savefds[i]) == PR_FAILURE) {
|
||||
fprintf(stderr, "PR_Close failed\n");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
PR_Cleanup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue