freebsd-dev/lib
Brian Behlendorf 1e33ac1e26 Fix Solaris thread dependency by using pthreads
This is a portability change which removes the dependence of the Solaris
thread library.  All locations where Solaris thread API was used before
have been replaced with equivilant Solaris kernel style thread calls.
In user space the kernel style threading API is implemented in term of
the portable pthreads library.  This includes all threads, mutexs,
condition variables, reader/writer locks, and taskqs.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2010-08-31 08:38:47 -07:00
..
libefi Fix gcc ident pragma warnings 2010-08-27 15:34:02 -07:00
libnvpair Fix gcc ident pragma warnings 2010-08-27 15:34:02 -07:00
libuutil Fix Solaris thread dependency by using pthreads 2010-08-31 08:38:47 -07:00
libzfs Fix strncat usage 2010-08-31 08:38:46 -07:00
libzpool Fix Solaris thread dependency by using pthreads 2010-08-31 08:38:47 -07:00