diff options
author | midipix <writeonce@midipix.org> | 2021-06-18 07:18:28 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-18 07:19:39 +0000 |
commit | 56ad39038e1afb4cad737334e230ba862b76777c (patch) | |
tree | ddf93d52fffee184e542a8118039832c109b6ad2 /project | |
parent | 504e11dc10d658b83447aaceffef84f4c9310b5f (diff) | |
download | sbpython3-56ad39038e1afb4cad737334e230ba862b76777c.tar.bz2 sbpython3-56ad39038e1afb4cad737334e230ba862b76777c.tar.xz |
project: cfgdefs.sh: added type-size test for pthread_key_t.
Diffstat (limited to 'project')
-rw-r--r-- | project/config/cfgdefs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index 55af928..b0e7270 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -217,6 +217,7 @@ cfgdefs_perform_common_tests() mb_cfgtest_headers='pthread.h' cfgtest_type_size 'pthread_t' + cfgtest_type_size 'pthread_key_t' # toolchain cfgtest_newline |