]> granicus.if.org Git - gc/commit
* include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Oct 2001 04:55:30 +0000 (04:55 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:20 +0000 (10:54 +0400)
commit63fccea4ea6857534ebb5e1e197c4b99bd89e9cf
tree3567a1c0b36a568a57af16533b785c9142160a9c
parentfc75719aedb2152a2185e38aad424401c4fa9a4e
* include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
* linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
GC_FREEBSD_THREADS, handle strange interaction between system
pthread implementation and boehm-gc signal-handler architecture.
* tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
set stack.
* include/private/gcconfig.h (configuration keyed off FREEBSD):
Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
MPROTECT_VDB when GC_FREEBSD_THREADS is defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46307 138bc75d-0d04-0410-961f-82ee72b054a4
ChangeLog
include/gc_pthread_redirects.h
include/private/gcconfig.h
linux_threads.c
tests/test.c