aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLauri Kasanen <curaga@operamail.com>2010-12-05 05:22:29 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-12-05 05:22:29 +0100
commit6578f2cf5b97a72562b56e7d9ad5d49dee9953b0 (patch)
tree0b878f3b30f12ea3c1ab3a56a2f0952b58ce9faf /include
parenta04440ccadbee947cb9d3f37969eea3e2c570ebf (diff)
downloadbusybox-w32-6578f2cf5b97a72562b56e7d9ad5d49dee9953b0.tar.gz
busybox-w32-6578f2cf5b97a72562b56e7d9ad5d49dee9953b0.tar.bz2
busybox-w32-6578f2cf5b97a72562b56e7d9ad5d49dee9953b0.zip
pstree: new applet. +1664 bytes
text data bss dec hex filename 883379 936 17192 901507 dc183 busybox_old 885043 936 17192 903171 dc803 busybox_unstripped Signed-off-by: Lauri Kasanen <curaga@operamail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 7c1db3f40..d3ad6e294 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1426,6 +1426,7 @@ typedef struct procps_status_t {
1426 char *argv0; 1426 char *argv0;
1427 char *exe; 1427 char *exe;
1428 IF_SELINUX(char *context;) 1428 IF_SELINUX(char *context;)
1429 IF_FEATURE_SHOW_THREADS(unsigned main_thread_pid;)
1429 /* Everything below must contain no ptrs to malloc'ed data: 1430 /* Everything below must contain no ptrs to malloc'ed data:
1430 * it is memset(0) for each process in procps_scan() */ 1431 * it is memset(0) for each process in procps_scan() */
1431 unsigned long vsz, rss; /* we round it to kbytes */ 1432 unsigned long vsz, rss; /* we round it to kbytes */