diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 715f1e102..fdd920f3c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1440,6 +1440,7 @@ typedef struct procps_status_t { | |||
1440 | char *argv0; | 1440 | char *argv0; |
1441 | char *exe; | 1441 | char *exe; |
1442 | IF_SELINUX(char *context;) | 1442 | IF_SELINUX(char *context;) |
1443 | IF_FEATURE_SHOW_THREADS(unsigned main_thread_pid;) | ||
1443 | /* Everything below must contain no ptrs to malloc'ed data: | 1444 | /* Everything below must contain no ptrs to malloc'ed data: |
1444 | * it is memset(0) for each process in procps_scan() */ | 1445 | * it is memset(0) for each process in procps_scan() */ |
1445 | unsigned long vsz, rss; /* we round it to kbytes */ | 1446 | unsigned long vsz, rss; /* we round it to kbytes */ |