aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 8d5537114..d37d4e64c 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -2148,9 +2148,8 @@ typedef struct procps_status_t {
2148 DIR *dir; 2148 DIR *dir;
2149#else 2149#else
2150 HANDLE snapshot; 2150 HANDLE snapshot;
2151 unsigned *pids; 2151 DWORD *pids;
2152 int npids; 2152 int npids;
2153 int maxpids;
2154#endif 2153#endif
2155 IF_FEATURE_SHOW_THREADS(DIR *task_dir;) 2154 IF_FEATURE_SHOW_THREADS(DIR *task_dir;)
2156 uint8_t shift_pages_to_bytes; 2155 uint8_t shift_pages_to_bytes;