diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2022-07-05 20:20:41 +0300 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2022-07-05 20:20:41 +0300 |
commit | af90178a6ce92dab9d7f3403360c60f81b79d7d3 (patch) | |
tree | d95a78dab3bbc6180e151b209157e6b7dd603210 /doc | |
parent | 79867a5ecdb7132a63b54e880edf8b7cd40d951d (diff) | |
download | bdwgc-af90178a6ce92dab9d7f3403360c60f81b79d7d3.tar.gz |
Fix SUNOS5SIGS documentation to match macro definition in gcconfig.h
* doc/README.macros (SUNOS5SIGS): Update documentation (mention
FreeBSD to match that in gcconfig.h).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.macros | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/README.macros b/doc/README.macros index ca34d27d..e339bfdb 100644 --- a/doc/README.macros +++ b/doc/README.macros @@ -114,8 +114,7 @@ GC_ABORT_ON_LEAK Causes the application to be terminated once leaked or SUNOS5SIGS Solaris-like signal handling. This is probably misnamed, since it really doesn't guarantee much more than POSIX. Currently set only - for Solaris2.X, HPUX, and DRSNX. Should probably be set for some other - platforms. + for DRSNX, FreeBSD, HP/UX and Solaris. PCR Set if the collector is being built as part of the Xerox Portable Common Runtime. The client might need to define PCR_NO_RENAME and |