We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b138e commit 0584edfCopy full SHA for 0584edf
compiler-rt/test/asan/TestCases/fakestack_alignment.cpp
@@ -46,9 +46,9 @@ void *Thread(void *unused) {
46
int main(int argc, char **argv) {
47
pthread_attr_t attr;
48
pthread_attr_init(&attr);
49
- #ifdef THREAD_STACK_SIZE
+#ifdef THREAD_STACK_SIZE
50
pthread_attr_setstacksize(&attr, THREAD_STACK_SIZE);
51
- #endif
+#endif
52
53
pthread_t t[THREAD_COUNT];
54
for (int i = 0; i < THREAD_COUNT; i++)
0 commit comments