commit | 3e6b9f0c84154570c42183cbcb86e81e535c8c3f | [log] [tgz] |
---|---|---|
author | Alexey Samsonov <vonosmas@gmail.com> | Thu Sep 11 21:27:54 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 11 21:30:45 2025 -0700 |
tree | b9609644d805e6935abc7e7526c57f350b4773c5 | |
parent | bf33456661ad46fbd7916cd7f2760aa7c6895662 [diff] |
[libc] Update errno usage in integration tests. (#158147) Instead of using libc_errno directly, include <errno.h> and use regular "errno" in the code. (to verify that errno-as-an-interface works properly). This is the recipe prescribed in the libc/src/__support/libc_errno.h header - let's actually follow it in the integration tests. GitOrigin-RevId: d5aa5e33e6fd7c0d4035be5e7877f275b3205a36