svn commit: r299943 - head/lib/libthr

Jilles Tjoelker jilles at FreeBSD.org
Mon May 16 13:39:05 UTC 2016


Author: jilles
Date: Mon May 16 13:39:04 2016
New Revision: 299943
URL: https://svnweb.freebsd.org/changeset/base/299943

Log:
  libthr(3): Fix xref to _umtx_op(2) now that we have it.

Modified:
  head/lib/libthr/libthr.3

Modified: head/lib/libthr/libthr.3
==============================================================================
--- head/lib/libthr/libthr.3	Mon May 16 12:56:28 2016	(r299942)
+++ head/lib/libthr/libthr.3	Mon May 16 13:39:04 2016	(r299943)
@@ -118,7 +118,7 @@ environment variable.
 If both the spin and yield loops
 failed to acquire the lock, the thread is taken off the CPU and
 put to sleep in the kernel with the
-.Xr umtx 2
+.Xr _umtx_op 2
 syscall.
 The kernel wakes up a thread and hands the ownership of the lock to
 the woken thread when the lock becomes available.
@@ -236,7 +236,7 @@ logs.
 .Xr ld-elf.so.1 1 ,
 .Xr getrlimit 2 ,
 .Xr errno 2 ,
-.Xr umtx 2 ,
+.Xr _umtx_op 2 ,
 .Xr dlclose 3 ,
 .Xr dlopen 3 ,
 .Xr getenv 3 ,


More information about the svn-src-all mailing list