svn commit: r201750 - head/lib/libc/gen

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Jan 7 16:52:00 UTC 2010


Author: trasz
Date: Thu Jan  7 16:52:00 2010
New Revision: 201750
URL: http://svn.freebsd.org/changeset/base/201750

Log:
  Remove BUGS section that no longer applies after recent changes to semaphore
  code.
  
  OK-ed by:	davidxu

Modified:
  head/lib/libc/gen/sem_init.3

Modified: head/lib/libc/gen/sem_init.3
==============================================================================
--- head/lib/libc/gen/sem_init.3	Thu Jan  7 16:18:46 2010	(r201749)
+++ head/lib/libc/gen/sem_init.3	Thu Jan  7 16:52:00 2010	(r201750)
@@ -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).


More information about the svn-src-all mailing list