summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_futex.h
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2011-01-31 06:06:23 +0000
committerdchagin <dchagin@FreeBSD.org>2011-01-31 06:06:23 +0000
commit633a205e26877ea0c7bf1ae16fa8de11dafe9c4f (patch)
tree4a0ed12e3eb8fc9281e970441a728132abcbb5ec /sys/compat/linux/linux_futex.h
parent6570332d31939a8f1b325739d41b69e95d140823 (diff)
downloadFreeBSD-src-633a205e26877ea0c7bf1ae16fa8de11dafe9c4f.zip
FreeBSD-src-633a205e26877ea0c7bf1ae16fa8de11dafe9c4f.tar.gz
Yet another unimplemented futex operation, print out about.
Submitted by: arundel MFC after: 1 month.
Diffstat (limited to 'sys/compat/linux/linux_futex.h')
-rw-r--r--sys/compat/linux/linux_futex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_futex.h b/sys/compat/linux/linux_futex.h
index 3eb38b2..0990daa 100644
--- a/sys/compat/linux/linux_futex.h
+++ b/sys/compat/linux/linux_futex.h
@@ -51,6 +51,7 @@ extern struct mtx futex_mtx;
#define LINUX_FUTEX_WAIT_BITSET 9
#define LINUX_FUTEX_WAKE_BITSET 10
#define LINUX_FUTEX_WAIT_REQUEUE_PI 11
+#define LINUX_FUTEX_CMP_REQUEUE_PI 12
#define LINUX_FUTEX_PRIVATE_FLAG 128
#define LINUX_FUTEX_CLOCK_REALTIME 256
OpenPOWER on IntegriCloud