OSDN Git Service

* libc/sys/cygwin/sys/utmp.h: Add definition of UTMP_FILE.
authorcorinna <corinna>
Fri, 28 Dec 2001 15:43:23 +0000 (15:43 +0000)
committercorinna <corinna>
Fri, 28 Dec 2001 15:43:23 +0000 (15:43 +0000)
newlib/ChangeLog
newlib/libc/sys/cygwin/sys/utmp.h

index 3a95b86..452034e 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-28  Corinna Vinschen  <corinna@vinschen.de>
+
+       * libc/sys/cygwin/sys/utmp.h: Add definition of UTMP_FILE.
+
 2001-12-22  Geoffrey Keating  <geoffk@redhat.com>
            Catherine Moore  <clm@redhat.com>
            Richard Henderson  <rth@redhat.com>
index 12257f5..87cb5d3 100644 (file)
@@ -13,6 +13,8 @@
 #include <time.h>
 #include <paths.h>
 
+#define UTMP_FILE _PATH_UTMP
+
 #ifdef __cplusplus
 extern "C" {
 #endif