Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create useful prototypes for kernel functions (host$os) #277

Merged
merged 4 commits into from Apr 8, 2023

Conversation

olebole
Copy link
Member

@olebole olebole commented Apr 5, 2023

The hlib$libc/kproto.h include file was a simple raw dump of the "cproto" program, which is hard to maintain. It was also buggy with some conflicts, and exposed a number of internal functions.

This PR replaces this file by a manually generated (and maintained) one, with the original types kept. So, this file is now much simpler and better readable. It can probably also be used in sys$libc.

@olebole olebole force-pushed the kproto branch 5 times, most recently from d1d2fb3 to eb5d5e4 Compare April 5, 2023 13:54
@olebole olebole force-pushed the kproto branch 2 times, most recently from 68625c8 to da92d15 Compare April 5, 2023 14:08
@olebole olebole merged commit 615dbdd into iraf-community:main Apr 8, 2023
3 checks passed
@olebole olebole deleted the kproto branch April 8, 2023 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant