]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
include/pyconfig.h: Use value 8 for SIZEOF_PTHREAD_T
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Wed, 9 Nov 2022 07:04:54 +0000 (09:04 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 10 Nov 2022 11:52:25 +0000 (11:52 +0000)
commit07a273d7457e2fe0364448def4d35112ccfd7eb9
tree9d5dedfeb690730bade67531b064682f6ca841e9
parent14e13bddf55ae537e788c23224937feda0efaa3e
include/pyconfig.h: Use value 8 for SIZEOF_PTHREAD_T

This is the value used by Musl (`sizoef(pthread_t)`), as `pthread_t` is
defined as `unsigned long`.

Signed-off-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Approved-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request-Closes: #9
include/pyconfig.h