[GXemul-devel] Patch: Fix console data loss due to interrupted writes
Status: Alpha
Brought to you by:
gavare
From: Anders G. <ga...@gm...> - 2019-03-06 04:57:53
|
gson wrote: > memset(&saction, 0, sizeof(saction)); > saction.sa_handler = timer_tick; >+ saction.sa_flags = SA_RESTART; > > sigaction(SIGALRM, &saction, NULL); Sounds very reasonable. The fix has been committed to trunk. (http://gavare.se/gxemul/src/gxemul-trunk.tar.gz) Anders |