From 643a8cb01d5e06f842f475ef211f70b966ac661d Mon Sep 17 00:00:00 2001 From: Basile Desloges <basile.desloges@cea.fr> Date: Wed, 18 Sep 2024 15:52:06 +0200 Subject: [PATCH] [libc] Add more utmp.h defines --- share/libc/__fc_utmp_constants.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/libc/__fc_utmp_constants.h b/share/libc/__fc_utmp_constants.h index 36e64981f3..ac177b0b60 100644 --- a/share/libc/__fc_utmp_constants.h +++ b/share/libc/__fc_utmp_constants.h @@ -39,13 +39,15 @@ __BEGIN_DECLS #define UT_HOSTSIZE 256 #define EMPTY 0 +#define RUN_LVL 1 #define BOOT_TIME 2 -#define OLD_TIME 4 #define NEW_TIME 3 -#define USER_PROCESS 7 +#define OLD_TIME 4 #define INIT_PROCESS 5 #define LOGIN_PROCESS 6 +#define USER_PROCESS 7 #define DEAD_PROCESS 8 +#define ACCOUNTING 9 #define ut_name ut_user #ifndef _NO_UT_TIME -- GitLab