summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2023-02-05 22:16:41 +0000
committerDavid CARLIER <devnexen@gmail.com>2023-02-05 22:16:41 +0000
commitef31c8b03e37462040e3ee0ce0c899775ce2b170 (patch)
treed0e2ab3aa00dac0329782354c17712f3f2383071 /libc-test/build.rs
parent7349741e84fd409930bd3498e636e5c094dd249f (diff)
downloadrust-libc-ef31c8b03e37462040e3ee0ce0c899775ce2b170.tar.gz
apple add pthread_stack_frame_decode_np
Diffstat (limited to 'libc-test/build.rs')
-rw-r--r--libc-test/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index 27405723c1..ac81fdbcf2 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -240,6 +240,7 @@ fn test_apple(target: &str) {
"pthread.h",
"pthread_spis.h",
"pthread/introspection.h",
+ "pthread/stack_np.h",
"pwd.h",
"regex.h",
"resolv.h",