* libc/sys/cygwin/sys/utmp.h: Add definition of UTMP_FILE.

This commit is contained in:
Corinna Vinschen 2001-12-28 15:43:24 +00:00
parent aaf219f01e
commit 423d5064f2
2 changed files with 6 additions and 0 deletions

View 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>

View File

@ -13,6 +13,8 @@
#include <time.h>
#include <paths.h>
#define UTMP_FILE _PATH_UTMP
#ifdef __cplusplus
extern "C" {
#endif