aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pid.c
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-11 12:00:57 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-11 12:00:57 -0500
commitcffa48d80ca5f93bb1e97fbfc96364e45166a399 (patch)
tree5a4d9610ad78dcb8e02d8d4097959ea5f7ac3bd7 /src/lib/pid.c
parenthidepid part 3 (diff)
downloadfirejail-cffa48d80ca5f93bb1e97fbfc96364e45166a399.tar.gz
firejail-cffa48d80ca5f93bb1e97fbfc96364e45166a399.tar.zst
firejail-cffa48d80ca5f93bb1e97fbfc96364e45166a399.zip
hidepid part 4
Diffstat (limited to 'src/lib/pid.c')
-rw-r--r--src/lib/pid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/pid.c b/src/lib/pid.c
index ef1a428fb..ed583c51d 100644
--- a/src/lib/pid.c
+++ b/src/lib/pid.c
@@ -29,7 +29,6 @@
29//Process pids[max_pids]; 29//Process pids[max_pids];
30Process *pids = NULL; 30Process *pids = NULL;
31int max_pids=32769; 31int max_pids=32769;
32#define PIDS_BUFLEN 4096
33 32
34// get the memory associated with this pid 33// get the memory associated with this pid
35void pid_getmem(unsigned pid, unsigned *rss, unsigned *shared) { 34void pid_getmem(unsigned pid, unsigned *rss, unsigned *shared) {