There was an error while loading. Please reload this page.
1 parent 0d54a87 commit d50dc33Copy full SHA for d50dc33
compiler-rt/test/sanitizer_common/TestCases/Linux/pthread_getaffinity_np.cpp
@@ -1,5 +1,8 @@
1
// RUN: %clangxx -O0 %s -o %t && %run %t
2
3
+// Android does not implement pthread_getaffinity_np.
4
+// (Note: libresolv is integrated with libc, but apparently only
5
+// sched_getaffinity).
6
// UNSUPPORTED: android
7
8
#include <assert.h>
0 commit comments