diff options
Diffstat (limited to 'apt-pkg')
| -rw-r--r-- | apt-pkg/contrib/fileutl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/fileutl.cc b/apt-pkg/contrib/fileutl.cc index 50b983924..7f785f21c 100644 --- a/apt-pkg/contrib/fileutl.cc +++ b/apt-pkg/contrib/fileutl.cc @@ -899,6 +899,7 @@ pid_t ExecFork() return ExecFork(KeepFDs); } +// Keep in mind that KeepFDs must be ordered for close_range() to work. pid_t ExecFork(std::set<int> KeepFDs) { // Fork off the process |
