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

Add makedev for the BSDs #2891

Merged
merged 1 commit into from Sep 9, 2022
Merged

Add makedev for the BSDs #2891

merged 1 commit into from Sep 9, 2022

Commits on Sep 7, 2022

  1. Add makedev for the BSDs

    Also, make makedev function safe and const on all platforms.
    
    On Android, change the arguments from signed to unsigned integers to
    match the other platforms.  The C makedev is a macro, so the
    signededness is undefined.
    
    Add an integration test for makedev, too, since it's a macro that we
    must reimplement.
    asomers committed Sep 7, 2022
    Copy the full SHA
    5e6d9c4 View commit details
    Browse the repository at this point in the history