NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lib/59685: libcrypto should not depend on libpthread
The following reply was made to PR lib/59685; it has been noted by GNATS.
From: Christos Zoulas <christos%zoulas.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: lib-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost
Subject: Re: lib/59685: libcrypto should not depend on libpthread
Date: Thu, 02 Oct 2025 11:39:28 -0400
Problem is:
[11:36am] 79>nm obj.amd64-x86_64/libcrypto.a | grep pthread_
U pthread_attr_destroy
U pthread_attr_init
U pthread_attr_setdetachstate
U pthread_create
U pthread_join
That the new libcrypto needs pthread_create and we decided
a long time ago not to provide a libc stub for pthread_create
with the presumption that someone who calls pthread_create
really needs threads, and can't use stubs.
Best,
christos
Home |
Main Index |
Thread Index |
Old Index