diff options
Diffstat (limited to 'etc/purify.solaris2')
-rw-r--r-- | etc/purify.solaris2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/purify.solaris2 b/etc/purify.solaris2 index dbb1abcafd3..72e8bb677fb 100644 --- a/etc/purify.solaris2 +++ b/etc/purify.solaris2 @@ -31,9 +31,10 @@ suppress umr qst; qsort; rx_compactify_nfa; rx_compile; re_compile_pattern; Rege suppress umr _lwp_in_syscall; _thrp_suspend #### -#### This looks like a benign UMR in the threads library. +#### 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 #### #### With Solaris 2.5.1, time (and other) functions apparently hold |