summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2018-08-10 16:45:07 +0200
committerDaiki Ueno <ueno@gnu.org>2018-08-10 18:25:28 +0200
commit541d79cb651cfd3238b9aa41fce70208df8e9496 (patch)
treed4b38e7c2ea397bfb6c3717cbab81398b052f393 /NEWS
parent6a8da20c0432499480731548256294844cade631 (diff)
build: Link to libpthread, if pthread_atfork() needs to be used
On non-glibc systems (e.g., FreeBSD), pthread_atfork() stub is provided as a nop and our fork detection mechanism doesn't work. Pull in the actual implementation from libpthread in that case. Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ab8ff57..616face 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
* server: Enable socket activation through systemd [PR#173]
* rpc-server: p11_kit_remote_serve_tokens: Allow exporting all modules [PR#174]
* proxy: Fail early if there is no slot mapping [PR#175]
- * Remove hard dependency on libpthread [PR#177]
+ * Remove hard dependency on libpthread on glibc systems [PR#177]
* Build fixes [PR#170, PR#176]
0.23.12 (stable)