diff options
author | midipix <writeonce@midipix.org> | 2021-06-18 07:06:09 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-18 07:06:09 +0000 |
commit | 22c3c3ec8316fc1a93a090ea3d8ff4a7f8579903 (patch) | |
tree | a6c7cfa530f2c25eba176d566a823b5460213b95 | |
parent | 5cc36779f46c57f654b3c24f20129da7e1095b78 (diff) | |
download | sbpython3-22c3c3ec8316fc1a93a090ea3d8ff4a7f8579903.tar.bz2 sbpython3-22c3c3ec8316fc1a93a090ea3d8ff4a7f8579903.tar.xz |
project: cfgdefs.sh: added test for pthread_getcpuclockid.
-rw-r--r-- | project/config/cfgdefs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index 4b7edb1..55af928 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -169,6 +169,9 @@ cfgdefs_perform_common_tests() cfgtest_interface_presence 'pwritev' cfgtest_interface_presence 'pwritev2' + mb_cfgtest_headers='pthread.h time.h' + cfgtest_interface_presence 'pthread_getcpuclockid' + mb_cfgtest_headers='sched.h' cfgtest_interface_presence 'sched_get_priority_max' cfgtest_interface_presence 'sched_rr_get_interval' |