diff options
author | midipix <writeonce@midipix.org> | 2021-06-18 07:36:39 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-18 07:36:39 +0000 |
commit | cdd65d200bc5c8832e9e0c4f80c3d0139d6e7b8a (patch) | |
tree | f72bfd9433edcd85a7e4fd1ad0ecfa70fd1a2166 /project | |
parent | a9e405baa779bc928cfea1badb20950a14dd2615 (diff) | |
download | sbpython3-cdd65d200bc5c8832e9e0c4f80c3d0139d6e7b8a.tar.bz2 sbpython3-cdd65d200bc5c8832e9e0c4f80c3d0139d6e7b8a.tar.xz |
project: cfgdefs.sh: added header test for pthread.h.
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 135f10e..233af67 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -151,6 +151,7 @@ cfgdefs_perform_common_tests() cfgtest_header_presence 'stdatomic.h' cfgtest_header_presence 'endian.h' cfgtest_header_presence 'net/if.h' + cfgtest_header_presence 'pthread.h' cfgtest_header_presence 'sched.h' cfgtest_header_presence 'spawn.h' cfgtest_header_presence 'sys/ioctl.h' |