summaryrefslogtreecommitdiff
path: root/glibc
diff options
context:
space:
mode:
authorhttps://me.yahoo.com/a/g3Ccalpj0NhN566pHbUl6i9QF0QEkrhlfPM-#b1c14 <diana@web>2015-02-16 20:10:14 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2015-02-16 20:10:14 +0100
commit9835c16030dd58e7e5eeacf90422dedec8567ac4 (patch)
tree69d32641db062fbf21ef671968641eac0ffc7b40 /glibc
parentc721ca633b2aeb5847efb4e4bb022959aa5eba50 (diff)
update for rename of open_issues/performance/fork.mdwn to service_solahart_jakarta_selatan__082122541663/performance/fork.mdwn
Diffstat (limited to 'glibc')
-rw-r--r--glibc/fork.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/glibc/fork.mdwn b/glibc/fork.mdwn
index 461bedf3..acb64f72 100644
--- a/glibc/fork.mdwn
+++ b/glibc/fork.mdwn
@@ -18,7 +18,7 @@ standard means of the [[microkernel/Mach]], but as [[unix/file_descriptor]]s
(for example) are a concept that is implemented inside [[glibc]] (based on
[[Mach port|microkernel/mach/port]]s), these have to be duplicated from
userspace, which requires a small number of [[RPC]]s for each of them, and in
-the sum, [[this affects performance|open_issues/performance/fork]] when new
+the sum, [[this affects performance|service_solahart_jakarta_selatan__082122541663/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