From: cgf Date: Thu, 2 May 2002 00:59:38 +0000 (+0000) Subject: * utmp.h: Define more UNIX constants. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=901ebb2c079381fb3128e773aaffed00d4275ada;p=pf3gnuchains%2Fpf3gnuchains3x.git * utmp.h: Define more UNIX constants. --- diff --git a/newlib/ChangeLog b/newlib/ChangeLog index ffe6081f1a..6633c25958 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2002-05-01 Christopher Faylor + + * utmp.h: Define more UNIX constants. + 2002-05-01 Thomas Fitzsimmons * 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 87cb5d3681..494754bd6e 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