freebsd-dev/lib/libtpool
Minsoo Choo adf3b84fc7
Add <limits.h> header
According to the UNIX standard, <pthread.h> does not include some
PTHREAD_* values which are included in <limits.h>. OpenZFS uses
some of these values in its code, and this might cause build failure on
systems that do not have these PTHREAD_* values in <pthread.h>

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Reviewed-by: Damian Szuberski <szuberskidamian@gmail.com>
Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
Closes #14225
2022-11-28 13:24:17 -08:00
..
Makefile.am autoconf: use include directives instead of recursing down lib 2022-05-10 10:18:11 -07:00
thread_pool_impl.h Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00
thread_pool.c Add <limits.h> header 2022-11-28 13:24:17 -08:00