Skip to content

Fix #1566, correct const pointer returns - #1567

Open
jphickey wants to merge 1 commit into
nasa:devfrom
jphickey:fix-1566-stub-const
Open

Fix #1566, correct const pointer returns#1567
jphickey wants to merge 1 commit into
nasa:devfrom
jphickey:fix-1566-stub-const

Conversation

@jphickey

Copy link
Copy Markdown
Contributor

Checklist (Please check before submitting)

Describe the contribution
In some C libraries these routines are defined as returning a const pointer (which is correct).

This is incompatible with the traditional definition which returned a non-const pointer.

Fixes #1566

Testing performed
Build on latest C library

Expected behavior changes
Build is successful and all tests pass

System(s) tested on
Fedora 44

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

In some C libraries these routines are defined as returning a const
pointer (which is correct).

This is incompatible with the traditional definition which returned a
non-const pointer.
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.

Mismatch on some C library stub functions

2 participants