diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-12 19:17:29 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-12 19:17:29 +0000 |
commit | 7357755b9b0281bac6df36f4f5ee9e80f30d65ba (patch) | |
tree | 3268bcbf1a9867926e7d8dd30b42b9e0253fb1d3 /etc | |
parent | 85b899a9ad802c6474caa577aa5d1b46185c8675 (diff) | |
download | ATCD-7357755b9b0281bac6df36f4f5ee9e80f30d65ba.tar.gz |
ChangeLogTag: Tue Oct 12 14:16:18 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/purify.solaris2 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/purify.solaris2 b/etc/purify.solaris2 index 6ae1df0b156..cd01a1fa08b 100644 --- a/etc/purify.solaris2 +++ b/etc/purify.solaris2 @@ -35,9 +35,7 @@ suppress umr _lwp_in_syscall; _thrp_suspend #### These look like benign UMRs in the threads library. #### suppress umr __sigprocmask; _thrp_exit; _t_cancel; _thr_exit_common -suppress umr __sigprocmask; _thrp_exit; _thr_exit_common; _age; thr_yield -suppress umr __sigprocmask; _thrp_exit; _thr_exit_common; _age; _lwp_start -suppress umr __sigprocmask; _thrp_exit; _thr_exit_common; _age; _qswtch +suppress umr __sigprocmask; _thrp_exit; _thr_exit_common; _age #### #### With Solaris 2.5.1, time (and other) functions apparently hold @@ -156,4 +154,8 @@ suppress mlk malloc; __0OnWuI; operator new(unsigned int); ACE_TSS<*>::make_TSS_ suppress miu malloc; _atfork_append; _t0init; _init suppress miu malloc; _atfork_append; _ld_concurrency; _t0init; _init +suppress umr *; get_info_by_class; sched_getparam +suppress umr *; *; get_info_by_class; sched_getparam +suppress umr get_local_info; order_haddrlist; _get_hostserv_inetnetdir_byname; gethostbyname_r + #### EOF |