summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2022-07-27 23:47:05 +0200
committerYves Orton <demerphq@gmail.com>2023-02-22 09:56:27 +0100
commit3b6c1c937e8a68fba0239b18e2f5f8b91b9c3294 (patch)
tree5219d4374ddc03eb82c12787d78f9d1b6388d612 /MANIFEST
parentd6959f5c125a4785f0831f4c927cdf44069beb31 (diff)
downloadperl-3b6c1c937e8a68fba0239b18e2f5f8b91b9c3294.tar.gz
Use ppport.h when building dist/ modules in core
By always including `ppport.h`, this simplifies both XS code and tooling around it.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index ab1a6fe497..be09499b1b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4107,6 +4107,7 @@ dist/threads/t/stress_string.t Test with multiple threads, string cv argument.
dist/threads/t/thread.t General ithread tests from thr5005
dist/threads/t/unique.t Test unique attribute with threads
dist/threads/t/version.t Test that pod version matches code version.
+dist/threads/threads.h threads compatibility helper
dist/threads/threads.xs ithreads
dist/threads-shared/hints/linux.pl thread shared variables
dist/threads-shared/lib/threads/shared.pm thread shared variables