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

Libc update #71

Merged
merged 2 commits into from
Mar 18, 2024
Merged

Libc update #71

merged 2 commits into from
Mar 18, 2024

Commits on Mar 4, 2024

  1. Update libc

    Signed-off-by: Harry Stern <harry@harrystern.net>
    boustrophedon committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1ab58a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Use libc seccomp constants

    Use libc constants now that rust-lang/libc/pull/3343 is merged and
    released.
    
    SECCOMP_RET_MASK does not exist anymore and appears to have not existed
    for a while. SECCOMP_RET_DATA is exactly the same mask value, and the
    usage here is in line with the man page.
    
    Completes rust-vmm#60
    
    Signed-off-by: Harry Stern <harry@harrystern.net>
    boustrophedon committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a7a9a7b View commit details
    Browse the repository at this point in the history