]> granicus.if.org Git - procps-ng/commitdiff
library: removing note about PROC_{PID,UID} being obsolete
authorJaromir Capik <jcapik@redhat.com>
Mon, 14 Jul 2014 14:12:53 +0000 (16:12 +0200)
committerJaromir Capik <jcapik@redhat.com>
Mon, 14 Jul 2014 14:12:53 +0000 (16:12 +0200)
proc/readproc.h

index 817277ac9653087d113ce2f500f093224fd6846a..729e1dfae7e838bce346000e11606f764d479c61 100644 (file)
@@ -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 )