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] add bazel support for most of unistd #80078

Merged
merged 1 commit into from
Feb 1, 2024

Commits on Jan 30, 2024

  1. [libc] add bazel support for most of unistd

    Much of unistd involves modifying files. The tests for these functions
    need to use libc_make_test_file_path which didn't exist when they were
    first implemented. This patch adds most of unistd to the bazel along
    with the corresponding tests. Tests that modify directories had to be
    disabled since bazel doesn't seem to handle them properly.
    michaelrj-google committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c4bad7d View commit details
    Browse the repository at this point in the history