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:
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/sys/cygwin/sys/utmp.h5
2 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index ffe6081f1..6633c2595 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-01 Christopher Faylor <cgf@redhat.com>
+
+ * utmp.h: Define more UNIX constants.
+
2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
* Makefile.am: Add support for checking multilibs.
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