git: c09d21f71329 - stable/15 - Add description for WITH_PTHREADS_ASSERTIONS

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Fri, 05 Sep 2025 21:36:51 UTC
The branch stable/15 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=c09d21f7132908737a20171d75b88925282da4c4

commit c09d21f7132908737a20171d75b88925282da4c4
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-09-05 21:29:51 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-09-05 21:36:19 +0000

    Add description for WITH_PTHREADS_ASSERTIONS
    
    This option is turned on by default in -CURRENT but will be turned off
    in 15-STABLE; this description will land in the src.conf(5) man page
    in that branch.
    
    MFC after:      1 minute
    
    (cherry picked from commit af60084978a43632c5ab2d6e3aca41be7a658d8c)
---
 tools/build/options/WITH_PTHREADS_ASSERTIONS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/build/options/WITH_PTHREADS_ASSERTIONS b/tools/build/options/WITH_PTHREADS_ASSERTIONS
new file mode 100644
index 000000000000..03c15b76fb85
--- /dev/null
+++ b/tools/build/options/WITH_PTHREADS_ASSERTIONS
@@ -0,0 +1 @@
+Enable debugging assertions in pthreads library.