Skip to content

Conversation

@sswamy48
Copy link
Contributor

This is an initial patch in a series of patches to fix errors on AIX.

In AIX we can see errors as below.

/home/sangam/rpm-ci/rpm/misc/fts.c:88:31: warning: implicit declaration of function '__errno_location' [-Wimplicit-function-declaration]
88 | # define __set_errno(val) (*__errno_location ()) = (val)
| ^~~~~~~~~~~~~~~~
/home/sangam/rpm-ci/rpm/misc/fts.c:149:3: note: in expansion of macro '__set_errno'
149 | __set_errno (EINVAL);
| ^~~~~~~~~~~

The proposed patch fixes this issue.

Please review the patch and let me know your comments.

This is an initial patch in a series of patches to fix errors on AIX.

In AIX we can see errors as below.

/home/sangam/rpm-ci/rpm/misc/fts.c:88:31: warning: implicit declaration of function '__errno_location' [-Wimplicit-function-declaration]
   88 | #   define __set_errno(val) (*__errno_location ()) = (val)
      |                               ^~~~~~~~~~~~~~~~
/home/sangam/rpm-ci/rpm/misc/fts.c:149:3: note: in expansion of macro '__set_errno'
  149 |   __set_errno (EINVAL);
      |   ^~~~~~~~~~~

The proposed patch fixes this issue.

Please review the patch and let me know your comments.
@sswamy48 sswamy48 requested a review from a team as a code owner November 21, 2025 15:07
@sswamy48 sswamy48 requested review from pmatilai and removed request for a team November 21, 2025 15:07
@pmatilai pmatilai merged commit afd90dc into rpm-software-management:master Nov 27, 2025
1 check passed
@pmatilai
Copy link
Member

Thanks for the patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants