summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://me.yahoo.com/a/g3Ccalpj0NhN566pHbUl6i9QF0QEkrhlfPM-#b1c14 <diana@web>2015-02-16 20:10:13 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2015-02-16 20:10:13 +0100
commit34e2191145056047946422ddf49ce04a9c005054 (patch)
treef5ae0b2580e2fbe74d90fe5797d5cda81082fe4c
parentecb9737556e6ffaaec90f489bb0539e7c6b3af49 (diff)
update for rename of open_issues/secure_file_descriptor_handling.mdwn to service_solahart_jakarta_selatan__082122541663/secure_file_descriptor_handling.mdwn
-rw-r--r--glibc/fork.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/glibc/fork.mdwn b/glibc/fork.mdwn
index 12ca2d19..461bedf3 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|open_issues/secure_file_descriptor_handling]] (most of) the
+turn close|service_solahart_jakarta_selatan__082122541663/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
- * [[open_issues/secure_file_descriptor_handling]].
+ * [[service_solahart_jakarta_selatan__082122541663/secure_file_descriptor_handling]].
# External