Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-02 04:59:39 +0400
committerChristopher Faylor <me@cgf.cx>2002-05-02 04:59:39 +0400
commit0d0fdc8d62beed1f7f2da697d3e6d500e6d21b0d (patch)
treed3dc78891b62cbb243eb2a2724cae7fef4a42472 /newlib/libc/sys
parentdc60c22eae9ea2200d06970a07f5812c35003675 (diff)
* utmp.h: Define more UNIX constants.
Diffstat (limited to 'newlib/libc/sys')
-rw-r--r--newlib/libc/sys/cygwin/sys/utmp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/libc/sys/cygwin/sys/utmp.h b/newlib/libc/sys/cygwin/sys/utmp.h
index 87cb5d368..494754bd6 100644
--- a/newlib/libc/sys/cygwin/sys/utmp.h
+++ b/newlib/libc/sys/cygwin/sys/utmp.h
@@ -36,6 +36,11 @@ struct utmp
long ut_addr;
};
+#define RUN_LVL 1
+#define BOOT_TIME 2
+#define NEW_TIME 3
+#define OLD_TIME 4
+
#define INIT_PROCESS 5
#define LOGIN_PROCESS 6
#define USER_PROCESS 7