summaryrefslogtreecommitdiff
path: root/src/legacy
diff options
context:
space:
mode:
Diffstat (limited to 'src/legacy')
-rw-r--r--src/legacy/utmpx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/legacy/utmpx.c b/src/legacy/utmpx.c
index fa69f387..3c983679 100644
--- a/src/legacy/utmpx.c
+++ b/src/legacy/utmpx.c
@@ -36,7 +36,7 @@ void updwtmpx(const char *f, const struct utmpx *u)
{
}
-int __utmpxname(const char *f)
+static int __utmpxname(const char *f)
{
errno = ENOTSUP;
return -1;