Skip to content

Commit

Permalink
WIP try tweaking the threading support module
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Jan 10, 2025
1 parent dab6463 commit 429fdbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/include/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@ module std [system] {
module support_impl {
textual header "__thread/support/c11.h"
textual header "__thread/support/external.h"
textual header "__thread/support/pthread.h"
// textual header "__thread/support/pthread.h"
textual header "__thread/support/windows.h"
}

Expand Down
1 change: 1 addition & 0 deletions libcxx/test/libcxx/clang_modules_include.gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
{lit_header_undeprecations.get(header, '')}
#include <{header}>
#include <pthread.h>
"""
)

Expand Down

0 comments on commit 429fdbf

Please sign in to comment.