From f5ba2bc9ca84d67f03f2542bfff0525f2f478e4c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 18 Mar 2011 21:52:26 -0400 Subject: various legacy and linux-specific stuff this commit is part of an effort to make more of busybox work out-of-the-box. --- src/stub/utmpx.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/stub') diff --git a/src/stub/utmpx.c b/src/stub/utmpx.c index 42190ec2..c483e4ed 100644 --- a/src/stub/utmpx.c +++ b/src/stub/utmpx.c @@ -30,9 +30,14 @@ struct utmpx *pututxline(const struct utmpx *ut) return NULL; } +void updwtmpx(const char *f, const struct utmpx *u) +{ +} + weak_alias(endutxent, endutent); weak_alias(setutxent, setutent); weak_alias(getutxent, getutent); weak_alias(getutxid, getutid); weak_alias(getutxline, getutline); weak_alias(pututxline, pututline); +weak_alias(updwtmpx, updwtmp); -- cgit v1.2.1