irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
authorMark Mitchell <mark@codesourcery.com>
Sun, 19 May 2002 17:36:14 +0000 (17:36 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 19 May 2002 17:36:14 +0000 (17:36 +0000)
commit61039cd09eed677f690943bca7dc0d122e19ddcb
tree1f800047367210ef317746691a9f99de9e9d83a0
parentbce0deb2b67e54e705e83b6236445d743468c1f2
irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.

* 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.

From-SVN: r53636
boehm-gc/ChangeLog
boehm-gc/include/private/gc_locks.h
boehm-gc/include/private/gc_priv.h
boehm-gc/irix_threads.c