From ac8a23d733c4f1f596194cce478eccc78e989a8a Mon Sep 17 00:00:00 2001 From: apio Date: Sat, 22 Oct 2022 14:40:30 +0200 Subject: [PATCH] wrong type :) --- libs/libc/include/luna/pstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/include/luna/pstat.h b/libs/libc/include/luna/pstat.h index 119c58b8..407f041c 100644 --- a/libs/libc/include/luna/pstat.h +++ b/libs/libc/include/luna/pstat.h @@ -9,7 +9,7 @@ struct pstat pid_t pt_ppid; char pt_name[128]; int pt_state; - pid_t pt_time; + long pt_time; }; #define PT_IDLE 0