]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Added FIXME for priority inheritance operations.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 26 Sep 2006 06:38:06 +0000 (06:38 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 26 Sep 2006 06:38:06 +0000 (06:38 +0000)
man2/futex.2

index f872a5ac2f45d93b6b37bdd71a55da22f7f4732e..8102434c357da30eb7623d5e84d5f4200df30044 100644 (file)
@@ -6,6 +6,12 @@
 .\" Modified 2004-06-17 mtk
 .\" Modified 2004-10-07 aeb, added FUTEX_REQUEUE, FUTEX_CMP_REQUEUE
 .\"
+.\" FIXME
+.\" 2.6.18 adds (ingo Molnar) priority inheritance support: 
+.\" FUTEX_LOCK_PI, FUTEX_UNLOCK_PI, and FUTEX_TRYLOCK_PI.  These need 
+.\" to be documented in the manual page.  Probably there is sufficient
+.\" material in the kernel source file Documentation/pi-futex.txt.
+.\"
 .TH FUTEX 2 "2004-10-07" "Linux 2.6.7" "Linux Programmer's Manual"
 .SH NAME
 futex \- Fast Userspace Locking system call