diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-18 00:58:01 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-18 00:58:01 +0100 |
commit | 28799b6d58cbdde9414b042f3e354c4ee537921f (patch) | |
tree | 50262d81bb2bf17735aa222d0ee9bfe0afb6719a /glibc | |
parent | 935beffbb13168547f77d26a92c25f8ee87f9cb8 (diff) |
Revert "update for rename of open_issues/secure_file_descriptor_handling.mdwn to service_solahart_jakarta_selatan__082122541663/secure_file_descriptor_handling.mdwn"
This reverts commit 34e2191145056047946422ddf49ce04a9c005054.
Diffstat (limited to 'glibc')
-rw-r--r-- | glibc/fork.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glibc/fork.mdwn b/glibc/fork.mdwn index 461bedf3..12ca2d19 100644 --- a/glibc/fork.mdwn +++ b/glibc/fork.mdwn @@ -22,7 +22,7 @@ the sum, [[this affects performance|open_issues/performance/fork]] when new processes are continuously being spawned from the shell, for example. Often, a `fork` call will eventually be followed by an `exec`, which [[may in -turn close|service_solahart_jakarta_selatan__082122541663/secure_file_descriptor_handling]] (most of) the +turn close|open_issues/secure_file_descriptor_handling]] (most of) the duplicated port rights. Unfortunately, this cannot be known at the time the `fork` executing, so in order to optimize this, the code calling `fork` has to be modified instead, and the `fork`, `exec` combo be replaced by a @@ -59,7 +59,7 @@ they have patches for software packages, to avoid using `fork` followed by ## Related - * [[service_solahart_jakarta_selatan__082122541663/secure_file_descriptor_handling]]. + * [[open_issues/secure_file_descriptor_handling]]. # External |