deadlock is coming NOW

このコミットが含まれているのは:
phyto 2019-05-20 19:53:24 +02:00
コミット 32720f2a44
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -52,7 +52,7 @@ for (idx=0; idx<nbloops; idx++) {
else if (0x14==key) { /* request for terminal */
foo = run_the_terminal(sfd, " terminal ", 0);
putbyte(sfd, 'x'); putbyte(sfd, '\n');
putbyte(sfd, 'x'); putbyte(sfd, '\r');
sprintf(ligne, "retour terminal = %d", foo);
aff_message(ligne); sleep(1);
}