Date: Sat, 3 Dec 2011 12:33:17 +0000 (UTC) From: Peter Holm <pho@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r228220 - head/sys/sys Message-ID: <201112031233.pB3CXHMN039414@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pho Date: Sat Dec 3 12:33:17 2011 New Revision: 228220 URL: http://svn.freebsd.org/changeset/base/228220 Log: Add declaration of umtx_copyin_timeout() In collaboration with: kib MFC after: 1 week Modified: head/sys/sys/umtx.h Modified: head/sys/sys/umtx.h ============================================================================== --- head/sys/sys/umtx.h Sat Dec 3 12:30:58 2011 (r228219) +++ head/sys/sys/umtx.h Sat Dec 3 12:33:17 2011 (r228220) @@ -223,6 +223,7 @@ umtx_key_match(const struct umtx_key *k1 k1->info.both.b == k2->info.both.b); } +int umtx_copyin_timeout(const void *, struct timespec *); int umtx_key_get(void *, int, int, struct umtx_key *); void umtx_key_release(struct umtx_key *); struct umtx_q *umtxq_alloc(void);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112031233.pB3CXHMN039414>