freebsd-dev/lib/libthr
Ruslan Ermilov 948809b1ae Always install libpthread.* symlinks if at least one of
the threading libraries is built.  This simplifies the
logic in makefiles that need to check if the pthreads
support is present.  It also fixes a bug where we would
build a threading library that we shouldn't have built:
for example, building with WITHOUT_LIBTHR and the default
value of DEFAULT_THREADING_LIB (libthr) would mistakenly
build the libthr library, but not install it.

Approved by:	re (kensmith)
2007-10-01 18:29:55 +00:00
..
arch - Remove variable _thr_scope_system, all threads are system scope. 2006-12-15 11:52:01 +00:00
support
sys __error could be called too early before libthr is initialized, test 2006-07-12 03:44:05 +00:00
thread Output error message to STDERR_FILENO. 2007-08-07 04:50:14 +00:00
libthr.3
Makefile Always install libpthread.* symlinks if at least one of 2007-10-01 18:29:55 +00:00
pthread.map Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. 2007-05-13 14:12:40 +00:00