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 | 232547795a7065c93b9600a9c1b274c42080ed93 (patch) | |
tree | 0e2b1b7e6a4156029e97194b237b861f3385a1d2 /etc | |
parent | de8d5cc38b9acbfa8f0f4acf5d7453698876f3b8 (diff) | |
download | ATCD-232547795a7065c93b9600a9c1b274c42080ed93.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 |