aboutsummaryrefslogtreecommitdiff
path: root/libc/test
diff options
context:
space:
mode:
authorSchrodinger ZHU Yifan <yifanzhu@rochester.edu>2024-06-14 14:50:12 -0700
committerGitHub <noreply@github.com>2024-06-14 14:50:12 -0700
commitf00f11bf860cd7c4fe030cd43cc7e0d94825ca10 (patch)
treef098a4356215377f77c5a935e58b37fca178f8f4 /libc/test
parent19ad7a046b5cf435ba95c100170fc0e36231d620 (diff)
downloadllvm-f00f11bf860cd7c4fe030cd43cc7e0d94825ca10.zip
llvm-f00f11bf860cd7c4fe030cd43cc7e0d94825ca10.tar.gz
llvm-f00f11bf860cd7c4fe030cd43cc7e0d94825ca10.tar.bz2
[libc] fix build errors (#95600)
Bitfield conversion problem tested at: https://godbolt.org/z/dxjhs5Ghr
Diffstat (limited to 'libc/test')
-rw-r--r--libc/test/integration/src/pthread/pthread_rwlock_test.cpp1
1 files changed, 0 insertions, 1 deletions
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 <errno.h>
-#include <optional>
#include <pthread.h>
#include <time.h>