X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstub%2Futmpx.c;h=c483e4ed1d65e2ed51b7dbdcd6d26617fc8cee68;hb=49388f3b7b72a1695bef05f64439b602b2e77a53;hp=42190ec2e7fa6c5f0fe92ff93b4126f352977928;hpb=eee150f39c294883841d4f3ad9ce290ea1529a9e;p=musl 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);