Skip to content

Commit 0bacb1b

Browse files
add todo #88997
1 parent e488fce commit 0bacb1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc/include/pthread.h.def

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
#include "__llvm-libc-common.h"
1313

14+
// TODO: move to a pthreads-macros.h file:
15+
// https://github.com/llvm/llvm-project/issues/88997
16+
1417
#define PTHREAD_STACK_MIN (1 << 14) // 16KB
1518

1619
#define PTHREAD_MUTEX_INITIALIZER {0}

0 commit comments

Comments
 (0)