mirror of
https://github.com/fluencelabs/musl
synced 2025-06-22 19:21:58 +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:
@ -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);
|
||||
|
Reference in New Issue
Block a user