Skip to content

Fix build against glibc 2.43#27

Open
DimStar77 wants to merge 1 commit intoopenSUSE:masterfrom
DimStar77:glibc243
Open

Fix build against glibc 2.43#27
DimStar77 wants to merge 1 commit intoopenSUSE:masterfrom
DimStar77:glibc243

Conversation

@DimStar77
Copy link

When strrchar gets a const char * to work on, it returns a pointer
into the same string; with glibc 2.43 it is being enforced to retain
the const attribute in this case

When strrchar gets a const char * to work on, it returns a pointer
into the same string; with glibc 2.43 it is being enforced to retain
the const attribute in this case
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.

1 participant