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

unix_sigpipe: Replace inherit with sig_dfl in syntax tests #122328

Merged
merged 1 commit into from
Mar 11, 2024

Commits on Mar 11, 2024

  1. unix_sigpipe: Replace inherit with sig_dfl in syntax tests

    The `sig_dfl` variant of the attribute is the most likely variant to be
    stabilized first, and thus to become the "most allowed" variant of the
    attribute. Because of this, it is the most appropriate variant to use in
    syntax tests, because even if the most allowed variant is used, the
    compiler shall still emit errors if it e.g. is used in the wrong places.
    Enselic committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    aea60b0 View commit details
    Browse the repository at this point in the history