Home GnuPG

Provide Pth compatiblity for use with GnuPG 2.0.
2f767f6a17f7Unpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

Provide Pth compatiblity for use with GnuPG 2.0.

* src/ath.c (ath_install): Call ath_init and declare Pth as
compatible.

GnuPG 2.0 requires GNU Pth which is a plain userland thread
implementation. Given that decent versions of GNU Pth seem to work
together with pthread, we can declare Pth as compatible. Native
pthreads in Libgcrypt are only used internal to Libgcrypt and any
internal blocking should be invisible to Pth.

  • Signed-off-by: Werner Koch <wk@gnupg.org>

Details

Provenance
wernerAuthored on Oct 2 2013, 4:56 PM
Parents
rC6410152338a2: sha512: fix building on ARM
Branches
Unknown
Tags
Unknown

Event Timeline

Werner Koch <wk@gnupg.org> committed rC2f767f6a17f7: Provide Pth compatiblity for use with GnuPG 2.0. (authored by Werner Koch <wk@gnupg.org>).Oct 2 2013, 5:37 PM