DragonFly commits List (threaded) for 2004-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/lib/libc/gen
joerg 2004/12/16 14:55:29 PST
DragonFly src repository
Modified files:
lib/libc/gen Makefile.inc
Added files:
lib/libc/gen pthread_fake.c
Log:
Add weak fake pthread functions, which always fail. This is needed to
allow non-threaded programs to link thread-aware libraries or dlopen
such shared objects. A similiar "solution" has been used by
XFree86 / Xorg for years in form of libXThrStub, but this was recently
retired. It can be a considered a short term solution until libcr is
ready.
Submitted-by: Simon 'corecode' Schubert <corecode@xxxxxxxxxxxx>
Revision Changes Path
1.5 +1 -1 src/lib/libc/gen/Makefile.inc
http://www.dragonflybsd.org/cvsweb/src/lib/libc/gen/Makefile.inc.diff?r1=1.4&r2=1.5&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]