summaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2020-11-21 10:32:40 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2020-11-21 10:32:40 +0000
commit74a093eb9803f0f2fb802d1574583a49ed22d5d9 (patch)
tree50df16ada6830bfd800b4368fb181029725869b8 /sys/sys
parentb3718e2d7ebfe7fc0bb57bd0906aacc28dd755b2 (diff)
downloadsrc-test2-74a093eb9803f0f2fb802d1574583a49ed22d5d9.tar.gz
src-test2-74a093eb9803f0f2fb802d1574583a49ed22d5d9.zip
Notes
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/umtx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/umtx.h b/sys/sys/umtx.h
index da93d03f9329..2955c2ad9901 100644
--- a/sys/sys/umtx.h
+++ b/sys/sys/umtx.h
@@ -188,6 +188,7 @@ umtx_key_match(const struct umtx_key *k1, const struct umtx_key *k2)
}
int umtx_copyin_timeout(const void *, struct timespec *);
+void umtx_exec(struct proc *p);
int umtx_key_get(const void *, int, int, struct umtx_key *);
void umtx_key_release(struct umtx_key *);
struct umtx_q *umtxq_alloc(void);