Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jun 2026 23:37:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 295861] _POSIX_THREAD_THREADS_MAX unused const
Message-ID:  <bug-295861-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295861

            Bug ID: 295861
           Summary: _POSIX_THREAD_THREADS_MAX unused const
           Product: Base System
           Version: 15.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: rozhuk.im@gmail.com

Looks like subject to remove.

# grep -rsp "_POSIX_THREAD_THREADS_MAX" /usr/src/
/usr/src/contrib/netbsd-tests/include/t_limits.c:#ifdef
_POSIX_THREAD_THREADS_MAX
/usr/src/contrib/netbsd-tests/include/t_limits.c:       {
"_POSIX_THREAD_THREADS_MAX",  _POSIX_THREAD_THREADS_MAX,      64   },
/usr/src/include/limits.h:#define       _POSIX_THREAD_THREADS_MAX 64
/usr/src/share/man/man3/pthread_join.3:[_POSIX_THREAD_THREADS_MAX].
/usr/src/usr.bin/getconf/limits.gperf:_POSIX_THREAD_THREADS_MAX,
_POSIX_THREAD_THREADS_MAX

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-295861-227>