mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
site: linux supports unlink() of executing program
I.e. shared text that is being executed. (From OE-Core rev: 1370742d20aaa1a17f3e242ea9bb54df944b6416) 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
3f1455887a
commit
a67d08fd63
@@ -49,6 +49,7 @@ hw_cv_func_vsnprintf_c99=${hw_cv_func_vsnprintf_c99=yes}
|
||||
# coreutils
|
||||
ac_cv_func_chown_works=${ac_cv_func_chown_works=yes}
|
||||
gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
|
||||
gl_cv_func_unlink_busy_text=${gl_cv_func_unlink_busy_text=yes}
|
||||
gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes}
|
||||
|
||||
# mysql
|
||||
|
||||
Reference in New Issue
Block a user