summaryrefslogtreecommitdiff
path: root/src/stub/utmpx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stub/utmpx.c')
-rw-r--r--src/stub/utmpx.c5
1 files changed, 5 insertions, 0 deletions
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);