* 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

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