* irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 May 2002 17:36:14 +0000 (17:36 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 May 2002 17:36:14 +0000 (17:36 +0000)
commitdc5d9b983df86e019981e85909ba3a2379d413eb
tree1f800047367210ef317746691a9f99de9e9d83a0
parent16d627c69e40b2e2de098d58b6c1dbc490fc6981
* irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
(GC_pthread_create): Fix typo.
(GC_TRY_LOCK): Likewise.
* include/private/gc_locks.h (GC_test_and_set): Only take one
one argument.
(LOCK): Adjust appropriately.
* include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
_SIGRTMIN is unavailable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53636 138bc75d-0d04-0410-961f-82ee72b054a4
boehm-gc/ChangeLog
boehm-gc/include/private/gc_locks.h
boehm-gc/include/private/gc_priv.h
boehm-gc/irix_threads.c