From 25a6ecdbfb3262261465ce1dd0e0e758cf3ac497 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Wed, 6 Jul 2016 00:00:00 -0500 Subject: [PATCH] library: avoid QUICK_THREADS, swat Redhat bug #1284091 For this release, what's likely to be our last oldlib, we really no longer care when top or ps threads access is made a little less efficient. This is especially so when efficiency was gained at the expense of accuracy. The newlib branch already has turned off QUICK_THREADS so this patch just brings the master branch into line. Reference(s): https://bugzilla.redhat.com/show_bug.cgi?id=1284091 Signed-off-by: Jim Warner --- proc/readproc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc/readproc.h b/proc/readproc.h index d03f7c8c..ba856ca4 100644 --- a/proc/readproc.h +++ b/proc/readproc.h @@ -14,7 +14,7 @@ #include "pwcache.h" #define SIGNAL_STRING -#define QUICK_THREADS /* copy (vs. read) some thread info from parent proc_t */ +//#define QUICK_THREADS /* copy (vs. read) some thread info from parent proc_t */ EXTERN_C_BEGIN