Skip to content
Snippets Groups Projects
Commit 643a8cb0 authored by Basile Desloges's avatar Basile Desloges Committed by Andre Maroneze
Browse files

[libc] Add more utmp.h defines

parent 051bbe2c
No related branches found
No related tags found
No related merge requests found
...@@ -39,13 +39,15 @@ __BEGIN_DECLS ...@@ -39,13 +39,15 @@ __BEGIN_DECLS
#define UT_HOSTSIZE 256 #define UT_HOSTSIZE 256
#define EMPTY 0 #define EMPTY 0
#define RUN_LVL 1
#define BOOT_TIME 2 #define BOOT_TIME 2
#define OLD_TIME 4
#define NEW_TIME 3 #define NEW_TIME 3
#define USER_PROCESS 7 #define OLD_TIME 4
#define INIT_PROCESS 5 #define INIT_PROCESS 5
#define LOGIN_PROCESS 6 #define LOGIN_PROCESS 6
#define USER_PROCESS 7
#define DEAD_PROCESS 8 #define DEAD_PROCESS 8
#define ACCOUNTING 9
#define ut_name ut_user #define ut_name ut_user
#ifndef _NO_UT_TIME #ifndef _NO_UT_TIME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment