mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 22:53:24 +00:00
Lots of minor corrections
This commit is contained in:
parent
7d6295114b
commit
1c1a91027a
19 changed files with 197 additions and 78 deletions
|
@ -58,6 +58,7 @@ static int xioopen_posixmq(
|
|||
|
||||
if (!xioparms.experimental) {
|
||||
Error1("%s: use option --experimental to acknowledge unmature state", argv[0]);
|
||||
return STAT_NORETRY;
|
||||
}
|
||||
if (argc != 2) {
|
||||
Error2("%s: wrong number of parameters (%d instead of 1)",
|
||||
|
@ -210,9 +211,11 @@ static int xioopen_posixmq(
|
|||
;
|
||||
}
|
||||
|
||||
#if WITH_RETRY
|
||||
if (with_intv) {
|
||||
Nanosleep(&sfd->intervall, NULL);
|
||||
}
|
||||
#endif
|
||||
|
||||
/* now we are ready to handle signals */
|
||||
Sigprocmask(SIG_UNBLOCK, &mask_sigchld, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue