summaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
Diffstat (limited to 'meta/site')
-rw-r--r--meta/site/common-glibc1
-rw-r--r--meta/site/common-musl1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index ca55d48e72..1a28a271ff 100644
--- a/meta/site/common-glibc
+++ b/meta/site/common-glibc
@@ -33,6 +33,7 @@ gl_cv_func_getcwd_abort_bug=${gl_cv_func_getcwd_abort_bug=no}
33gl_cv_func_getcwd_null=${gl_cv_func_getcwd_null=yes} 33gl_cv_func_getcwd_null=${gl_cv_func_getcwd_null=yes}
34gl_cv_func_getcwd_path_max=${gl_cv_func_getcwd_path_max=yes} 34gl_cv_func_getcwd_path_max=${gl_cv_func_getcwd_path_max=yes}
35ac_cv_func_getgroups_works=${ac_cv_func_getgroups_works=yes} 35ac_cv_func_getgroups_works=${ac_cv_func_getgroups_works=yes}
36gl_cv_func_nanosleep=${gl_cv_func_nanosleep='no (mishandles large arguments)'}
36gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes} 37gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes}
37gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes} 38gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes}
38 39
diff --git a/meta/site/common-musl b/meta/site/common-musl
index 1e7efbc311..386991d2c4 100644
--- a/meta/site/common-musl
+++ b/meta/site/common-musl
@@ -39,6 +39,7 @@ gl_cv_func_getcwd_null=${gl_cv_func_getcwd_null=yes}
39gl_cv_func_getcwd_path_max=${gl_cv_func_getcwd_path_max='no, but it is partly working'} 39gl_cv_func_getcwd_path_max=${gl_cv_func_getcwd_path_max='no, but it is partly working'}
40ac_cv_func_getgroups_works=${ac_cv_func_getgroups_works=yes} 40ac_cv_func_getgroups_works=${ac_cv_func_getgroups_works=yes}
41gl_cv_func_gettimeofday_clobber=${gl_cv_func_gettimeofday_clobber=no} 41gl_cv_func_gettimeofday_clobber=${gl_cv_func_gettimeofday_clobber=no}
42gl_cv_func_nanosleep=${gl_cv_func_nanosleep=yes}
42gl_cv_func_tzset_clobber=${gl_cv_func_tzset_clobber=no} 43gl_cv_func_tzset_clobber=${gl_cv_func_tzset_clobber=no}
43gl_cv_func_gettimeofday_posix_signature=${gl_cv_func_gettimeofday_posix_signature=yes} 44gl_cv_func_gettimeofday_posix_signature=${gl_cv_func_gettimeofday_posix_signature=yes}
44gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes} 45gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes}