cvs commit: src/lib/libc/gen
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Thu Dec 16 14:56:06 PST 2004
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 at 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
More information about the Commits
mailing list