svn commit: r228220 - head/sys/sys

Peter Holm pho at FreeBSD.org
Sat Dec 3 12:33:17 UTC 2011


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);


More information about the svn-src-all mailing list