mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-20 21:21:51 +02:00
12 lines
312 B
Diff
12 lines
312 B
Diff
--- a/src/shims/getprogname.h
|
|
+++ b/src/shims/getprogname.h
|
|
@@ -37,7 +37,7 @@
|
|
static inline char *
|
|
getprogname(void)
|
|
{
|
|
-# if HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
|
|
+# if HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME || true
|
|
return program_invocation_short_name;
|
|
# elif defined(__ANDROID__)
|
|
return __progname;
|