]> git.pond.sub.org Git - empserver/commit
[_DECTHREADS_] Drop support for DECthreads d4, a.k.a. DCE threads,
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 23 Jul 2005 17:26:20 +0000 (17:26 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 23 Jul 2005 17:26:20 +0000 (17:26 +0000)
commit59c15ea9d4de7fb185864b98b7b45fc43eb21b46
tree4f49f7c9039692ea451d2bbb3a6f4a00cba3a358
parentbf61ce9f38dd4a3ed5dc5da29d1e2e221fce29ba
[_DECTHREADS_] Drop support for DECthreads d4, a.k.a. DCE threads,
which are obsolete since at least 1997.

(empth_terminate, empth_wakeup) [__ppc__]: Ancient versions of OS X
lacked pthread_kill().  As a work-around, its use was disabled here
for all versions of OS X.  The work-around could lead to hangs.
Remove it and drop support for ancient versions of OS X.

(empth_create) [__linux__]: Linux has supported thread attribute
stacksize for ages.  Remove the special case.

(_MIT_POSIX_THREADS): Unused, remove.
include/empthread.h
src/lib/empthread/pthread.c