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

Rename WASI's is_character_device to is_char_device. #90835

Merged
merged 1 commit into from
Nov 16, 2021

Commits on Nov 12, 2021

  1. Rename WASI's is_character_device to is_char_device.

    Rename WASI's `FileTypeExt::is_character_device` to
    `FileTypeExt::is_char_device`, for consistency with the Unix
    `FileTypeExt::is_char_device`.
    
    Also, add a `FileTypeExt::is_socket` function, for consistency with the
    Unix `FileTypeExt::is_socket` function.
    sunfishcode committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2d46d1b View commit details
    Browse the repository at this point in the history