about summary refs log tree commit diff
path: root/sysdeps/generic/updwtmpx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/updwtmpx.c')
-rw-r--r--sysdeps/generic/updwtmpx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/updwtmpx.c b/sysdeps/generic/updwtmpx.c
index 097bf380d2..e76a9aad28 100644
--- a/sysdeps/generic/updwtmpx.c
+++ b/sysdeps/generic/updwtmpx.c
@@ -21,7 +21,7 @@
 #include <utmpx.h>
 
 void
-__updwtmpx (const char *wtmpx_file, const struct utmpx *utmpx)
+updwtmpx (const char *wtmpx_file, const struct utmpx *utmpx)
 {
   __updwtmp (wtmpx_file, (const struct utmp *) utmpx);
 }