Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
643a8cb0
Commit
643a8cb0
authored
6 months ago
by
Basile Desloges
Committed by
Andre Maroneze
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[libc] Add more utmp.h defines
parent
051bbe2c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
share/libc/__fc_utmp_constants.h
+4
-2
4 additions, 2 deletions
share/libc/__fc_utmp_constants.h
with
4 additions
and
2 deletions
share/libc/__fc_utmp_constants.h
+
4
−
2
View file @
643a8cb0
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment