* m4/ac_pthreads_implementation.m4: Reverted rev7996.
authortwisti <none@none>
Fri, 1 Jun 2007 00:29:51 +0000 (00:29 +0000)
committertwisti <none@none>
Fri, 1 Jun 2007 00:29:51 +0000 (00:29 +0000)
commit2482796098748a4aa1c684ff34d622564d3d1bff
tree220b6dff43890cebd39549fc349a84a9c11ab889
parentfd98d087aab708f2006a425a271f4c1755b7e799
* m4/ac_pthreads_implementation.m4: Reverted rev7996.
* m4/threads.m4: Likewise.

* src/threads/threads-common.c [__LINUX__]
(threads_pthreads_implementation_nptl): Added.
(threads_preinit) [__LINUX__]: Check which thread-implementation we
are using.

* src/threads/threads-common.h [__LINUX__]
(threads_pthreads_implementation_nptl): Added.

* src/vm/signal.c (signal_init) [__LINUX__]: Check for
threads_pthreads_implementation_nptl.

* src/vm/vm.c (vm_create) [__LINUX__]: Likewise.
m4/ac_pthreads_implementation.m4 [deleted file]
m4/threads.m4
src/threads/threads-common.c
src/threads/threads-common.h
src/vm/signal.c
src/vm/vm.c