diff options
author | trasz <trasz@FreeBSD.org> | 2010-01-07 16:52:00 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2010-01-07 16:52:00 +0000 |
commit | d121f05cac6a6999edd08af7917ea45996a04216 (patch) | |
tree | a899ee51a491728acd772b03ee110dd159f93e6a /lib | |
parent | 2d0bc470bd489820ff63a4b58ba8a52a524bed7a (diff) | |
download | FreeBSD-src-d121f05cac6a6999edd08af7917ea45996a04216.zip FreeBSD-src-d121f05cac6a6999edd08af7917ea45996a04216.tar.gz |
Remove BUGS section that no longer applies after recent changes to semaphore
code.
OK-ed by: davidxu
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sem_init.3 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libc/gen/sem_init.3 b/lib/libc/gen/sem_init.3 index 202612a..5938f2c 100644 --- a/lib/libc/gen/sem_init.3 +++ b/lib/libc/gen/sem_init.3 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 8, 2009 +.Dd January 7, 2010 .Dt SEM_INIT 3 .Os .Sh NAME @@ -90,10 +90,3 @@ The .Fn sem_init function conforms to .St -p1003.1-96 . -.Sh BUGS -A sem_t is a pointer to a separately allocated structure, -therefore process shared semaphores only work between related processes -and do not perform very well -(each operation is a system call, -while single-process semaphores only do a system call -if they need to block or wake up a thread). |