systemd: merge branch systemd into master
This commit is contained in:
@@ -72,7 +72,7 @@ int safe_close(int fd) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
void safe_close_pair(int p[]) {
|
||||
void safe_close_pair(int p[static 2]) {
|
||||
assert(p);
|
||||
|
||||
if (p[0] == p[1]) {
|
||||
|
Reference in New Issue
Block a user