* libc/sys/cygwin/sys/utmp.h: Add definition of UTMP_FILE.
This commit is contained in:
parent
aaf219f01e
commit
423d5064f2
|
@ -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>
|
2001-12-22 Geoffrey Keating <geoffk@redhat.com>
|
||||||
Catherine Moore <clm@redhat.com>
|
Catherine Moore <clm@redhat.com>
|
||||||
Richard Henderson <rth@redhat.com>
|
Richard Henderson <rth@redhat.com>
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <paths.h>
|
#include <paths.h>
|
||||||
|
|
||||||
|
#define UTMP_FILE _PATH_UTMP
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue