mksh: rfork(RFENVG) on application init

This commit is contained in:
Giacomo Tesio 2017-10-03 22:28:14 +02:00
parent d98051f943
commit e0dd5825e2
1 changed files with 1 additions and 0 deletions

View File

@ -22,5 +22,6 @@
void
__application_newlib_init(void)
{
rfork(RFENVG);
libposix_emulate_SIGCHLD();
}