You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The correct parsing and generation of the u32 value, this is plaguing few rust libc functions.
The text was updated successfully, but these errors were encountered:
AnirbanHalder654322
changed the title
Wrong generation of constants defined by #DEFINE for a linux header file.
Wrong generation of constants defined by #define for a linux header file.
Sep 6, 2024
AnirbanHalder654322
changed the title
Wrong generation of constants defined by #define for a linux header file.
Wrong values generated of constants defined by #define for a linux header file.
Sep 6, 2024
Taken from this https://github.com/torvalds/linux/blob/master/include/uapi/linux/posix_acl.h .
Input C/C++ Header
Bindgen Invocation
Actual Results
Expected Results
The correct parsing and generation of the u32 value, this is plaguing few rust libc functions.
The text was updated successfully, but these errors were encountered: