kill goto
This commit is contained in:
parent
b290ca30c0
commit
3fffb93e53
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user