Skip to content

Commit

Permalink
wasm: Add pthread.h to the WASI libc modulemap
Browse files Browse the repository at this point in the history
Recent wasi-libc has added `pthread.h` to its headers. This patch adds
it to the modulemap.
  • Loading branch information
kateinoigakukun committed Feb 29, 2024
1 parent 43cdee3 commit d1056f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/public/Platform/wasi-libc.modulemap
Expand Up @@ -45,6 +45,7 @@ module SwiftWASILibc [system] {
header "netinet/tcp.h"
header "nl_types.h"
header "poll.h"
header "pthread.h"
header "regex.h"
header "sched.h"
header "search.h"
Expand Down

0 comments on commit d1056f4

Please sign in to comment.