diff options
Diffstat (limited to 'Mach')
-rw-r--r-- | Mach/PosixSemaphores.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mach/PosixSemaphores.mdwn b/Mach/PosixSemaphores.mdwn index c77cb08b..be5586bd 100644 --- a/Mach/PosixSemaphores.mdwn +++ b/Mach/PosixSemaphores.mdwn @@ -7,3 +7,7 @@ The first penalty has virtually no cost because we know that we will never spin The second may be more of a performance penalty, but it saves reimplmenting the code in pt-cond-signal.c pt-cond-wait.c, and pthread-timedwait.c . -- [[Main/JamesAMorrison]] - 19 Jan 2003 + +Moved page to Mach web. + +-- [[Main/GrantBow]] - 21 Jan 2003 |