diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-03-18 21:52:26 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-03-18 21:52:26 -0400 |
commit | f5ba2bc9ca84d67f03f2542bfff0525f2f478e4c (patch) | |
tree | ba091c8f54b1a82ed2d69a461341eb0d640fecd2 /include/utmp.h | |
parent | fc27b96c7d9b2c82679508a57ac998d773f14f08 (diff) | |
download | musl-f5ba2bc9ca84d67f03f2542bfff0525f2f478e4c.tar.gz musl-f5ba2bc9ca84d67f03f2542bfff0525f2f478e4c.tar.xz musl-f5ba2bc9ca84d67f03f2542bfff0525f2f478e4c.zip |
various legacy and linux-specific stuff
this commit is part of an effort to make more of busybox work out-of-the-box.
Diffstat (limited to 'include/utmp.h')
-rw-r--r-- | include/utmp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/utmp.h b/include/utmp.h index ff3e45e1..540bec34 100644 --- a/include/utmp.h +++ b/include/utmp.h @@ -22,6 +22,8 @@ struct utmp *getutline(const struct utmp *); struct utmp *pututline(const struct utmp *); void setutent(void); +void updwtmp(const char *, const struct utmp *); + #define _PATH_UTMP "/dev/null" #define _PATH_WTMP "/dev/null" |