Fix libzpool cv_* build error
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 31 Mar 2011 19:16:24 +0000 (12:16 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 31 Mar 2011 19:20:53 +0000 (12:20 -0700)
commite88b041ed6a7ce358df25a7af057ea5c76dd1c2a
tree08b4fe8048049512bc5473b420fc4b9a1fba6db2
parentbfd214af01dd360417b1331d903655244979fe0f
Fix libzpool cv_* build error

This build failure was accidentally introduced by previous commit
bfd214a which fixed the load average.  Unfortunately, the wrapper
for cv_wait_interruptible was not available in the zfs_context.h
user compatibility code.  I failed to notice this because I didn't
rebuild everything cleanly before committing.

  undefined reference to `cv_wait_interruptible'
  collect2: ld returned 1 exit status

Closes #181
include/sys/zfs_context.h