git: d06a86d2025b - stable/13 - umtx: Add new pi_futex type.

From: Dmitry Chagin <dchagin_at_FreeBSD.org>
Date: Fri, 17 Jun 2022 19:37:31 UTC
The branch stable/13 has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=d06a86d2025baa73a2ff1147dd348cc179313aef

commit d06a86d2025baa73a2ff1147dd348cc179313aef
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2021-07-29 09:48:34 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2022-06-17 19:33:19 +0000

    umtx: Add new pi_futex type.
    
    Differential Revision:  https://reviews.freebsd.org/D31250
    MFC after:              2 weeks
    
    (cherry picked from commit 20979f38c18665efbd9dd17eb4d6ab43d253eca4)
---
 sys/sys/umtxvar.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/sys/umtxvar.h b/sys/sys/umtxvar.h
index a0ef7931a88d..b6d89b6b8559 100644
--- a/sys/sys/umtxvar.h
+++ b/sys/sys/umtxvar.h
@@ -51,6 +51,7 @@ enum {
 	TYPE_SHM,
 	TYPE_PI_ROBUST_UMUTEX,
 	TYPE_PP_ROBUST_UMUTEX,
+	TYPE_PI_FUTEX,
 };
 
 /* Key to represent a unique userland synchronous object */