Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src-draft/trunk]: src/lib/libpthread Disable pthread assertions again



details:   https://anonhg.NetBSD.org/src-all/rev/3dffd509e415
branches:  trunk
changeset: 949249:3dffd509e415
user:      Joerg Sonnenberger <joerg%bec.de@localhost>
date:      Mon Jun 15 13:55:28 2020 +0200

description:
Disable pthread assertions again

diffstat:

 lib/libpthread/pthread.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ad998c1beaea -r 3dffd509e415 lib/libpthread/pthread.c
--- a/lib/libpthread/pthread.c  Wed May 27 23:20:34 2020 +0200
+++ b/lib/libpthread/pthread.c  Mon Jun 15 13:55:28 2020 +0200
@@ -105,7 +105,7 @@
        DIAGASSERT_SYSLOG =     1<<2
 };
 
-static int pthread__diagassert = DIAGASSERT_ABORT | DIAGASSERT_SYSLOG | DIAGASSERT_STDERR;
+static int pthread__diagassert;
 
 int pthread__concurrency;
 int pthread__nspins;



Home | Main Index | Thread Index | Old Index