kill goto

This commit is contained in:
Christian Grothoff 2020-01-20 01:44:14 +01:00
parent b290ca30c0
commit 3fffb93e53
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -2200,7 +2200,6 @@ TEH_KS_loop (void)
char c;
ssize_t res;
read_again:
errno = 0;
res = read (reload_pipe[0],
&c,
@ -2212,7 +2211,7 @@ read_again:
break;
}
if (EINTR == errno)
goto read_again;
continue;
switch (c)
{
case SIGUSR1: