mirror of
https://github.com/fluencelabs/musl
synced 2025-06-12 14:31:37 +00:00
various legacy and linux-specific stuff
this commit is part of an effort to make more of busybox work out-of-the-box.
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user