diff options
Diffstat (limited to 'Libraries/LibCore/ProcessStatisticsReader.h')
-rw-r--r-- | Libraries/LibCore/ProcessStatisticsReader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibCore/ProcessStatisticsReader.h b/Libraries/LibCore/ProcessStatisticsReader.h index c260735ffa..6620365d08 100644 --- a/Libraries/LibCore/ProcessStatisticsReader.h +++ b/Libraries/LibCore/ProcessStatisticsReader.h @@ -33,7 +33,7 @@ namespace Core { struct ThreadStatistics { - int tid; + pid_t tid; unsigned times_scheduled; unsigned ticks; unsigned syscall_count; |