diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-27 02:59:31 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-27 02:59:31 +0000 |
commit | 55ff375a97c5bff74d491cc739c4908db65acfce (patch) | |
tree | dd7cf3814f9424d4c5a46a8e2d8ce63259384fa4 /etc | |
parent | 76a0121c54eb9c576e4aa4fac146116c7a1e08d8 (diff) | |
download | ATCD-55ff375a97c5bff74d491cc739c4908db65acfce.tar.gz |
added another UMR in __sigprocmaks; _thrp_exit
Diffstat (limited to 'etc')
-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 |