Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
e849881d
Commit
e849881d
authored
Feb 13, 2020
by
teor
Browse files
Run "make autostyle"
But only take the changes that were caused by the rest of the 33087 branch. Part of 33087.
parent
4f533ed2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/err/torerr.c
View file @
e849881d
...
...
@@ -171,7 +171,7 @@ tor_log_flush_sigsafe_err_fds(void)
* take any other action, if fsync() fails. */
(
void
)
fsync
(
fds
[
i
]);
}
#endif
#endif
/* defined(HAVE_FSYNC) */
}
/**
...
...
src/lib/log/log.c
View file @
e849881d
...
...
@@ -844,7 +844,7 @@ logs_flush_sigsafe(void)
(
void
)
fsync
(
victim
->
fd
);
}
}
#endif
#endif
/* defined(HAVE_FSYNC) */
}
/** Remove and free the log entry <b>victim</b> from the linked-list
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment