diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-06 14:41:39 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-06 14:41:39 +0000 |
commit | 8800aecbeeeb76e4c76981cb523a58181a5e4587 (patch) | |
tree | 0e2b1b7e6a4156029e97194b237b861f3385a1d2 /etc | |
parent | 7b29ba933911b6c6cef6f996a4e601411edc19c9 (diff) | |
download | ATCD-8800aecbeeeb76e4c76981cb523a58181a5e4587.tar.gz |
added suppression of MIU from putenv
Diffstat (limited to 'etc')
-rw-r--r-- | etc/purify.solaris2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/purify.solaris2 b/etc/purify.solaris2 index 8490d13f381..b1440909fb8 100644 --- a/etc/purify.solaris2 +++ b/etc/purify.solaris2 @@ -18,6 +18,7 @@ suppress miu malloc; *alloc; thr_setspecific suppress miu malloc; realloc; thr_keycreate suppress mlk malloc; calloc; thr_setspecific suppress plk malloc; *alloc; thr_setspecific +suppress miu malloc; realloc; putenv #### #### This looks like a minor problem in the g++ rx library or the Solaris 2.5 |