mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 02:20:12 +00:00
site: musl and glibc have working mkstemp()
their mkstemp() passes all tests from the gnulib m4 macro gl_FUNC_MKSTEMP. (From OE-Core rev: 2b0905d25fa295fc868bf6df1da89283b9dc1f45) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fe141ba944
commit
8eec7e14db
@@ -28,6 +28,7 @@ ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
|
||||
|
||||
# coreutils
|
||||
fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
|
||||
gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes}
|
||||
|
||||
# glib
|
||||
glib_cv_strlcpy=${glib_cv_strlcpy=no}
|
||||
|
||||
@@ -36,6 +36,7 @@ fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
|
||||
gl_cv_func_gettimeofday_clobber=${gl_cv_func_gettimeofday_clobber=no}
|
||||
gl_cv_func_tzset_clobber=${gl_cv_func_tzset_clobber=no}
|
||||
gl_cv_func_gettimeofday_posix_signature=${gl_cv_func_gettimeofday_posix_signature=yes}
|
||||
gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes}
|
||||
ac_cv_func_posix_spawn=${ac_cv_func_posix_spawn=yes}
|
||||
ac_cv_func_posix_spawn_works=${ac_cv_func_posix_spawn_works=yes}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user