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

Linux 515.1633+ compat, add signature checking function for development #92

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

Absolucy
Copy link
Collaborator

@Absolucy Absolucy commented Sep 5, 2024

this updates the Linux sigs, and also adds a new exported function: auxtools_check_signatures

it just returns either SUCCESS or something like MISSING: call_proc_by_id, get_variable, call_datum_proc_by_name, get_assoc_element, set_assoc_element - just makes it easy to see which sigs need to be updated, all in one go.

credit to @checkraisefold for linux 515.1633 sigs (which work up to 1642+)

#[macro_export]
macro_rules! count {
() => (0usize);
( $x:tt $($xs:tt)* ) => (1_usize + count!($($xs)*));
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trust me you do not want to see this in cargo expand

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