From f00f11bf860cd7c4fe030cd43cc7e0d94825ca10 Mon Sep 17 00:00:00 2001 From: Schrodinger ZHU Yifan Date: Fri, 14 Jun 2024 14:50:12 -0700 Subject: [libc] fix build errors (#95600) Bitfield conversion problem tested at: https://godbolt.org/z/dxjhs5Ghr --- libc/test/integration/src/pthread/pthread_rwlock_test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/test') diff --git a/libc/test/integration/src/pthread/pthread_rwlock_test.cpp b/libc/test/integration/src/pthread/pthread_rwlock_test.cpp index 215db1fc..a2ae228 100644 --- a/libc/test/integration/src/pthread/pthread_rwlock_test.cpp +++ b/libc/test/integration/src/pthread/pthread_rwlock_test.cpp @@ -37,7 +37,6 @@ #include "src/unistd/fork.h" #include "test/IntegrationTest/test.h" #include -#include #include #include -- cgit v1.1