mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4ebeef489c
which is rather tightly coupled with GNU libc, unlike the older version of this port. LinuxThreads has added many features since it was integrated with GNU libc, which means that a number of interfaces that were borrowed from libc_r are no longer needed. This updated port required a lot of reworking of the port, so there are likely to be new bugs.
23 lines
752 B
Plaintext
23 lines
752 B
Plaintext
lib/liblthread.a
|
|
lib/liblthread_p.a
|
|
lib/liblthread.so
|
|
lib/liblthread.so.2
|
|
lib/liblgcc_r.a
|
|
lib/liblgcc_r_pic.a
|
|
include/pthread/linuxthreads/pthread.h
|
|
include/pthread/linuxthreads/semaphore.h
|
|
include/pthread/linuxthreads/pt-machine.h
|
|
include/pthread/linuxthreads/useldt.h
|
|
include/pthread/linuxthreads/bits/libc-lock.h
|
|
include/pthread/linuxthreads/bits/libc-tsd.h
|
|
include/pthread/linuxthreads/bits/pthreadtypes.h
|
|
include/pthread/linuxthreads/bits/stdio-lock.h
|
|
include/pthread/linuxthreads/bits/local_lim.h
|
|
include/pthread/linuxthreads/bits/posix_opt.h
|
|
include/pthread/linuxthreads/bits/sigthread.h
|
|
@exec /sbin/ldconfig -m %D/lib
|
|
@dirrm include/pthread/linuxthreads/bits
|
|
@dirrm include/pthread/linuxthreads
|
|
@dirrm include/pthread
|
|
@unexec /sbin/ldconfig -R
|