[dahdi-commits] fjoe: freebsd/trunk r9169 - /freebsd/trunk/include/dahdi/compat/bsd.h
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Fri Aug 20 04:17:28 CDT 2010
Author: fjoe
Date: Fri Aug 20 04:17:24 2010
New Revision: 9169
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9169
Log:
Implement wait_event_interruptible().
Modified:
freebsd/trunk/include/dahdi/compat/bsd.h
Modified: freebsd/trunk/include/dahdi/compat/bsd.h
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/include/dahdi/compat/bsd.h?view=diff&rev=9169&r1=9168&r2=9169
==============================================================================
--- freebsd/trunk/include/dahdi/compat/bsd.h (original)
+++ freebsd/trunk/include/dahdi/compat/bsd.h Fri Aug 20 04:17:24 2010
@@ -76,6 +76,7 @@
} \
__ret; \
})
+#define wait_event_interruptible(q, condition) wait_event_timeout(q, condition, 0)
/*
* Bit API
More information about the dahdi-commits
mailing list