aboutsummaryrefslogtreecommitdiff
path: root/include/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/errors.h')
-rw-r--r--include/errors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/errors.h b/include/errors.h
index dfd092a..6e8cbce 100644
--- a/include/errors.h
+++ b/include/errors.h
@@ -11,7 +11,7 @@ void vwarn(const char *, va_list);
[[noreturn, gnu::format(printf, 1, 2)]] void err(const char *, ...);
[[noreturn, gnu::format(printf, 2, 3)]] void cerr(int, const char *, ...);
-extern const char *__mlib_errors_progname;
+extern const char *_mlib_errors_progname;
void mlib_setprogname(const char *);
@@ -19,7 +19,7 @@ void mlib_setprogname(const char *);
static inline const char *
mlib_progname(void)
{
- return __mlib_errors_progname;
+ return _mlib_errors_progname;
}
#endif /* !MLIB_ERRORS_H */