]> git.ipfire.org Git - thirdparty/pdns.git/commit
Merge pull request #8369 from omoerbeek/auth-pthread_t-isnotanint
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 2 Oct 2019 12:23:41 +0000 (14:23 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2019 12:23:41 +0000 (14:23 +0200)
commit8e09f56c2c3ac6217a31f9977c57275cbd37dbe0
tree4f7adcb35e14a84cc4fcfa4b61aca46b63480545
parent5b5eeb4943474a2e8cd333dda1d07ae30526ee08
parentbcb72f7455c21ee9e1b7f69d911c0d0af7f68523
Merge pull request #8369 from omoerbeek/auth-pthread_t-isnotanint

Printing a pthread_t on platforms having a non-int pthread_id requires a cast to uintptr_t.