[Rpm-maint] [rpm-software-management/rpm] AIX: revert xsetprogname and xgetprogname (PR #4056)

Michal Domonkos notifications at github.com
Tue Dec 2 09:56:08 UTC 2025


@dmnks commented on this pull request.



> @@ -24,6 +24,15 @@
 
 #include "debug.h"
 
+#if defined(HAVE_SETPROGNAME) /* BSD'ish systems */
+#include <stdlib.h>
+#elif defined(HAVE___PROGNAME) /* glibc and others */
+extern const char *__progname;
+#else /* AIX systems */

I guess I'll drop AIX from the commit subject as well, it's only there to make it obvious that it's enabling (compilation) support on AIX, but the change itself is really generic.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4056#discussion_r2580450916
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/4056/review/3529224006 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20251202/b2e33365/attachment.htm>


More information about the Rpm-maint mailing list