summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-02 00:59:39 +0000
committerChristopher Faylor <me@cgf.cx>2002-05-02 00:59:39 +0000
commit0d0fdc8d62beed1f7f2da697d3e6d500e6d21b0d (patch)
treed3dc78891b62cbb243eb2a2724cae7fef4a42472 /newlib/libc
parentdc60c22eae9ea2200d06970a07f5812c35003675 (diff)
downloadcygnal-0d0fdc8d62beed1f7f2da697d3e6d500e6d21b0d.tar.gz
cygnal-0d0fdc8d62beed1f7f2da697d3e6d500e6d21b0d.tar.bz2
cygnal-0d0fdc8d62beed1f7f2da697d3e6d500e6d21b0d.zip
* utmp.h: Define more UNIX constants.
Diffstat (limited to 'newlib/libc')
-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