- fix typo in CLOEXEC patch again?
This commit is contained in:
parent
b04561f205
commit
3dce4e3339
@ -438,7 +438,7 @@ index 1ba0d3c..a55ddbc 100644
|
||||
+ FILE *f;
|
||||
+
|
||||
+#if defined(O_CLOEXEC) && defined(SOCK_CLOEXEC)
|
||||
+ if (cloexec_exec != -1) {
|
||||
+ if (cloexec_works != -1) {
|
||||
+ f = fopen(path, "re");
|
||||
+ if (f != NULL) {
|
||||
+ check_cloexec(fileno(f));
|
||||
|
Loading…
Reference in New Issue
Block a user