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; char c;
ssize_t res; ssize_t res;
read_again:
errno = 0; errno = 0;
res = read (reload_pipe[0], res = read (reload_pipe[0],
&c, &c,
@ -2212,7 +2211,7 @@ read_again:
break; break;
} }
if (EINTR == errno) if (EINTR == errno)
goto read_again; continue;
switch (c) switch (c)
{ {
case SIGUSR1: case SIGUSR1: