From: Jaromir Capik Date: Mon, 14 Jul 2014 14:12:53 +0000 (+0200) Subject: library: removing note about PROC_{PID,UID} being obsolete X-Git-Tag: v3.3.10~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0393047a4fc7e868f353cb80db39539c35a30f0e;p=procps-ng library: removing note about PROC_{PID,UID} being obsolete --- diff --git a/proc/readproc.h b/proc/readproc.h index 817277ac..729e1dfa 100644 --- a/proc/readproc.h +++ b/proc/readproc.h @@ -284,7 +284,7 @@ extern proc_t * get_proc_stats(pid_t pid, proc_t *p); #define PROC_LOOSE_TASKS 0x2000 // treat threads as if they were processes -// Obsolete, consider only processes with one of the passed: +// consider only processes with one of the passed: #define PROC_PID 0x1000 // process id numbers ( 0 terminated) #define PROC_UID 0x4000 // user id numbers ( length needed )