X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cacao.git;a=blobdiff_plain;f=src%2Fmm%2Fboehm-gc%2Fdoc%2FREADME.solaris2;h=f91410633c872572bce52d393d9dc78b2075b49f;hp=73620342f397fac556c6e33f26dccd7f8232cb6e;hb=c9ee016a64e925938f84fcb85521f82febcc4f63;hpb=c83bff94e40ee0a218a39931af17814d1a42cb5c diff --git a/src/mm/boehm-gc/doc/README.solaris2 b/src/mm/boehm-gc/doc/README.solaris2 index 73620342f..f91410633 100644 --- a/src/mm/boehm-gc/doc/README.solaris2 +++ b/src/mm/boehm-gc/doc/README.solaris2 @@ -20,9 +20,9 @@ You may want to reverse this decisions if you use -DREDIRECT_MALLOC=... SOLARIS THREADS: -The collector must be compiled with -DGC_SOLARIS_THREADS (thr_ functions) -or -DGC_THREADS to be thread safe. This assumes use of the pthread_ -interface. Old style Solaris threads are no longer supported. +The collector must be compiled with -DGC_THREADS to be thread safe. +This assumes use of the pthread_ interface. Old style Solaris threads +are no longer supported. It is also essential that gc.h be included in files that call thr_create, thr_join, thr_suspend, thr_continue, or dlopen. Gc.h macro defines